.employer-page {
    background: var(--glints-white);
}

.employer-hero {
    background: linear-gradient(180deg, #f4fbff 0%, #ecf7fd 100%);
    padding: 24px 0 108px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 22px;
    align-items: center;
}

.hero-kicker {
    display: inline-flex;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--glints-primary-light);
    color: var(--glints-primary);
    font-size: var(--glints-fs-sm);
    font-weight: var(--glints-fw-semibold);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.hero-kicker-hastag{
    color:var(--glints-warning);
    font-weight: 700;

}

.hero-content h1 {
    margin: 0 0 10px;
    color: var(--glints-dark);
    font-size: clamp(24px, 2vw, 30px);
    line-height: 1.15;
}

.hero-content p {
    margin: 0 0 16px;
    color: var(--glints-muted);
    font-size: var(--glints-fs-md);
}

.hero-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.hero-visual {
    position: relative;
    overflow: hidden;
    background: transparent;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 999px;
    padding: 5px 10px;
    background: rgba(1, 126, 183, 0.08);
    color: var(--glints-dark);
    font-size: var(--glints-fs-sm);
    margin-bottom: 10px;
}

.hero-cluster {
    min-height: 180px;
    position: relative;
    margin-bottom: 8px;
}

.cluster-item {
    position: absolute;
    width: 62px;
    height: 62px;
    border-radius: 18px 26px 18px 26px;
    background: var(--glints-primary-light);
    color: var(--glints-primary);
    display: grid;
    place-items: center;
}

.cluster-item .icon-lg {
    width: 26px;
    height: 26px;
}

.ci-1 { left: 8px; top: 32px; width: 52px; height: 52px; transform: rotate(-8deg); }
.ci-2 { left: 94px; top: 8px; width: 64px; height: 64px; transform: rotate(9deg); }
.ci-3 { left: 196px; top: 28px; width: 78px; height: 78px; transform: rotate(-5deg); }
.ci-4 { left: 314px; top: 16px; width: 56px; height: 56px; transform: rotate(11deg); }
.ci-5 { left: 404px; top: 42px; width: 66px; height: 66px; transform: rotate(-10deg); }
.ci-6 { left: 34px; top: 112px; width: 58px; height: 58px; transform: rotate(14deg); }
.ci-7 { left: 138px; top: 118px; width: 50px; height: 50px; transform: rotate(-12deg); }
.ci-8 { left: 240px; top: 122px; width: 62px; height: 62px; transform: rotate(8deg); }
.ci-9 { left: 340px; top: 114px; width: 54px; height: 54px; transform: rotate(-6deg); }
.ci-10 { left: 438px; top: 120px; width: 70px; height: 70px; transform: rotate(12deg); }
.ci-11 { left: 278px; top: 84px; width: 46px; height: 46px; transform: rotate(-14deg); }

.ci-1 .icon-lg,
.ci-4 .icon-lg,
.ci-7 .icon-lg,
.ci-11 .icon-lg {
    width: 22px;
    height: 22px;
}

.ci-3 .icon-lg,
.ci-5 .icon-lg,
.ci-10 .icon-lg {
    width: 32px;
    height: 32px;
}

.hero-kpi-float {
    position: relative;
    z-index: 10;
    margin-top: -40px;
    margin-bottom: 24px;
}

.hero-kpi-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.hero-step-card {
    background: var(--glints-white);
    border: 1px solid var(--glints-border);
    border-radius: var(--glints-card-radius);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
    padding: 0 10px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: center;
    min-height: 90px;
}

.hero-metric-body {
    display: grid;
    gap: 4px;
    align-content: center;
}

.hero-metric-icon {
    width: 55px;
    height: 55px;
    border-radius: 12px;
    background: var(--glints-primary-light);
    color: var(--glints-primary);
    display: grid;
    place-items: center;
    border: 1px solid #cde6f5;
}

.hero-metric-icon .hero-metric-icon-svg {
    width: 36px;
    height: 36px;
}

.hero-step-card strong {
    display: block;
    color: var(--glints-dark);
    font-size: 22px;
    font-weight: var(--glints-fw-bold);
    line-height: 1.1;
    margin: 0 0 2px;
}

.hero-step-card span {
    color: var(--glints-muted);
    font-size: var(--glints-fs-sm);
    line-height: 1.45;
}

.section-after-kpi {
    padding-top: 32px;
}

.recruitment-flow-art {
    padding-top: 10px;
}

.flow-art-board {
    background: var(--glints-white);
    padding: 28px 30px 30px;
    position: relative;
    overflow: hidden;
}

.flow-art-board h2 {
    text-align: center;
    margin: 0;
    color: var(--glints-dark);
    font-size: clamp(24px, 2vw, 30px);
    line-height: 1.2;
    font-weight: var(--glints-fw-bold);
}

.flow-art-line {
    width: min(520px, 88%);
    margin: 16px auto 24px;
    height: 3px;
    background: #1d1d1d;
    position: relative;
}

.flow-art-line span {
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    width: 120px;
    height: 3px;
    background: #dd5492;
}

.flow-art-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr 1fr;
    grid-template-areas:
        "profile language education"
        "skill experience education";
    gap: 16px 14px;
    align-items: end;
}

