/* WF Career public website UI
   Shared visual language for the homepage, content pages, header, footer and auth modals. */
:root {
    --wf-public-navy: #102a56;
    --wf-public-blue: #1f67b7;
    --wf-public-teal: #12a8a4;
    --wf-public-ink: #14233b;
    --wf-public-muted: #6f7f96;
    --wf-public-soft: #f2f7fc;
    --wf-public-card: #ffffff;
    --wf-public-line: #dce7f2;
    --wf-public-success: #168c6b;
    --wf-public-danger: #d94754;
    --wf-public-radius: 22px;
    --wf-public-shadow: 0 18px 48px rgba(21, 58, 96, .09);
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--wf-public-ink);
    font-weight: 400;
}

.wf-public-area {
    background: #f7fafd;
}

.wf-public-area .page-content {
    overflow: clip;
}

.wf-public-area h1,
.wf-public-area h2,
.wf-public-area h3,
.wf-public-area h4,
.wf-public-area h5,
.wf-public-area h6 {
    color: var(--wf-public-ink);
    font-weight: 600;
    letter-spacing: -.025em;
}

.wf-public-area p,
.wf-public-area li,
.wf-public-area label,
.wf-public-area input,
.wf-public-area select,
.wf-public-area textarea,
.wf-public-area button,
.wf-public-area a {
    font-weight: 400;
}

