input#keyword {
    height: 48px;
}

/* ===== HOME SEARCH ADVANCED ===== */
.home-search-section {
    margin-bottom: 1.5rem;
}

.home-search-bar {
    background: #fff;
    border-radius: 16px;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #e8eaf0;
}

.home-search-tabs {
    display: flex;
    gap: 4px;
    margin-bottom: 1rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.home-search-tabs::-webkit-scrollbar {
    display: none;
}

.home-search-tab {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border: 1px solid #e4e6ef;
    border-radius: 999px;
    background: #fff;
    color: #555;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s ease;
}

.home-search-tab:hover {
    background: #f5f6fa;
    border-color: #ccc;
}

.home-search-tab.active {
    background: #FFEDE9;
    color: #FB471F;
    border-color: #FB471F;
    font-weight: 600;
}

.home-search-tab i {
    font-size: 16px;
}

.home-search-input-row {
    display: flex;
    gap: 12px;
    align-items: stretch;
}

.home-search-input-wrap {
    flex: 1;
    position: relative;
}

.home-search-input-wrap i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 18px;
    pointer-events: none;
    z-index: 1;
}

.home-search-input {
    width: 100%;
    height: 48px;
    padding: 0 16px 0 42px;
    border: 1px solid #e4e6ef;
    border-radius: 12px;
    font-size: 15px;
    background: #f9fafb;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.home-search-input:focus {
    outline: none;
    border-color: #FB471F;
    background: #fff;
}

.home-search-input::placeholder {
    color: #aaa;
}

.home-search-region {
    width: 200px;
    flex-shrink: 0;
}

.home-search-region select,
.home-search-region .form-select {
    height: 48px !important;
    border-radius: 12px !important;
    border: 1px solid #e4e6ef !important;
    background-color: #f9fafb !important;
    font-size: 14px !important;
    padding: 0 12px !important;
    width: 100% !important;
    box-sizing: border-box;
}

.home-search-region .select2-container .select2-selection--single {
    height: 48px !important;
    border-radius: 12px !important;
    border: 1px solid #e4e6ef !important;
    background-color: #f9fafb !important;
    display: flex;
    align-items: center;
}

.home-search-region .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: normal;
    padding-left: 12px;
    font-size: 14px;
}

.home-search-region .select2-container .select2-selection--single .select2-selection__arrow {
    height: 48px;
}

.home-search-region select:focus,
.home-search-region .form-select:focus {
    outline: none;
    border-color: #FB471F !important;
    box-shadow: none !important;
}

.home-search-submit {
    height: 48px;
    padding: 0 28px;
    background: #FB471F;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s;
    white-space: nowrap;
}

.home-search-submit:hover {
    background: #e03e18;
}

@media (max-width: 767px) {
    .home-search-input-row {
        flex-direction: column;
    }

    .home-search-region {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .home-search-bar {
        padding: 1rem;
        border-radius: 12px;
    }

    .home-search-tab {
        padding: 6px 12px;
        font-size: 13px;
    }

    .home-search-submit {
        width: 100%;
        justify-content: center;
    }
}

/* ============================================
   FOOTER — Light theme
   ============================================ */
.footer_wrap {
    background: #F4F5FB;
    color: #616778;
    font-size: 14px;
    line-height: 1.65;
    position: relative;
}

/* Top accent gradient bar */
.footer_accent {
    height: 3px;
    background: linear-gradient(90deg, #3949AB 0%, #FB471F 50%, #3949AB 100%);
}

/* Top section: logo */
.footer_top {
    padding: 44px 0 32px;
    border-bottom: 1px solid #D4D9EF;
    margin-bottom: 32px;
}
.footer_logo {
    display: inline-block;
    text-decoration: none;
}
.footer_logo img {
    height: 38px;
    transition: opacity .2s;
}
.footer_logo:hover img { opacity: .8; }

/* Main grid */
.footer_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 24px 20px;
    padding-bottom: 36px;
}
.footer_col--contact {
    min-width: 220px;
}
.footer_col--guides {
    min-width: 200px;
}
.footer_col {
    margin-bottom: 0;
    min-width: 0;
}
@media (max-width: 767.98px) {
    .footer_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer_col--contact,
    .footer_col--guides {
        grid-column: 1 / -1;
    }
}

/* Headings */
.footer_heading {
    color: #1A237E;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 18px;
    padding-bottom: 10px;
    position: relative;
}
.footer_heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 2.5px;
    background: #3949AB;
    border-radius: 2px;
}