.flow-art-profile {
    grid-area: profile;
    color: var(--glints-dark);
    max-width: 360px;
}

.flow-art-profile h3 {
    margin: 0 0 8px;
    font-size: var(--glints-fs-2xl);
    line-height: 1.2;
    font-weight: var(--glints-fw-bold);
}

.flow-art-profile p {
    margin: 0;
    font-size: var(--glints-fs-sm);
    line-height: 1.5;
    color: var(--glints-muted);
}

.flow-art-card {
    background: #fff3cd21;
    border: 1px solid var(--glints-border);
    border-radius: var(--glints-card-radius);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
    padding: 15px 25px 25px 25px;
    position: relative;
    color: var(--glints-dark);
}

.flow-art-card h3 {
    left: calc(10% + 20px);
    top: 5px;
    margin: 0;
    background: transparent;
    padding-bottom: 7px;
    font-size: var(--glints-fs-lg);
    color: #f59e0b;
    font-weight: var(--glints-fw-semibold);
    white-space: nowrap;
}

.flow-art-card p {
    margin: 0 0 5px;
    color: var(--glints-dark);
    font-size: var(--glints-fs-base);
    line-height: 1.45;
}

.flow-art-card ul {
    margin: 0;
    padding-left: 15px;
    text-align: left;
}

.flow-art-card ul li {
    margin-bottom: 5px;
    color: var(--glints-dark);
    font-size: var(--glints-fs-base);
    line-height: 1.45;
}

.flow-art-language { grid-area: language; }
.flow-art-education { grid-area: education; align-self: start; }
.flow-art-skill { grid-area: skill; }
.flow-art-experience { grid-area: experience; }

.skill-list {
    margin: 0;
    padding: 0;
    list-style: disc;
}

.skill-list li {
    display: block;
    gap: 9px;
}

.skill-list span {
    text-align: left;
    font-size: var(--glints-fs-sm);
    line-height: 1.4;
}

.skill-list .dot {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    border: 4px solid #111;
    display: inline-block;
    background: #def1d2;
}

.skill-list .dot.on {
    background: #ec79ae;
}

.flow-art-shape {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.flow-art-star-image {
    width: 250px;
    height: 250px;
    left: -40px;
    top: -35px;
    object-fit: contain;
}

.flow-art-star {
    width: 180px;
    height: 180px;
    background: #e60278;
    left: -56px;
    top: 30px;
    clip-path: polygon(50% 0%, 61% 23%, 85% 10%, 78% 35%, 100% 50%, 78% 65%, 85% 90%, 61% 77%, 50% 100%, 39% 77%, 15% 90%, 22% 65%, 0% 50%, 22% 35%, 15% 10%, 39% 23%);
    border: 2px solid #232323;
}

.flow-art-wave {
    width: 140px;
    height: 50px;
    border: 12px solid #ebcdad;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 100px;
    right: 220px;
    top: -10px;
    transform: rotate(6deg);
}

.flow-art-cross {
    width: 48px;
    height: 48px;
}

.flow-art-cross::before,
.flow-art-cross::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 48px;
    background: #e778a9;
    border-radius: 10px;
    transform-origin: center;
}