/* Calm, consistent buttons. The legacy theme adds animated pseudo layers. */
.wf-public-area .wf-public-btn,
.wf-public-area .site-button,
body .twm-nav-sign-up,
body .twm-nav-post-a-job,
.wf-public-area .aplybtn,
.wf-public-area .twm-jobs-browse,
.wf-public-area .btnfiltre {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 10px 17px;
    border: 1px solid transparent;
    border-radius: 13px !important;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 1.25;
    text-decoration: none !important;
    text-transform: none;
    letter-spacing: 0;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

.wf-public-area .wf-public-btn::before,
.wf-public-area .wf-public-btn::after,
.wf-public-area .site-button::before,
.wf-public-area .site-button::after,
body .twm-nav-sign-up::before,
body .twm-nav-sign-up::after,
body .twm-nav-post-a-job::before,
body .twm-nav-post-a-job::after,
.wf-public-area .aplybtn::before,
.wf-public-area .aplybtn::after,
.wf-public-area .twm-jobs-browse::before,
.wf-public-area .twm-jobs-browse::after,
.wf-public-area .btnfiltre::before,
.wf-public-area .btnfiltre::after {
    content: none !important;
    display: none !important;
    animation: none !important;
}

.wf-public-area .wf-public-btn:hover,
.wf-public-area .site-button:hover,
body .twm-nav-sign-up:hover,
body .twm-nav-post-a-job:hover,
.wf-public-area .aplybtn:hover,
.wf-public-area .twm-jobs-browse:hover,
.wf-public-area .btnfiltre:hover {
    transform: translateY(-1px) !important;
}

.wf-public-btn--primary,
body .wf-public-area .site-button,
body .wf-public-area .btnfiltre {
    background: var(--wf-public-blue) !important;
    border-color: var(--wf-public-blue) !important;
    color: #fff !important;
}

.wf-public-btn--primary:hover,
body .wf-public-area .site-button:hover,
body .wf-public-area .btnfiltre:hover {
    background: #175aa3 !important;
    border-color: #175aa3 !important;
    box-shadow: 0 10px 22px rgba(31, 103, 183, .18) !important;
}

.wf-public-btn--secondary {
    background: #fff !important;
    border-color: #cddbeb !important;
    color: var(--wf-public-navy) !important;
}

.wf-public-btn--secondary:hover {
    background: #f3f7fb !important;
    border-color: #acc4dc !important;
}

.wf-public-btn--teal {
    background: var(--wf-public-teal) !important;
    border-color: var(--wf-public-teal) !important;
    color: #fff !important;
}

.wf-public-icon-btn {
    width: 42px;
    height: 42px;
    min-width: 42px;
    padding: 0;
    border: 1px solid var(--wf-public-line);
    border-radius: 13px;
    background: #fff;
    color: var(--wf-public-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Header */
.site-header.header-style-3 {
    background: rgba(255, 255, 255, .94) !important;
    border-bottom: 1px solid rgba(16, 42, 86, .09) !important;
    box-shadow: 0 8px 30px rgba(16, 42, 86, .06) !important;
    backdrop-filter: blur(16px);
}

.site-header.header-style-3 .main-bar {
    min-height: 74px;
    padding: 9px 0 !important;
}

.site-header.header-style-3 .main-bar .container-fluid {
    max-width: 1540px;
    margin: 0 auto;
    padding-left: clamp(18px, 3vw, 46px);
    padding-right: clamp(18px, 3vw, 46px);
}

.site-header.header-style-3 .logo-header,
.site-header.header-style-3 .logo-header-inner {
    width: auto !important;
    height: auto !important;
}

.site-header.header-style-3 .logo-header-inner a {
    display: inline-flex;
    align-items: center;
    min-width: 154px;
}

.site-header.header-style-3 .logo-header img {
    width: 154px;
    max-height: 44px;
    object-fit: contain;
}

.site-header.header-style-3 .header-nav-btn-section {
    display: flex;
    align-items: center;
    gap: 8px;
}

.site-header.header-style-3 .wf-header-links {
    gap: 2px;
    padding: 4px;
    border-radius: 15px;
    background: #f4f8fc;
    border: 1px solid #e5edf5;
}

.site-header.header-style-3 .wf-topbtn {
    min-height: 38px;
    padding: 9px 12px !important;
    border: 0 !important;
    border-radius: 11px !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #38516f !important;
    font-size: 13px !important;
    font-weight: 450 !important;
    white-space: nowrap;
}

.site-header.header-style-3 .wf-topbtn::before,
.site-header.header-style-3 .wf-bell::before,
.site-header.header-style-3 .wf-bell::after,
.wf-cookie-btn::before,
.wf-cookie-btn::after,
.wf-cookie-modal__close::before,
.wf-cookie-modal__close::after {
    content: none !important;
    display: none !important;
    animation: none !important;
}

.site-header.header-style-3 .wf-topbtn:hover,
.site-header.header-style-3 .wf-topbtn.is-active,
.site-header.header-style-3 .wf-topbtn[aria-expanded="true"] {
    background: #fff !important;
    color: var(--wf-public-blue) !important;
    box-shadow: 0 5px 15px rgba(22, 63, 105, .08) !important;
    transform: none !important;
}

.site-header.header-style-3.wf-header-scrolled {
    box-shadow: 0 11px 34px rgba(16, 42, 86, .10) !important;
}

.site-header.header-style-3 .wf-lang-switcher .dropdown-toggle {
    min-width: 69px;
    border: 1px solid #d9e5f0 !important;
    background: #fff !important;
}

.site-header.header-style-3 .twm-nav-sign-up,
.site-header.header-style-3 .twm-nav-post-a-job {
    min-height: 40px;
    padding: 9px 14px !important;
    border-radius: 12px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

.site-header.header-style-3 .twm-nav-sign-up {
    background: #eef5fc !important;
    border-color: #d9e7f5 !important;
    color: var(--wf-public-blue) !important;
}

.site-header.header-style-3 .twm-nav-post-a-job {
    background: var(--wf-public-blue) !important;
    border-color: var(--wf-public-blue) !important;
    color: #fff !important;
}

.site-header.header-style-3 .wf-bell {
    width: 40px;
    height: 40px;
    border: 1px solid #d9e5f0;
    border-radius: 12px;
    background: #fff;
    color: var(--wf-public-navy);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.site-header.header-style-3 .header-auth-dd > .dropdown-toggle {
    max-width: 230px;
}

.site-header.header-style-3 .header-auth-dd > .dropdown-toggle span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.site-header.header-style-3 .dropdown-menu {
    margin-top: 10px !important;
    padding: 8px !important;
    border: 1px solid #dce7f1 !important;
    border-radius: 15px !important;
    background: rgba(255, 255, 255, .98) !important;
    box-shadow: 0 20px 46px rgba(16, 42, 86, .14) !important;
}

.site-header.header-style-3 .dropdown-item {
    min-height: 40px;
    padding: 9px 11px !important;
    border-radius: 10px;
    color: #38516f;
    font-size: 13px;
}

.site-header.header-style-3 .dropdown-item:hover,
.site-header.header-style-3 .dropdown-item.active {
    background: #edf5fd !important;
    color: var(--wf-public-blue) !important;
}

.site-header.header-style-3 .wf-logout-item {
    background: #fff1f2;
    color: var(--wf-public-danger) !important;
}

/* Oturum açılmış tüm front ekranlarında aynı dil ve kullanıcı kimliği görünümü. */
.site-header.header-style-3 .header-nav-btn-section {
    --wf-front-lang-width: 96px;
    --wf-front-action-height: 48px;
    --wf-front-profile-width: 156px;
}

.site-header.header-style-3 .wf-lang-switcher .dropdown-toggle,
.site-header.header-style-3 .header-auth-dd > .dropdown-toggle {
    box-sizing: border-box !important;
    height: var(--wf-front-action-height) !important;
    min-height: var(--wf-front-action-height) !important;
    max-height: var(--wf-front-action-height) !important;
    padding: 0 12px !important;
    border: 1px solid rgba(255, 255, 255, .24) !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #1b527f, #247c9a) !important;
    color: #fff !important;
    box-shadow: 0 7px 18px rgba(20, 70, 108, .16) !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    gap: 7px !important;
    transform: none !important;
}

.site-header.header-style-3 .wf-lang-switcher .dropdown-toggle {
    width: var(--wf-front-lang-width) !important;
    min-width: var(--wf-front-lang-width) !important;
    max-width: var(--wf-front-lang-width) !important;
    justify-content: center !important;
}

.site-header.header-style-3 .header-auth-dd > .dropdown-toggle {
    width: var(--wf-front-profile-width) !important;
    min-width: var(--wf-front-profile-width) !important;
    max-width: var(--wf-front-profile-width) !important;
    justify-content: flex-start !important;
}

.site-header.header-style-3 #wf-bell-dd-wrap .wf-bell {
    box-sizing: border-box !important;
    width: var(--wf-front-action-height) !important;
    min-width: var(--wf-front-action-height) !important;
    max-width: var(--wf-front-action-height) !important;
    height: var(--wf-front-action-height) !important;
    min-height: var(--wf-front-action-height) !important;
    max-height: var(--wf-front-action-height) !important;
    border-radius: 12px !important;
    font-size: 14px !important;
}

.site-header.header-style-3 .wf-lang-switcher .dropdown-toggle:hover,
.site-header.header-style-3 .wf-lang-switcher .dropdown-toggle[aria-expanded="true"],
.site-header.header-style-3 .header-auth-dd > .dropdown-toggle:hover,
.site-header.header-style-3 .header-auth-dd > .dropdown-toggle[aria-expanded="true"] {
    border-color: rgba(255, 255, 255, .34) !important;
    background: linear-gradient(135deg, #16466f, #1e708c) !important;
    color: #fff !important;
    box-shadow: 0 9px 22px rgba(20, 70, 108, .22) !important;
}

.site-header.header-style-3 .wf-lang-switcher .dropdown-toggle i,
.site-header.header-style-3 .header-auth-dd > .dropdown-toggle i,
.site-header.header-style-3 .header-auth-dd > .dropdown-toggle span {
    color: #fff !important;
}

.site-header.header-style-3 .wf-lang-switcher .dropdown-toggle i,
.site-header.header-style-3 .header-auth-dd > .dropdown-toggle i {
    flex: 0 0 auto !important;
    margin: 0 !important;
    font-size: 12px !important;
}

.site-header.header-style-3 .header-auth-dd > .dropdown-toggle span {
    min-width: 0 !important;
    flex: 1 1 auto !important;
    text-align: left !important;
}

.site-header.header-style-3 .wf-lang-switcher .dropdown-toggle::after,
.site-header.header-style-3 .header-auth-dd > .dropdown-toggle::after {
    flex: 0 0 auto !important;
    margin-left: auto !important;
    border-top-color: #fff !important;
}

.site-header.header-style-3 .wf-panel-menu-item.active {
    background: #edf6fd !important;
    color: #176398 !important;
    font-weight: 500 !important;
}

.site-header.header-style-3 .wf-panel-menu-item.active:hover {
    background: #deeffb !important;
    color: #124f7b !important;
}

@media (min-width: 992px) and (max-width: 1399.98px) {
    .site-header.header-style-3 .wf-header-links {
        display: flex !important;
    }

    .site-header.header-style-3 .extra-cell.d-lg-none {
        display: none !important;
    }

    .site-header.header-style-3 .logo-header-inner a {
        min-width: 140px;
    }

    .site-header.header-style-3 .logo-header img {
        width: 140px;
        max-height: 40px;
    }

    .site-header.header-style-3 .wf-header-links .wf-topbtn {
        padding: 7px 7px !important;
        font-size: 11.5px !important;
    }

    .site-header.header-style-3 .header-auth-dd > .dropdown-toggle {
        max-width: 170px;
    }
}

/* Public inner pages */
.wf-public-area .wt-bnr-inr {
    min-height: 0 !important;
    padding: 46px 0 32px !important;
    background: linear-gradient(125deg, #eef5fb 0%, #f8fbfe 55%, #eaf8f7 100%) !important;
}

.wf-public-area .wt-bnr-inr::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: 6%;
    top: -150px;
    border-radius: 50%;
    background: rgba(18, 168, 164, .10);
    pointer-events: none;
}

.wf-public-area .wt-bnr-inr .overlay-main {
    display: none;
}

.wf-public-area .wt-bnr-inr-entry {
    padding: 0 !important;
}

.wf-public-area .wt-bnr-inr .wt-title {
    margin: 0 0 12px !important;
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 600;
}

.wf-public-area .wf-chip,
.wf-public-area .wf-bc-chip {
    border-radius: 9px !important;
    box-shadow: none !important;
    font-weight: 450 !important;
}

.wf-public-area .section-full {
    background-color: transparent;
}

.wf-public-area .side-bar,
.wf-public-area .sidebar-elements,
.wf-public-area .twm-right-section-panel,
.wf-public-area .twm-job-self-wrap,
.wf-public-area .twm-s-info,
.wf-public-area .twm-job-detail-content,
.wf-public-area .twm-job-detail-2,
.wf-public-area .faq-block,
.wf-public-area .accordion-item,
.wf-public-area .contact-info,
.wf-public-area .contact-form-outer,
.wf-public-area .wt-panel-body,
.wf-public-area .wt-panel-heading {
    border-color: var(--wf-public-line) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 12px 34px rgba(21, 58, 96, .06) !important;
}

.wf-public-area .form-control,
.wf-public-area .form-select,
.wf-public-area select,
.wf-public-area textarea,
.wf-public-area .bootstrap-select > .dropdown-toggle {
    min-height: 46px;
    border: 1px solid #d7e3ef !important;
    border-radius: 12px !important;
    background-color: #fff !important;
    box-shadow: none !important;
    color: #344a65;
    font-size: 14px;
}

.wf-public-area textarea.form-control {
    min-height: 118px;
}

.wf-public-area .form-control:focus,
.wf-public-area .form-select:focus,
.wf-public-area select:focus,
.wf-public-area textarea:focus {
    border-color: #77aee0 !important;
    box-shadow: 0 0 0 4px rgba(31, 103, 183, .09) !important;
}

.wf-public-area .twm-jobs-list-style1 {
    margin-bottom: 14px !important;
    padding: 18px !important;
    border: 1px solid var(--wf-public-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(21, 58, 96, .055);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.wf-public-area .twm-jobs-list-style1:hover {
    transform: translateY(-2px);
    border-color: #bbd1e6;
    box-shadow: 0 16px 34px rgba(21, 58, 96, .09);
}

.wf-public-area .twm-jobs-list-style1 .twm-media {
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #eef5fb;
    line-height: normal !important;
}

.wf-public-area .twm-jobs-list-style1 .twm-media img {
    display: block;
    width: auto;
    max-width: 82%;
    max-height: 72%;
    margin: auto;
    object-fit: contain;
}

.wf-public-area .pagination .page-link {
    min-width: 40px;
    min-height: 40px;
    margin: 0 3px;
    border: 1px solid #d8e4ef;
    border-radius: 11px !important;
    color: var(--wf-public-blue);
}

.wf-public-area .pagination .active .page-link {
    background: var(--wf-public-blue);
    border-color: var(--wf-public-blue);
    color: #fff !important;
    font-weight: 550 !important;
}

/* Long-form pages linked from the header and footer. */
.wf-public-area .about-shell,
.wf-public-area .hizmet-shell,
.wf-public-area .kvkk-shell,
.wf-public-area .sartlar-shell {
    padding: 38px 20px 72px !important;
    background:
        radial-gradient(circle at 92% 4%, rgba(18, 168, 164, .08), transparent 24%),
        #f7fafd;
}

.wf-public-area .about-container,
.wf-public-area .hizmet-container,
.wf-public-area .kvkk-container,
.wf-public-area .sartlar-container {
    max-width: 1120px !important;
    padding: clamp(24px, 4vw, 48px);
    border: 1px solid var(--wf-public-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(21, 58, 96, .07);
}

.wf-public-area .about-container h1,
.wf-public-area .hizmet-container h1,
.wf-public-area .kvkk-container h1,
.wf-public-area .sartlar-container h1,
.wf-public-area .faq-wrap > h1 {
    margin-bottom: 22px !important;
    font-size: clamp(29px, 4vw, 42px) !important;
    font-weight: 600 !important;
}

.wf-public-area .about-container h2,
.wf-public-area .hizmet-container h2,
.wf-public-area .kvkk-container h2,
.wf-public-area .sartlar-container h2 {
    padding-top: 6px;
    color: #1c4f82;
    font-size: clamp(20px, 2.5vw, 27px);
    font-weight: 550;
}

.wf-public-area .about-container p,
.wf-public-area .hizmet-container p,
.wf-public-area .kvkk-container p,
.wf-public-area .sartlar-container p,
.wf-public-area .sartlar-container li {
    color: #536982;
    font-size: 14px;
    line-height: 1.78;
}

/* FAQ */
.wf-public-area .faq-page {
    min-height: 70vh;
    padding: 38px 0 72px !important;
    background: #f7fafd;
}

.wf-public-area .faq-wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 16px;
}

.wf-public-area .faq-item {
    margin: 10px 0;
    border-color: var(--wf-public-line);
    border-radius: 16px;
    box-shadow: 0 7px 22px rgba(21, 58, 96, .035);
}

.wf-public-area .faq-item > summary {
    padding: 17px 19px;
    color: #223b59;
    font-size: 15px;
    font-weight: 500;
}

.wf-public-area .faq-a {
    padding: 0 19px 19px;
    color: #62738a;
    font-size: 13.5px;
}

/* Webinar calendar */
.wf-public-area .wf-seminar-page {
    background: #f7fafd !important;
}

.wf-public-area .wf-seminar-hero {
    padding: 42px 0 70px !important;
}

.wf-public-area .wf-seminar-page .wf-page-eyebrow {
    margin-bottom: 10px;
    color: var(--wf-public-teal);
    font-size: 12px;
    font-weight: 550;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.wf-public-area .wf-seminar-page .wf-title {
    font-size: clamp(31px, 4vw, 43px);
    font-weight: 600 !important;
    letter-spacing: -.025em;
}

.wf-public-area .wf-seminar-page .wf-desc {
    color: #687b92;
    font-size: 14px;
    line-height: 1.7;
}

.wf-public-area .wf-seminar-page .wf-panel,
.wf-public-area .wf-seminar-page .wf-agenda-day {
    border-color: var(--wf-public-line);
    border-radius: 19px;
    box-shadow: 0 12px 34px rgba(21, 58, 96, .06);
}

.wf-public-area .wf-seminar-page .wf-agenda-event {
    border-radius: 14px;
    box-shadow: none;
}

/* Blog index/detail */
.wf-public-area .wf-blog-index,
.wf-public-area .wf-blog-page {
    padding-top: 42px !important;
    background: #f7fafd !important;
}

.wf-public-area .wf-blog-card,
.wf-public-area .wf-blog-cover,
.wf-public-area .wf-blog-inner,
.wf-public-area .wf-blog-sidebar-card {
    border: 1px solid var(--wf-public-line);
    border-radius: 19px !important;
    box-shadow: 0 12px 34px rgba(21, 58, 96, .06) !important;
}

.wf-public-area .wf-blog-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 38px rgba(21, 58, 96, .09) !important;
}

.wf-public-area .wf-blog-card-title,
.wf-public-area .wf-blog-title {
    color: var(--wf-public-ink) !important;
    font-weight: 550 !important;
}

.wf-public-area .wf-blog-breadcrumb {
    margin-top: 0;
    letter-spacing: .04em;
    text-transform: none;
}

/* One modal language for public actions, webinar details and auth flows. */
.wf-public-area .modal-content {
    overflow: hidden;
    border: 1px solid var(--wf-public-line) !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: 0 28px 75px rgba(8, 31, 62, .22) !important;
}

.wf-public-area .modal-header {
    padding: 18px 22px !important;
    border-bottom: 1px solid #e5edf5 !important;
    background: linear-gradient(110deg, #edf5fb, #f6fbfb) !important;
}

.wf-public-area .modal-title {
    color: var(--wf-public-ink) !important;
    font-size: 20px !important;
    font-weight: 550 !important;
}

.wf-public-area .modal-body {
    padding: 21px 22px !important;
    color: #536982;
    font-size: 14px;
}

.wf-public-area .modal-footer {
    padding: 14px 22px 20px !important;
    border-top: 1px solid #e8eff6 !important;
}

@media (max-width: 767.98px) {
    .wf-public-area .about-shell,
    .wf-public-area .hizmet-shell,
    .wf-public-area .kvkk-shell,
    .wf-public-area .sartlar-shell {
        padding: 22px 10px 50px !important;
    }

    .wf-public-area .wf-seminar-hero,
    .wf-public-area .faq-page {
        padding-top: 24px !important;
    }
}

/* Footer */
body .footer-dark {
    position: relative;
    margin-top: 0;
    background-color: #0d2444 !important;
    background-image: linear-gradient(135deg, rgba(13, 36, 68, .98), rgba(18, 69, 92, .96)) !important;
    color: #dce9f5;
}

body .footer-dark::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 82% 15%, rgba(18, 168, 164, .17), transparent 28%);
}

body .footer-dark .footer-top {
    position: relative;
    padding: 62px 0 38px;
}

body .footer-dark .logo-footer img {
    max-width: 195px;
}

body .footer-dark .widget-title {
    margin-bottom: 18px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 550;
    letter-spacing: -.01em;
}

body .footer-dark p,
body .footer-dark li,
body .footer-dark a,
body .footer-dark .ftr-list p,
body .footer-dark .ftr-list p span {
    color: #c7d8e9 !important;
    font-size: 13px;
    font-weight: 400;
}

body .footer-dark a:hover,
body .footer-dark .wf-cookie-footer-link:hover {
    color: #fff !important;
}

body .footer-dark .widget_services ul li {
    margin-bottom: 8px;
}

body .footer-dark .wf-cookie-footer-link {
    padding: 0;
    border: 0;
    background: transparent;
    color: #c7d8e9;
    text-align: left;
}

body .footer-dark .footer-bottom {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .10);
    background: rgba(5, 20, 40, .20);
}

body .footer-dark .footer-bottom-info {
    max-width: 1320px;
    margin: 0 auto;
    padding: 18px 24px;
}

body .footer-dark .social-icons li a {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .06);
}

/* Login, register and related popups */
body #sign_up_popup .modal-dialog,
body #sign_up_popup2 .modal-dialog,
body #sign_up_popup3 .modal-dialog,
body #forgot_password_popup .modal-dialog,
body #bayi_popup .modal-dialog,
body #two_factor_login_popup .modal-dialog {
    width: min(94vw, 620px);
    max-width: 620px;
}

body #sign_up_popup .modal-content,
body #sign_up_popup2 .modal-content,
body #sign_up_popup3 .modal-content,
body #forgot_password_popup .modal-content,
body #bayi_popup .modal-content,
body #two_factor_login_popup .modal-content {
    overflow: hidden;
    border: 1px solid #dbe7f2 !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: 0 30px 80px rgba(8, 31, 62, .22) !important;
}

body #sign_up_popup .modal-header,
body #sign_up_popup2 .modal-header,
body #sign_up_popup3 .modal-header,
body #forgot_password_popup .modal-header,
body #bayi_popup .modal-header,
body #two_factor_login_popup .modal-header {
    min-height: 86px;
    padding: 22px 68px 18px 24px !important;
    border-bottom: 1px solid #e5edf5 !important;
    background: linear-gradient(110deg, #edf5fb, #f6fbfb) !important;
}

body #sign_up_popup .modal-header h2,
body #sign_up_popup2 .modal-header h2,
body #sign_up_popup3 .modal-header h2,
body #forgot_password_popup .modal-header h2,
body #bayi_popup .modal-header h2,
body #two_factor_login_popup .modal-header h2 {
    margin: 0 0 4px !important;
    color: var(--wf-public-ink) !important;
    font-size: 23px !important;
    font-weight: 600 !important;
    letter-spacing: -.02em !important;
}

body #sign_up_popup .modal-body,
body #sign_up_popup2 .modal-body,
body #sign_up_popup3 .modal-body,
body #forgot_password_popup .modal-body,
body #bayi_popup .modal-body,
body #two_factor_login_popup .modal-body {
    padding: 22px 24px 26px !important;
}