/* Contact card */
.footer_contact-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.footer_contact-qr-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}
.footer_qr {
    width: 72px;
    height: 72px;
    border-radius: 12px;
    border: 2px solid #C5CAE9;
    box-shadow: 0 4px 16px rgba(57, 73, 171, .08);
    transition: border-color .3s, box-shadow .3s;
}
.footer_qr:hover {
    border-color: #3949AB;
    box-shadow: 0 4px 20px rgba(57, 73, 171, .16);
}
.footer_qr-label {
    font-size: 11px;
    font-weight: 600;
    color: #7C8292;
    letter-spacing: .03em;
}

/* Contact info */
.footer_contact-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 2px;
}
.footer_contact-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #616778;
    text-decoration: none;
    font-size: 13px;
    transition: color .2s;
}
.footer_contact-link:hover { color: #3949AB; }
.footer_contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #E8EAF6;
    color: #3949AB;
    font-size: 13px;
    flex-shrink: 0;
    transition: background .2s, color .2s;
}
.footer_contact-link:hover .footer_contact-icon {
    background: #3949AB;
    color: #fff;
}
.footer_contact-icon--fb {
    background: #E3F2FD;
    color: #1565C0;
}
.footer_contact-link:hover .footer_contact-icon--fb {
    background: #1565C0;
    color: #fff;
}

/* Link lists */
.footer_links li {
    margin-bottom: 8px;
}
.footer_link {
    color: #616778;
    text-decoration: none;
    font-size: 13.5px;
    display: inline-block;
    transition: color .2s, transform .15s;
}
.footer_link:hover {
    color: #3949AB;
    transform: translateX(3px);
}
.footer_link-icon {
    margin-right: 8px;
    font-size: 12px;
    color: #969CAC;
    transition: color .2s;
}
.footer_link:hover .footer_link-icon {
    color: #3949AB;
}

/* View all button */
.footer_view-all {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    margin-top: 6px;
    padding: 6px 14px;
    border-radius: 6px;
    background: rgba(251, 71, 31, .08);
    color: #FB471F;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s, color .2s, gap .2s;
}
.footer_view-all:hover {
    background: #FB471F;
    color: #fff;
    gap: 6px;
}
.footer_view-all i { font-size: 18px; }

/* Bottom bar */
.footer_bottom {
    border-top: 1px solid #D4D9EF;
    padding: 24px 0 20px;
}
.footer_seo {
    color: #969CAC;
    font-size: 11px;
    line-height: 2;
    margin-bottom: 16px;
    word-spacing: 1px;
}
.footer_copyright {
    text-align: center;
    color: #7C8292;
    font-size: 13px;
    margin: 0;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .footer_top { padding: 36px 0 24px; margin-bottom: 24px; }
    .footer_heading { margin-bottom: 14px; }
    .footer_grid { padding-bottom: 20px; }
}
@media (max-width: 767px) {
    .footer_top { padding: 28px 0 20px; margin-bottom: 20px; }
    .footer_qr { width: 60px; height: 60px; }
    .footer_contact-card { gap: 12px; }
}

/* Home */
.home-banner {
    position: relative;
    height: 470px;
    border-radius: 20px;
    overflow: hidden;
}

.banner-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.banner-content {
    position: relative;
    z-index: 2;
}

.banner-content h1 {
    font-size: clamp(28px, 4vw, 48px);
}

.banner-content p {
    font-size: 16px;
    opacity: 0.95;
}

.home-carousel-wrap {
    position: relative;
}


#home-carousel .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.benefit-title {
    font-weight: 800;
    line-height: 1.3;
    color: #4c1d95;
}