.flow-art-cross::before { transform: translate(-50%, -50%) rotate(45deg); }
.flow-art-cross::after { transform: translate(-50%, -50%) rotate(-45deg); }
.flow-art-cross-a { right: 82px; bottom: 32px; }
.flow-art-cross-b { right: 30px; bottom: 4px; }

.flow-art-board > *:not(.flow-art-shape) {
    position: relative;
    z-index: 1;
}

.section-testimonials-v2 {
    background: radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--glints-primary-light) 45%, var(--glints-white) 55%), transparent 55%), var(--glints-light);
}

.section-testimonials-v2 .testimonial-head {
    text-align: center;
    margin-bottom: 28px;
}

.section-testimonials-v2 .testimonial-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d1d5db;
    border-radius: 9999px;
    padding: 4px 10px;
    font-size: var(--glints-fs-xs);
    color: #374151;
    margin-bottom: 12px;
    background: #fff;
}

.section-testimonials-v2 .testimonial-title {
    font-size: var(--glints-fs-3xl);
    line-height: var(--glints-lh-tight);
    color: #111827;
    margin-bottom: 10px;
}

.section-testimonials-v2 .testimonial-subtitle {
    max-width: 620px;
    font-size: var(--glints-fs-lg);
    line-height: var(--glints-lh-snug);
    color: #374151;
    margin: 0 auto;
}

.section-testimonials-v2 .testimonial-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    align-items: start;
}