body #sign_up_popup .wf-close,
body #sign_up_popup2 .wf-close,
body #sign_up_popup3 .wf-close,
body #forgot_password_popup .wf-close,
body #bayi_popup .wf-close,
body #two_factor_login_popup .wf-close,
body #two_factor_login_popup .btn-close {
    top: 18px !important;
    right: 20px !important;
    width: 38px !important;
    height: 38px !important;
    border: 1px solid #d7e3ef !important;
    border-radius: 11px !important;
    background: #fff !important;
    color: #526981 !important;
}

body .modal .site-button,
body .modal .btn-brand,
body .modal .twm-backto-login {
    min-height: 42px !important;
    padding: 9px 15px !important;
    border-radius: 12px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

body .modal-backdrop.show {
    opacity: .42;
    backdrop-filter: blur(2px);
}

/* Subtle reveal motion: once, small distance, never on controls. */
.wf-reveal {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .48s ease, transform .48s ease;
}

.wf-reveal.is-visible {
    opacity: 1;
    transform: none;
}

@media (max-width: 1360px) {
    .site-header.header-style-3 .wf-header-links .wf-topbtn {
        padding-left: 8px !important;
        padding-right: 8px !important;
        font-size: 12px !important;
    }
}

@media (max-width: 991.98px) {
    .site-header.header-style-3 .main-bar {
        min-height: 66px;
    }

    .site-header.header-style-3 .logo-header img {
        width: 132px;
        max-height: 38px;
    }

    .site-header.header-style-3 .logo-header-inner a {
        min-width: 132px;
    }

    .wf-public-area .wt-bnr-inr {
        padding: 34px 0 24px !important;
    }

    body .footer-dark .footer-top {
        padding: 42px 0 22px;
    }
}

@media (max-width: 575.98px) {
    body #sign_up_popup .modal-dialog,
    body #sign_up_popup2 .modal-dialog,
    body #sign_up_popup3 .modal-dialog,
    body #forgot_password_popup .modal-dialog,
    body #bayi_popup .modal-dialog,
    body #two_factor_login_popup .modal-dialog {
        width: auto;
        margin: 12px;
    }

    body #sign_up_popup .modal-header,
    body #sign_up_popup2 .modal-header,
    body #sign_up_popup3 .modal-header,
    body #forgot_password_popup .modal-header,
    body #bayi_popup .modal-header,
    body #two_factor_login_popup .modal-header {
        padding-left: 18px !important;
    }

    body #sign_up_popup .modal-body,
    body #sign_up_popup2 .modal-body,
    body #sign_up_popup3 .modal-body,
    body #forgot_password_popup .modal-body,
    body #bayi_popup .modal-body,
    body #two_factor_login_popup .modal-body {
        padding: 18px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .wf-reveal,
    .wf-reveal.is-visible,
    .wf-public-area .site-button,
    .wf-public-area .wf-public-btn,
    .wf-public-area .twm-jobs-list-style1 {
        opacity: 1;
        transform: none !important;
        transition: none !important;
        animation: none !important;
    }
}