.benefit-title .text-primary {
    color: #7c3aed;
}

.benefit-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    background: #ede9fe;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(124, 58, 237, 0.15);
}

.benefit-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.benefit-image-wrapper img {
    border-radius: 24px;

    min-height: 600px;
    object-fit: cover;
}

.benefit-image {
    transition: transform 0.4s ease;
}

.benefit-image-wrapper:hover .benefit-image {
    transform: scale(1.05);
}

/* Logo đối tác */
.partner-logos {
    border: 1px solid #CACED9;
    border-radius: 8px;
    padding: 16px;
}

.logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-logo {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    display: block;
}



.partner-logo:hover {
    cursor: pointer;
    opacity: 1;
    transform: translateY(-2px);
}

@media (max-width: 992px) {
    .benefit-title {
        font-size: 2rem;
    }

    .order-1 {
        order: 1;
    }

    .order-2 {
        order: 2;
    }

    .benefit-image-wrapper {
        margin: 3rem 0;
    }
}

/* Blog */
.blog-card .summary-limit {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    line-height: 1.5;
    max-height: calc(1.5em * 3);
}

.card {
    border-color: #CACED9 !important;
}

.card .badge {
    font-size: .75rem;
}

.blog-card {
    width: 400px;
    min-height: 481px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
}

.blog-card img {
    /* height: 200px; */
    object-fit: cover;
    border-radius: 16px;
}

.blog-card .card-img-top {
    height: 250px;
    object-fit: cover;
    border-radius: 16px;
}

.cus-img-blog {
    padding: 8px;
}

.blog-card .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* CTA */
.cta-container {
    background-color: #3949AB;
    color: #ffffff;
    border-radius: 16px;
}

/* Tiêu đề */
.cta-title {
    max-width: 680px;
}

.cta-buttons {
    width: 100%;
    margin-left: 0 !important;
}

@media (max-width: 1280px) {
    .cta-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .cta-title {
        text-align: left;
    }

    .cta-buttons {
        width: 100%;
        margin-top: 10px;
        margin-left: 0 !important;
    }
}

@media (max-width: 992px) {
    .cta-title {
        text-align: center;
        font-size: 1.6rem;
    }

    .cta-buttons {
        align-items: center;
    }

    .custom-btn,
    .tertiary-btn-bg {
        text-align: center;
        font-size: 10px;
    }
}

@media (max-width: 576px) {
    .cta-title {
        text-align: center;
        font-size: 1.6rem;
    }

    .cta-buttons {
        align-items: center;
    }

    .custom-btn,
    .tertiary-btn-bg {
        width: 100%;
        text-align: center;
    }
}

/* Employee Highlight */
.peek-slider {
    overflow: hidden;
}

.slider-inner {
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    gap: 30px;
}

.recruiter-card {
    width: calc(100% - 150px - 30px);
    max-width: 1100px;
    flex-shrink: 0;
    border-radius: 24px;
    border: 1px solid #CACED9;
}

.recruiter-avatar {
    width: 400px !important;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
}

.slider-controls {
    justify-content: flex-start;
}

.slider-btn {
    position: unset;
    width: 45px;
    height: 45px;
    border: 1px solid #f44336;
    color: #f44336 !important;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
    top: unset;
    transform: unset;
}

.slider-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(244, 67, 54, 0.25) !important;
}

.dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #f8b8a3;
    margin: 0 4px;
    cursor: pointer;
    transition: all 0.3s;
}

.dots .dot.active {
    background: #f44336;
    transform: scale(1.2);
}

@media (max-width: 992px) {
    .recruiter-card {
        width: calc(100% - 80px - 30px);
    }
}

@media (max-width: 768px) {
    .recruiter-card {
        width: 100%;
    }
}

/* FAQ */

.faq-title-v4 {
    color: #4b6cb7;
}

.faq-button {
    background: #fff !important;
    color: #222 !important;
    padding: 1.2rem 1rem;
    font-size: 1.1rem;
    border: none;
    box-shadow: none !important;
}