.section-testimonials-v2 .testimonial-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #eceff3;
    padding: 16px 18px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.section-testimonials-v2 .testimonial-card-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.section-testimonials-v2 .testimonial-avatar-placeholder {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #dbeafe;
    color: #1f2937;
    font-weight: var(--glints-fw-bold);
    font-size: var(--glints-fs-sm);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.section-testimonials-v2 .testimonial-avatar-image {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.section-testimonials-v2 .testimonial-author-info {
    min-width: 0;
}

.section-testimonials-v2 .testimonial-author-name {
    font-size: var(--glints-fs-base);
    font-weight: var(--glints-fw-semibold);
    color: #111827;
    line-height: 1.2;
}

.section-testimonials-v2 .testimonial-author-role {
    font-size: var(--glints-fs-sm);
    color: #6b7280;
    line-height: 1.2;
    margin-top: 2px;
}

.section-testimonials-v2 .testimonial-quote {
    margin: 0;
}

.section-testimonials-v2 .testimonial-quote p {
    font-size: var(--glints-fs-base);
    line-height: 1.45;
    color: #1f2937;
    margin: 0;
}

.employer-cta-section {
    padding-top: 28px;
}

.employer-cta-box {
    border: 1px solid var(--glints-border);
    border-radius: calc(var(--glints-card-radius) + 2px);
    background: linear-gradient(180deg, #f4fbff 0%, #ecf7fd 100%);
    padding: 28px 24px;
    text-align: center;
}

.employer-cta-box h2 {
    margin: 0 0 8px;
    color: var(--glints-dark);
    font-size: clamp(24px, 2.4vw, 34px);
}

.employer-cta-box p {
    margin: 0 auto;
    max-width: 700px;
    color: var(--glints-muted);
}

.employer-cta-actions {
    margin-top: 16px;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.employer-section {
    padding: 20px 0;
}

.section-head {
    text-align: center;
    margin-bottom: 22px;
}

.section-head h2 {
    margin: 0;
    color: var(--glints-dark);
    font-size: clamp(24px, 2.4vw, 34px);
}

.pillar-grid,
.flow-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.pillar-card,
.flow-card {
    border: 1px solid var(--glints-border);
    padding: 18px;
}

.pillar-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--glints-primary-light);
    color: var(--glints-primary);
    display: grid;
    place-items: center;
    margin-bottom: 10px;
}

.pillar-icon .pillar-icon-svg {
    width: 22px;
    height: 22px;
}

.pillar-card h3,
.flow-card h3 {
    margin: 0 0 6px;
    font-size: var(--glints-fs-lg);
    color: var(--glints-dark);
}

.pillar-card p,
.flow-card p {
    margin: 0;
    color: var(--glints-muted);
}

.section-flow {
    background: #f8fbff;
}

.flow-no {
    display: inline-flex;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: var(--glints-primary);
    color: var(--glints-white);
    align-items: center;
    justify-content: center;
    font-size: var(--glints-fs-sm);
    font-weight: var(--glints-fw-semibold);
    margin-bottom: 9px;
}

.vector-panels {
    display: grid;
    gap: 14px;
}

.vector-panel {
    border: 1px solid var(--glints-border);
    padding: 18px;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 12px;
    align-items: center;
}

.panel-left h3 {
    margin: 0 0 6px;
    font-size: var(--glints-fs-xl);
    color: var(--glints-dark);
}

.panel-left p {
    margin: 0;
    color: var(--glints-muted);
}

.panel-right {
    min-height: 120px;
    position: relative;
    background: linear-gradient(135deg, #f5fbff 0%, #ecf7fd 100%);
    border: 1px dashed #cfe7f5;
    border-radius: 12px;
}

.panel-svg {
    position: absolute;
    width: 32px;
    height: 32px;
    color: var(--glints-primary);
}

.ps-1 { left: 16px; top: 14px; }
.ps-2 { left: 82px; top: 44px; }
.ps-3 { right: 16px; top: 22px; }
.ps-4 { left: 24px; bottom: 16px; }
.ps-5 { left: 92px; top: 18px; }
.ps-6 { right: 22px; bottom: 14px; }

.section-metric {
    background: #f8fbff;
}

.metric-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.metric-card {
    border: 1px solid var(--glints-border);
    text-align: center;
    padding: 18px 12px;
}

.metric-card strong {
    display: block;
    color: var(--glints-primary);
    font-size: var(--glints-fs-2xl);
    line-height: 1.15;
}

.metric-card span {
    color: var(--glints-muted);
    font-size: var(--glints-fs-sm);
}

.section-cta {
    margin-top: 16px;
    text-align: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 1199.98px) {
    .hero-grid,
    .vector-panel {
        grid-template-columns: 1fr;
    }

    .hero-cluster {
        min-height: 220px;
    }

    .hero-kpi-row {
        grid-template-columns: 1fr;
    }

    .hero-kpi-float {
        margin-top: -56px;
    }

    .flow-art-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "profile profile"
            "language education"
            "skill experience";
    }

    .flow-art-profile {
        max-width: none;
    }
}

@media (max-width: 991.98px) {
    .pillar-grid,
    .flow-grid,
    .metric-grid {
        grid-template-columns: 1fr;
    }

    .hero-actions .btn,
    .section-cta .btn {
        width: 100%;
    }

    .section-testimonials-v2 .testimonial-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .employer-cta-actions .btn {
        width: 100%;
    }

    .flow-art-board {
        padding: 2px;
    }

    .flow-art-line {
        margin: 18px auto 26px;
    }

    .flow-art-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "profile"
            "language"
            "education"
            "skill"
            "experience";
        gap: 18px;
    }

    .flow-art-card h3 {
        font-size: var(--glints-fs-base);
        top: -15px;
    }

    .flow-art-star {
        transform: scale(0.75);
        left: -66px;
        top: 24px;
    }
}
@media (max-width: 767.98px) {
    .section-testimonials-v2 .testimonial-row {
        grid-template-columns: 1fr;
    }

    .section-testimonials-v2 .testimonial-title {
        font-size: var(--glints-fs-xl);
    }

    .section-testimonials-v2 .testimonial-subtitle {
        font-size: var(--glints-fs-base);
    }
}
@media (max-width: 575.98px) {
    .hero-cluster{
        min-height: 200px;
    }
    .employer-hero{
        padding: 24px 0 15px;
    }
    .hero-grid {
        position: relative;
    }

    .hero-content {
        position: relative;
        z-index: 3;
    }

    .hero-actions {
        position: relative;
        z-index: 3;
    }

    .hero-visual {
        position: relative;
        margin-top: -70px;
        transform: none;
        z-index: 2;
    }

    .hero-kpi-float {
        margin-top: -44px;
    }
    .hero-login-btn{
        background: #ffffffa1;
    }

    .flow-art-wave,
    .flow-art-cross {
        display: none;
    }

    .flow-art-card {
        border-radius: 24px;
        padding: 20px 14px 14px;
    }

    .skill-list li {
        grid-template-columns: 1fr repeat(5, 18px);
        gap: 7px;
    }

    .skill-list .dot {
        width: 18px;
        height: 18px;
        border-width: 3px;
    }
}