/* Homepage */
.wf-home-v2 {
    --wf-home-shell: min(1320px, calc(100vw - 40px));
    background: #f8fbfe;
}

.wf-home-v2 .container {
    width: var(--wf-home-shell);
    max-width: var(--wf-home-shell);
}

.wf-home-hero {
    position: relative;
    padding: 34px 0 18px;
    background:
        radial-gradient(circle at 85% 8%, rgba(18, 168, 164, .13), transparent 28%),
        linear-gradient(180deg, #f7fbfe 0%, #eef5fb 100%);
}

.wf-home-hero__shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .94fr) minmax(480px, 1.06fr);
    gap: clamp(30px, 4vw, 68px);
    align-items: center;
    min-height: 610px;
    padding: clamp(38px, 5vw, 72px);
    overflow: hidden;
    border: 1px solid #d8e5f1;
    border-radius: 30px;
    background: rgba(255, 255, 255, .84);
    box-shadow: 0 24px 70px rgba(20, 61, 103, .10);
}

.wf-home-hero__shell::before {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    right: -170px;
    top: -210px;
    border-radius: 50%;
    background: rgba(18, 168, 164, .09);
    pointer-events: none;
}

.wf-home-hero__copy,
.wf-home-hero__visual {
    position: relative;
    z-index: 1;
}