/* FeedBack */
.rating-emoji-wrap {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: visible;
    padding-bottom: 10px;
    justify-content: flex-end;
}

.rating-emoji-option {
    cursor: pointer;
    text-align: center;
    width: 144px;
    height: 173px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform .2s ease;
}

.rating-emoji-option img {
    width: 128px;
    height: 128px;
    opacity: 0.6;
    transition: .2s ease;
}

.rating-emoji-option.active img,
.rating-emoji-option:hover img {
    opacity: 1;
    transform: scale(1.08);
}

.rating-label {
    font-size: 14px;
    margin-top: 6px;
    display: block;
    text-align: center;
    font-weight: 500;
}

.set-color-feedback {
    color: #3F51B5;
}

@media (max-width: 576px) {
    .rating-emoji-option {
        width: 105px;
        height: 140px;
    }

    .rating-emoji-option img {
        width: 66px;
        height: 66px;
    }

    .rating-label {
        font-size: 12px;
    }
}

@media (max-width: 1299px) {
    .rating-emoji-option {
        width: 105px;
        height: 140px;
    }

    .rating-emoji-option img {
        width: 55px;
        height: 55px;
    }

    .rating-label {
        font-size: 12px;
    }
}

/* GUIDE */
.step-number {
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
}

.posting-guide-image {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.cus-img-guide img {
    border-radius: 24px;
}

.bg-custom {
    background-color: #EDEFF9;
    color: #3949AB;
}

@media (max-width: 576px) {
    .step-number {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
    }
}

/* Job auto */
.cus-button-job {
    width: 121px;
}

.job-card-v1 {
    background-color: #fff;
    border: 1px solid #eee;
    transition: all 0.3s;
    border-radius: 16px;
    min-height: 481px;
}

/* Fixed width only inside owl carousel */
.owl-carousel .job-card-v1 {
    max-width: none !important;
    flex: 0 0 400px !important;
}

.job-card-v1:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08) !important;
    transform: translateY(-5px);
}

.job-card-img-v1 {
    height: 300px;
    border-radius: 16px;
    object-fit: cover;
}

.badge-tag-primary {
    background-color: #4CAF50 !important;
    color: #fff !important;
    font-size: 0.75rem;
}

.badge-tag-secondary {
    background-color: #f0f0f0 !important;
    color: #6c757d !important;
    font-size: 0.75rem;
}

.btn-custom-secondary-v1 {
    background-color: #ffeded !important;
    color: #ff5e5e !important;
    border: 1px solid #ff5e5e !important;
    padding: 0.5rem 1.2rem;
}

.btn-custom-secondary-v1:hover {
    background-color: #ff5e5e !important;
    color: #fff !important;
}

.job-summary-v1 {
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* Product */
.job-info {
    display: flex;
    gap: 10px;
}

.job-info .info-box {
    flex: 1;
    min-width: 0;
}

.set-width-promo {
    width: 20px !important;
}

.product-latest-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 100px;
    border: 1px solid #ddd;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product-carousel .owl-prev {
    left: 10px;
}

.product-carousel .owl-next {
    right: 10px;
}

.product-carousel .owl-nav i {
    font-size: 22px;
}

.product-location-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
}

.set-salary-text {
    color: #FB471F;
}

.product-title-fixed-lines {
    min-height: calc(1em * 2);
    line-height: 1.5;
    display: -webkit- box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    margin-bottom: 1rem !important;
}

.product-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 20;
}

.product-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    background: #FFEDE9 !important;
    border: 1px solid #FC8469;
    border-radius: 50%;
    display: block;
    opacity: .8;
}

.product-carousel .owl-dot.active span {
    background: #FC8469 !important;
    opacity: 1;
}

.product-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 100px;
    border: 1px solid #ddd;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product-latest-carousel .owl-prev {
    left: 10px;
}

.product-latest-carousel .owl-next {
    right: 10px;
}

.product-latest-carousel .owl-nav i {
    font-size: 22px;
}

.product-location-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
}

.set-salary-text {
    color: #FB471F;
}

.product-title-fixed-lines {
    min-height: calc(1em * 2);
    line-height: 1.5;
    display: -webkit- box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    margin-bottom: 1rem !important;
}