.wf-home-trust-chip {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 38px;
    padding: 6px 10px 6px 7px;
    margin-bottom: 24px;
    border: 1px solid #d6e4ef;
    border-radius: 12px;
    background: #f7fbfe;
    color: #38516f;
    font-size: 12px;
}

.wf-home-trust-chip img {
    width: 48px;
    height: 27px;
    object-fit: contain;
}

.wf-home-trust-chip small {
    padding-left: 10px;
    border-left: 1px solid #d8e3ee;
    color: #7b8ba0;
    font-size: 10px;
}

.wf-home-hero h1 {
    max-width: 680px;
    margin: 0 0 20px;
    color: var(--wf-public-ink);
    font-size: clamp(42px, 5vw, 70px);
    font-weight: 600;
    line-height: 1.04;
    letter-spacing: -.052em;
}

.wf-home-hero h1 span {
    display: block;
    color: var(--wf-public-blue);
}

.wf-home-hero__lead {
    max-width: 650px;
    margin: 0;
    color: #5f7188;
    font-size: clamp(16px, 1.35vw, 19px);
    line-height: 1.72;
}

.wf-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.wf-home-hero__proof {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin-top: 27px;
    color: #63758b;
    font-size: 12px;
}

.wf-home-hero__proof span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.wf-home-hero__proof i {
    color: var(--wf-public-success);
}

.wf-home-hero__visual-card {
    position: relative;
    min-height: 505px;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(145deg, #173b70 0%, #236fa4 55%, #19aaa5 100%);
}

.wf-home-hero__visual-card::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    right: -120px;
    top: -110px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
}

.wf-home-hero__visual-card > img {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -76px;
    width: min(700px, 116%);
    height: auto;
    transform: translateX(-50%);
    filter: drop-shadow(0 22px 26px rgba(3, 24, 50, .19));
}

.wf-home-hero__visual-label {
    position: absolute;
    z-index: 2;
    top: 26px;
    left: 27px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    color: #fff;
}

.wf-home-hero__visual-label span {
    color: #abeee8;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .09em;
}

.wf-home-hero__visual-label strong {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.wf-home-hero__float-card {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 172px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 15px;
    background: rgba(255, 255, 255, .91);
    box-shadow: 0 16px 36px rgba(10, 42, 75, .18);
    backdrop-filter: blur(10px);
}

.wf-home-hero__float-card--one {
    right: 18px;
    top: 98px;
}

.wf-home-hero__float-card--two {
    left: 18px;
    bottom: 22px;
}

.wf-home-hero__float-card div {
    display: flex;
    flex-direction: column;
}

.wf-home-hero__float-card small {
    color: #8391a3;
    font-size: 10px;
}

.wf-home-hero__float-card strong {
    color: var(--wf-public-ink);
    font-size: 12px;
    font-weight: 550;
}

.wf-home-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    font-size: 16px;
}