.product-latest-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 20;
}

.product-latest-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    background: #FFEDE9 !important;
    border: 1px solid #FC8469;
    border-radius: 50%;
    display: block;
    opacity: .8;
}

.product-latest-carousel .owl-dot.active span {
    background: #FC8469 !important;
    opacity: 1;
}

/* Product Auto */

.prod-card {
    background-color: #fff;
    border: 1px solid #eee;
    transition: all .3s;
    border-radius: 16px;
    min-height: 481px;
}

/* Fixed width only inside owl carousel */
.owl-carousel .prod-card {
    max-width: none !important;
    flex: 0 0 400px !important;
}

.prod-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .08) !important;
    transform: translateY(-5px);
}

.job-card-img-v1 {
    height: 300px;
    border-radius: 16px;
    object-fit: cover;
}

.badge-tag-primary {
    background: #4CAF50 !important;
    color: #fff !important;
    font-size: .75rem;
}

.badge-tag-secondary {
    background: #f0f0f0 !important;
    color: #6c757d !important;
    font-size: .75rem;
}

.btn-custom-secondary-v1 {
    background: #ffeded !important;
    color: #ff5e5e !important;
    border: 1px solid #ff5e5e !important;
    padding: .5rem 1.2rem;
}

.btn-custom-secondary-v1:hover {
    background: #ff5e5e !important;
    color: #fff !important;
}

.product-summary {
    line-height: 1.4;
    height: 5.2em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* Product Latest */
.job-info {
    display: flex;
    gap: 10px;
}

.job-info .info-box {
    flex: 1;
    min-width: 0;
}

.set-width-promo {
    width: 20px !important;
}

.product-latest-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 100px;
    border: 1px solid #ddd;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product-latest-carousel .owl-prev {
    left: 10px;
}

.product-latest-carousel .owl-next {
    right: 10px;
}

.product-latest-carousel .owl-nav i {
    font-size: 22px;
}

.product-location-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
}

.set-salary-text {
    color: #FB471F;
}

.product-title-fixed-lines {
    min-height: calc(1em * 2);
    line-height: 1.5;
    display: -webkit- box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    margin-bottom: 1rem !important;
}

.product-latest-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 20;
}

.product-latest-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    background: #FFEDE9 !important;
    border: 1px solid #FC8469;
    border-radius: 50%;
    display: block;
    opacity: .8;
}

.product-latest-carousel .owl-dot.active span {
    background: #FC8469 !important;
    opacity: 1;
}
/* ===== PAGE HERO (Privacy, Terms, About) ===== */
.page-hero {
    background: linear-gradient(135deg, #1A237E 0%, #283593 50%, #3949AB 100%);
    padding: 56px 0 52px;
    position: relative;
    overflow: hidden;
}

.page-hero__circle-1 {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border: 60px solid rgba(255,255,255,.04);
    top: -120px;
    right: -80px;
    pointer-events: none;
}

.page-hero__circle-2 {
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(251,71,31,.18);
    bottom: -60px;
    left: -40px;
    pointer-events: none;
}

.page-hero__inner {
    max-width: 820px;
    position: relative;
    z-index: 1;
}

.page-hero__breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
}

.page-hero__breadcrumb a {
    color: rgba(255,255,255,.55);
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
}

.page-hero__breadcrumb a:hover {
    color: rgba(255,255,255,.8);
}

.page-hero__breadcrumb .separator {
    color: rgba(255,255,255,.35);
    font-size: 11px;
}

.page-hero__breadcrumb .current {
    color: rgba(255,255,255,.85);
    font-size: 13px;
    font-weight: 500;
}

.page-hero__title {
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    letter-spacing: -.5px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .page-hero {
        padding: 36px 0 32px;
    }
    .page-hero__title {
        font-size: 26px;
    }
    .page-hero__circle-1 {
        width: 200px;
        height: 200px;
        border-width: 30px;
    }
    .page-hero__circle-2 {
        width: 120px;
        height: 120px;
    }
}