.wf-home-icon--blue { background: #e7f2fc; color: #2172bb; }
.wf-home-icon--teal { background: #e3f7f3; color: #148c78; }
.wf-home-icon--violet { background: #f0ebff; color: #7457ce; }

.wf-home-audiences {
    position: relative;
    z-index: 3;
    padding: 0 0 28px;
    background: #eef5fb;
}

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

.wf-home-audience-card {
    min-width: 0;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 38px;
    gap: 14px;
    align-items: center;
    padding: 20px;
    border: 1px solid #d8e5f0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(21, 58, 96, .06);
}

.wf-home-audience-card > div {
    min-width: 0;
}

.wf-home-audience-card small {
    color: #7890a8;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .075em;
}

.wf-home-audience-card h2 {
    margin: 3px 0 5px;
    font-size: 17px;
    font-weight: 550;
    line-height: 1.25;
}

.wf-home-audience-card p {
    margin: 0;
    color: #75859a;
    font-size: 12px;
    line-height: 1.5;
}

.wf-home-audience-card > a,
.wf-home-audience-card > button {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #dbe6f0;
    border-radius: 11px;
    background: #f5f9fc;
    color: var(--wf-public-blue);
    transition: background-color .18s ease, color .18s ease;
}

.wf-home-audience-card > a:hover,
.wf-home-audience-card > button:hover {
    background: var(--wf-public-blue);
    color: #fff;
}

.wf-home-section {
    padding: 82px 0;
    background: #fff;
}

.wf-home-section--soft {
    background: #f2f7fc;
}

.wf-home-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 28px;
}

.wf-home-section-head--center {
    justify-content: center;
    text-align: center;
}

.wf-home-section-head--center > div {
    max-width: 720px;
}

.wf-home-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: var(--wf-public-teal);
    font-size: 11px;
    font-weight: 550;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.wf-home-eyebrow--light {
    color: #8de7dd;
}

.wf-home-section-head h2,
.wf-home-global h2,
.wf-home-contact h2 {
    margin: 0 0 8px;
    font-size: clamp(29px, 3.2vw, 43px);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -.04em;
}

.wf-home-section-head p {
    max-width: 720px;
    margin: 0;
    color: var(--wf-public-muted);
    font-size: 15px;
}

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

.wf-home-sector-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 24px;
    gap: 14px;
    align-items: center;
    min-height: 96px;
    padding: 18px;
    border: 1px solid #dce7f1;
    border-radius: 18px;
    background: #fff;
    color: var(--wf-public-ink);
    box-shadow: 0 10px 28px rgba(21, 58, 96, .045);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.wf-home-sector-card:hover {
    transform: translateY(-2px);
    border-color: #bbd0e3;
    box-shadow: 0 16px 36px rgba(21, 58, 96, .085);
    color: var(--wf-public-ink);
}

.wf-home-sector-card__icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 18px;
}

.wf-home-sector-card--blue .wf-home-sector-card__icon { background: #e7f2fc; color: #2677bd; }
.wf-home-sector-card--teal .wf-home-sector-card__icon { background: #e3f7f3; color: #128a76; }
.wf-home-sector-card--rose .wf-home-sector-card__icon { background: #fff0f2; color: #d55469; }
.wf-home-sector-card--violet .wf-home-sector-card__icon { background: #f0ebff; color: #7558ce; }
.wf-home-sector-card--amber .wf-home-sector-card__icon { background: #fff5df; color: #b47612; }
.wf-home-sector-card--sky .wf-home-sector-card__icon { background: #e6f8fb; color: #1589a0; }

.wf-home-sector-card__copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.wf-home-sector-card__copy strong {
    overflow: hidden;
    color: var(--wf-public-ink);
    font-size: 14px;
    font-weight: 550;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wf-home-sector-card__copy small {
    color: #8291a4;
    font-size: 11px;
}

.wf-home-sector-card > i {
    color: #9aabbd;
}

.wf-home-jobs-panel {
    overflow: hidden;
    border: 1px solid #dae6f0;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(21, 58, 96, .065);
}

.wf-home-job-row {
    display: grid;
    grid-template-columns: 54px minmax(260px, 1fr) minmax(150px, .35fr) 130px 38px;
    gap: 16px;
    align-items: center;
    min-height: 88px;
    padding: 14px 18px;
    border-bottom: 1px solid #e6edf4;
    color: var(--wf-public-ink);
    transition: background-color .16s ease;
}

.wf-home-job-row:last-child {
    border-bottom: 0;
}

.wf-home-job-row:hover {
    background: #f5f9fd;
    color: var(--wf-public-ink);
}

.wf-home-job-row__logo {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 13px;
    background: #eef5fb;
}

.wf-home-job-row__logo img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.wf-home-job-row__main {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.wf-home-job-row__main strong {
    overflow: hidden;
    color: var(--wf-public-ink);
    font-size: 15px;
    font-weight: 550;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wf-home-job-row__main small,
.wf-home-job-row__type,
.wf-home-job-row__date {
    color: #78899d;
    font-size: 12px;
}

.wf-home-job-row__type {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.wf-home-job-row__arrow {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: #eef5fb;
    color: var(--wf-public-blue);
}

.wf-home-empty {
    display: grid;
    place-items: center;
    min-height: 180px;
    color: #8392a4;
}

.wf-home-empty i {
    font-size: 28px;
}

.wf-home-global {
    color: #fff;
    background: #fff;
}

.wf-home-global__shell {
    display: grid;
    grid-template-columns: minmax(330px, .75fr) minmax(0, 1.25fr);
    align-items: center;
    overflow: hidden;
    border-radius: 28px;
    background:
        radial-gradient(circle at 90% 5%, rgba(34, 202, 190, .24), transparent 30%),
        linear-gradient(125deg, #112b57 0%, #174c78 58%, #158d91 100%);
    box-shadow: 0 24px 64px rgba(12, 47, 82, .20);
}

.wf-home-global__visual {
    position: relative;
    align-self: stretch;
    min-height: 500px;
    overflow: hidden;
    background: rgba(4, 25, 51, .18);
}

.wf-home-global__visual img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(500px, 115%);
    height: auto;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 28px 40px rgba(1, 17, 36, .30));
    animation: wf-home-earth-rotate 72s linear infinite;
    transform-origin: center;
    will-change: transform;
}

@keyframes wf-home-earth-rotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

.wf-home-global__badge {
    position: absolute;
    z-index: 2;
    left: 24px;
    bottom: 24px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 13px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 12px;
    background: rgba(7, 37, 67, .68);
    color: #fff;
    font-size: 12px;
    backdrop-filter: blur(10px);
}

.wf-home-global__copy {
    padding: clamp(36px, 6vw, 76px);
}

.wf-home-global__copy h2,
.wf-home-contact__copy h2 {
    color: #fff;
}

.wf-home-global__copy > p,
.wf-home-contact__copy > p {
    max-width: 660px;
    margin: 0;
    color: #cfdeec;
    font-size: 15px;
    line-height: 1.75;
}

.wf-home-global__services {
    display: grid;
    gap: 10px;
    margin-top: 26px;
}

.wf-home-global__services a {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 22px;
    gap: 13px;
    align-items: center;
    padding: 13px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 15px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    transition: background-color .18s ease, border-color .18s ease;
}

.wf-home-global__services a:hover {
    border-color: rgba(255, 255, 255, .30);
    background: rgba(255, 255, 255, .13);
    color: #fff;
}

.wf-home-global__services a > span {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(139, 231, 221, .15);
    color: #9cf0e7;
}

.wf-home-global__services div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.wf-home-global__services strong {
    color: #fff;
    font-size: 14px;
    font-weight: 520;
}

.wf-home-global__services small {
    color: #c8d8e7;
    font-size: 11px;
}

.wf-home-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.wf-home-process-card {
    position: relative;
    min-height: 285px;
    padding: 22px;
    overflow: hidden;
    border: 1px solid #dae6f0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(21, 58, 96, .055);
}

.wf-home-process-card__number {
    position: absolute;
    right: 17px;
    top: 15px;
    color: #d8e6f3;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -.05em;
}

.wf-home-process-card img {
    width: 64px;
    height: 64px;
    margin-bottom: 25px;
    object-fit: contain;
}

.wf-home-process-card h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 550;
    line-height: 1.35;
}

.wf-home-process-card p {
    margin: 0;
    color: var(--wf-public-muted);
    font-size: 13px;
    line-height: 1.65;
}

.wf-home-webinar-grid,
.wf-home-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.wf-home-webinar-card {
    min-height: 290px;
    display: flex;
    flex-direction: column;
    padding: 21px;
    border: 1px solid #dbe7f1;
    border-radius: 20px;
    background: linear-gradient(180deg, #fff 0%, #f6faff 100%);
    box-shadow: 0 12px 34px rgba(21, 58, 96, .06);
}

.wf-home-webinar-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 21px;
}

.wf-home-webinar-card__date {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #e8f3fd;
    color: var(--wf-public-blue);
}

.wf-home-status {
    padding: 6px 9px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 500;
}

.wf-home-status.is-green { background: #e5f7ef; color: #147657; }
.wf-home-status.is-yellow { background: #fff5d9; color: #8d6513; }
.wf-home-status.is-orange { background: #fff0df; color: #a95a13; }
.wf-home-status.is-red { background: #ffebed; color: #b83948; }

.wf-home-webinar-card h3 {
    margin: 0 0 8px;
    font-size: 19px;
    font-weight: 550;
    line-height: 1.35;
}

.wf-home-webinar-card > p {
    min-height: 42px;
    margin: 0;
    color: #74849a;
    font-size: 12px;
    line-height: 1.6;
}

.wf-home-webinar-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 15px;
    margin: 18px 0;
    color: #6d7e93;
    font-size: 11px;
}

.wf-home-webinar-card > a,
.wf-home-blog-card__body > a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    color: var(--wf-public-blue);
    font-size: 12px;
    font-weight: 520;
}

.wf-home-blog-card {
    overflow: hidden;
    border: 1px solid #dbe7f1;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(21, 58, 96, .055);
}

.wf-home-blog-card__image {
    height: 205px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, #e6f1fb, #e6f8f5);
}

.wf-home-blog-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.wf-home-blog-card:hover .wf-home-blog-card__image img {
    transform: scale(1.025);
}

.wf-home-blog-card__image span {
    color: #7a9dbc;
    font-size: 32px;
}

.wf-home-blog-card__body {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.wf-home-blog-card__body > small {
    color: #8392a5;
    font-size: 10px;
}

.wf-home-blog-card__body h3 {
    margin: 9px 0;
    font-size: 18px;
    font-weight: 550;
    line-height: 1.42;
}

.wf-home-blog-card__body h3 a {
    color: var(--wf-public-ink);
}

.wf-home-blog-card__body p {
    margin: 0 0 18px;
    color: #718198;
    font-size: 12px;
    line-height: 1.65;
}

.wf-home-contact {
    padding-top: 84px;
    background: #fff;
}

.wf-home-contact__shell {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(540px, 1.2fr);
    gap: clamp(34px, 5vw, 70px);
    align-items: center;
    padding: clamp(30px, 5vw, 64px);
    border-radius: 28px;
    background:
        radial-gradient(circle at 0 100%, rgba(18, 168, 164, .16), transparent 30%),
        linear-gradient(125deg, #102a56, #17527c);
    box-shadow: 0 24px 64px rgba(12, 47, 82, .18);
}

.wf-home-contact__copy ul {
    display: grid;
    gap: 9px;
    margin: 24px 0;
    padding: 0;
    list-style: none;
    color: #d5e2ee;
    font-size: 13px;
}

.wf-home-contact__copy li {
    display: flex;
    align-items: center;
    gap: 9px;
}

.wf-home-contact__copy li i {
    color: #8de7dd;
}

.wf-home-contact__form {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 21px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 20px 50px rgba(3, 27, 54, .18);
}

.wf-home-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 16px;
}

.wf-home-field {
    min-width: 0;
}

.wf-home-field--full {
    grid-column: 1 / -1;
}

.wf-home-field label {
    display: block;
    margin-bottom: 6px;
    color: #425a75;
    font-size: 11px;
    font-weight: 500;
}

.wf-home-field .form-control {
    min-height: 43px;
    padding: 9px 12px;
    border-radius: 11px !important;
    font-size: 12px;
}

.wf-home-field textarea.form-control {
    min-height: 86px;
    resize: vertical;
}

.wf-home-field small[class^="error-"] {
    display: block;
    min-height: 14px;
    margin-top: 3px;
    color: var(--wf-public-danger);
    font-size: 10px;
}

@media (max-width: 1199.98px) {
    .wf-home-hero__shell {
        grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
        padding: 42px;
    }

    .wf-home-hero__visual-card {
        min-height: 460px;
    }

    .wf-home-audience-card {
        grid-template-columns: 42px minmax(0, 1fr) 36px;
        padding: 16px;
    }

    .wf-home-audience-card p {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .wf-home-v2 { --wf-home-shell: min(100% - 28px, 860px); }

    .wf-home-hero { padding-top: 20px; }

    .wf-home-hero__shell {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 36px;
    }

    .wf-home-hero__visual-card {
        min-height: 490px;
    }

    .wf-home-audience-grid,
    .wf-home-sector-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wf-home-audience-card p { display: block; }

    .wf-home-process-grid,
    .wf-home-webinar-grid,
    .wf-home-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wf-home-global__shell,
    .wf-home-contact__shell {
        grid-template-columns: 1fr;
    }

    .wf-home-global__visual {
        min-height: 390px;
    }

    .wf-home-job-row {
        grid-template-columns: 50px minmax(0, 1fr) 110px 36px;
    }

    .wf-home-job-row__type { display: none; }

    .wf-home-section { padding: 64px 0; }
}

@media (max-width: 767.98px) {
    .wf-home-hero__shell { padding: 28px; border-radius: 24px; }
    .wf-home-hero h1 { font-size: clamp(38px, 11vw, 54px); }
    .wf-home-hero__visual-card { min-height: 405px; }
    .wf-home-hero__float-card--one { top: 76px; }

    .wf-home-audience-grid,
    .wf-home-sector-grid,
    .wf-home-process-grid,
    .wf-home-webinar-grid,
    .wf-home-blog-grid {
        grid-template-columns: 1fr;
    }

    .wf-home-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .wf-home-job-row {
        grid-template-columns: 48px minmax(0, 1fr) 36px;
        min-height: 78px;
        padding: 12px;
    }

    .wf-home-job-row__date { display: none; }
    .wf-home-process-card { min-height: 230px; }
    .wf-home-webinar-grid .wf-home-webinar-card { min-height: 250px; }

    .wf-home-contact__shell { padding: 26px; }
    .wf-home-form-grid { grid-template-columns: 1fr; }
    .wf-home-field--full { grid-column: auto; }
}

@media (max-width: 575.98px) {
    .wf-home-v2 { --wf-home-shell: calc(100% - 20px); }
    .wf-home-hero__shell { padding: 23px; }
    .wf-home-trust-chip span { max-width: 170px; }
    .wf-home-hero__actions > * { width: 100%; }
    .wf-home-hero__proof { flex-direction: column; }
    .wf-home-hero__visual-card { min-height: 345px; }
    .wf-home-hero__visual-card > img { bottom: -32px; width: 112%; }
    .wf-home-hero__float-card { min-width: 145px; padding: 8px; }
    .wf-home-hero__float-card--one { right: 10px; top: 67px; }
    .wf-home-hero__float-card--two { left: 10px; bottom: 12px; }
    .wf-home-hero__visual-label { left: 18px; top: 18px; }
    .wf-home-audience-card p { display: none; }
    .wf-home-section { padding: 52px 0; }
    .wf-home-global__visual { min-height: 300px; }
    .wf-home-global__copy { padding: 28px 22px 34px; }
    .wf-home-contact__shell { padding: 22px 16px; border-radius: 22px; }
    .wf-home-contact__form { padding: 17px; }
}

@media (prefers-reduced-motion: reduce) {
    .wf-home-global__visual img {
        animation: none !important;
        will-change: auto;
    }
}
