    #profiles-page{
      --primary: #23b5d3;
      --secondary: #3566a8;
      --accent: #5b7fd0;
      --gradient: linear-gradient(135deg, #23b5d3 0%, #3566a8 100%);
      --gradient-reverse: linear-gradient(135deg, #3566a8 0%, #23b5d3 100%);
      --whatsapp: linear-gradient(135deg, #25d366 0%, #18b957 100%);
      --gold: linear-gradient(135deg, #ffd76d 0%, #f3b63f 100%);
      --bg: #eef3f7;
      --white: #ffffff;
      --text: #1a2433;
      --muted: #697588;
      --navy: #24365f;
      --line: rgba(15, 29, 49, 0.08);
      --shadow: 0 24px 60px rgba(17, 33, 57, 0.1);
      --shadow-soft: 0 14px 30px rgba(17, 33, 57, 0.08);
      --shadow-strong: 0 18px 38px rgba(53, 102, 168, 0.18);
      --transition: 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
      background: var(--bg);
      color: var(--text);
    }

    #profiles-page *{
      box-sizing: border-box;
    }


    body.menu-open,
    body.ar-loading,
    body.video-open{
      overflow: hidden;
    }

    #profiles-page a{
      text-decoration: none;
    }

    #profiles-page img{
      display: block;
      max-width: 100%;
    }

    #profiles-page .main-container{
      width: 100%;
      margin: 0 auto;
      padding: 0 18px;
    }

    /* Outer section shell (aligned with maid_visa visa-panel) */
    #profiles-page .profiles-outer-panel{
      position: relative;
      overflow: visible;
      border-radius: 40px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 251, 253, 0.96) 100%);
      box-shadow: 0 24px 60px rgba(18, 27, 45, 0.1);
      isolation: isolate;
      padding: 20px 36px 36px;
      border: 1px solid rgba(18, 27, 45, 0.08);
    }

    #profiles-page .profiles-outer-panel::before{
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 12% 18%, rgba(31, 182, 220, 0.14), transparent 22%),
        radial-gradient(circle at 85% 18%, rgba(62, 115, 218, 0.1), transparent 24%),
        radial-gradient(circle at 80% 82%, rgba(129, 86, 255, 0.08), transparent 24%);
      pointer-events: none;
      z-index: 0;
    }

    #profiles-page .profiles-outer-panel::after{
      content: "";
      position: absolute;
      inset: -20%;
      background: linear-gradient(118deg, transparent 28%, rgba(255, 255, 255, 0.12) 46%, transparent 66%);
      transform: translateX(-30%) rotate(10deg);
      animation: profilesPanelSweep 9s linear infinite;
      pointer-events: none;
      z-index: 0;
    }

    @keyframes profilesPanelSweep{
      0%{
        transform: translateX(-36%) rotate(10deg);
      }
      100%{
        transform: translateX(36%) rotate(10deg);
      }
    }

    @media (prefers-reduced-motion: reduce){
      #profiles-page .profiles-outer-panel::after{
        animation: none;
      }
    }

    #profiles-page .profiles-panel-inner{
      position: relative;
      z-index: 1;
    }

    #profiles-page .profiles-orb{
      position: absolute;
      border-radius: 50%;
      filter: blur(14px);
      opacity: 0.65;
      pointer-events: none;
      z-index: 0;
    }

    #profiles-page .profiles-orb-1{
      width: 200px;
      height: 200px;
      left: -36px;
      top: 16px;
      background: radial-gradient(circle, rgba(31, 182, 220, 0.22) 0%, rgba(31, 182, 220, 0) 72%);
    }

    #profiles-page .profiles-orb-2{
      width: 240px;
      height: 240px;
      right: -50px;
      top: 28px;
      background: radial-gradient(circle, rgba(62, 115, 218, 0.18) 0%, rgba(62, 115, 218, 0) 72%);
    }

    #profiles-page .profiles-orb-3{
      width: 180px;
      height: 180px;
      right: 18%;
      bottom: -56px;
      background: radial-gradient(circle, rgba(129, 86, 255, 0.16) 0%, rgba(129, 86, 255, 0) 72%);
    }

    #profiles-page .section-space{
      padding: 21px 0;
    }

    #profiles-page .section-head{
      max-width: 760px;
      margin: 0 auto 26px;
      text-align: center;
    }

    #profiles-page .section-kicker{
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 14px;
      border-radius: 999px;
      background: rgba(35, 181, 211, 0.1);
      color: var(--secondary);
      font-size: 12px;
      font-weight: 800;
      margin-bottom: 12px;
    }

    #profiles-page .section-head h2{
      margin: 0 0 10px;
      font-size: 30px;
      line-height: 1.08;
      font-weight: 900;
      letter-spacing: -0.8px;
      color: var(--navy);
    }

    #profiles-page .section-head p{
      margin: 0 auto;
      max-width: 680px;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.8;
    }

    #profiles-page .interactive{
      position: relative;
      overflow: hidden;
      transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition), background var(--transition), color var(--transition), opacity var(--transition);
    }

    #profiles-page .interactive::after{
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(120deg, transparent 18%, rgba(255, 255, 255, 0.2) 50%, transparent 82%);
      transform: translateX(-120%);
      transition: transform 0.65s ease;
      pointer-events: none;
    }

    #profiles-page .interactive:hover{
      transform: translateY(-4px);
      box-shadow: 0 22px 40px rgba(17, 33, 57, 0.14);
    }

    #profiles-page .interactive:hover::after{
      transform: translateX(120%);
    }

    #profiles-page .interactive.pressed{
      transform: scale(0.985);
      box-shadow: 0 12px 22px rgba(17, 33, 57, 0.12);
    }

    #profiles-page .ripple{
      position: absolute;
      border-radius: 50%;
      transform: scale(0);
      animation: ripple 0.55s linear;
      background: rgba(255, 255, 255, 0.35);
      pointer-events: none;
    }

    @keyframes ripple {
      to {
        transform: scale(4);
        opacity: 0;
      }
    }

    /* #profiles-page .scroll-load{
      opacity: 0.34;
      transform: translateY(24px);
      transition: opacity 0.85s ease, transform 0.85s ease;
    }

    #profiles-page .scroll-load.active{
      opacity: 1;
      transform: translateY(0);
    } */

    #profiles-page .btn-main{
      height: 56px;
      padding: 0 26px;
      border: none;
      border-radius: 18px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      font-size: 15px;
      font-weight: 900;
      color: #fff;
      box-shadow: var(--shadow-strong);
      transition: transform var(--transition), box-shadow var(--transition), opacity var(--transition), filter var(--transition);
    }

    #profiles-page .btn-main:hover{
      color: #fff;
      transform: translateY(-3px);
      filter: brightness(1.02);
    }

    .btn-call,
    .btn-email,
    .btn-location,
    #profiles-page .btn-load{
      background: var(--gradient-reverse);
    }

    #profiles-page .btn-whatsapp{
      background: var(--whatsapp);
    }

    #profiles-page .btn-hire{
      min-width: 168px;
      background: linear-gradient(135deg, #6f9a87 0%, #456fb6 100%);
    }

    #profiles-page .btn-light{
      background: #fff;
      color: var(--secondary);
      border: 1px solid rgba(53, 102, 168, 0.12);
      box-shadow: 0 14px 32px rgba(17, 33, 57, 0.08);
    }

    #profiles-page .btn-light:hover{
      color: var(--secondary);
    }

    #profiles-page .btn-load{
      min-width: 260px;
      border-radius: 18px;
    }

    /* Match packages / maid visa: larger contact strip CTAs */
    #profiles-page #contact-section .contact-strip .strip-box{
      font-size: 20px;
      min-width: 20%;
    }

    #profiles-page .profiles-browse{
      padding: 30px 0 56px;
    }

    #profiles-page .profiles-browse .candidate-grid{
      margin-top: 22px;
    }

    #profiles-page .profile-tab-shell{
      position: relative;
      overflow: hidden;
      padding: 22px;
      border: 1px solid rgba(53, 102, 168, 0.08);
      border-radius: 28px;
      background: linear-gradient(180deg, rgba(226, 235, 243, 0.88) 0%, rgba(214, 225, 235, 0.82) 100%);
      box-shadow: 0 22px 44px rgba(17, 33, 57, 0.07);
    }

    #profiles-page .profile-tab-shell::before{
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at left top, rgba(35, 181, 211, 0.16), transparent 26%), radial-gradient(circle at right bottom, rgba(53, 102, 168, 0.16), transparent 24%);
      pointer-events: none;
    }

    #profiles-page .profile-title{
      position: relative;
      z-index: 1;
      margin: 0 0 16px;
      text-align: center;
      color: #1c2638;
      font-size: 30px;
      line-height: 1.12;
      letter-spacing: -0.7px;
      font-weight: 900;
    }

    #profiles-page .tabs-stack{
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 12px;
    }

    #profiles-page .sub-tab-shell{
      width: 100%;
      max-width: 860px;
      padding: 6px;
    }

    #profiles-page .sub-tab-grid{
      display: flex;
      justify-content: center;
      gap: 8px;
      flex-wrap: wrap;
    }

    #profiles-page .sub-tab-btn{
      min-width: 240px;
      height: 46px;
      padding: 0 14px;
      border: 1px solid rgba(53, 102, 168, 0.1);
      border-radius: 999px;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      text-align: center;
      color: #314159;
      box-shadow: 0 10px 20px rgba(17, 33, 57, 0.06);
      cursor: pointer;
      transition: transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition), border-color var(--transition);
    }

    #profiles-page .sub-tab-btn:hover{
      transform: translateY(-2px);
      box-shadow: 0 14px 24px rgba(17, 33, 57, 0.08);
    }

    #profiles-page .sub-tab-btn i{
      width: 28px;
      height: 28px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, rgba(35, 181, 211, 0.12) 0%, rgba(53, 102, 168, 0.12) 100%);
      color: var(--secondary);
      font-size: 13px;
    }

    #profiles-page .sub-tab-btn strong{
      font-size: 12px;
      font-weight: 900;
      letter-spacing: -0.2px;
    }

    #profiles-page .sub-tab-btn.active{
      color: #fff;
      background: linear-gradient(135deg, #1faecf 0%, #456fb6 100%);
      border-color: transparent;
      box-shadow: 0 16px 30px rgba(53, 102, 168, 0.2);
    }

    #profiles-page .sub-tab-btn.active i{
      background: rgba(255, 255, 255, 0.18);
      color: #fff;
    }

    /* #profiles-page .nationality-zone{
      padding: 78px 0 14px;
    } */

    #profiles-page .nationality-title{
      margin: 0 0 34px;
      text-align: center;
      color: #131c2d;
      font-size: 34px;
      line-height: 1.08;
      letter-spacing: -0.8px;
      font-weight: 900;
    }

    #profiles-page .nationality-grid{
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 12px 10px;
      max-width: 1120px;
      margin: 0 auto;
    }

    #profiles-page .nationality-btn{
      min-width: 228px;
      height: 48px;
      padding: 0 16px;
      border: 1px solid rgba(53, 102, 168, 0.14);
      border-radius: 14px;
      background: #fff;
      color: #2d3547;
      font-size: 14px;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      cursor: pointer;
      box-shadow: 0 10px 18px rgba(17, 33, 57, 0.05);
      transition: transform var(--transition), box-shadow var(--transition), color var(--transition), background var(--transition), border-color var(--transition);
    }

    #profiles-page .nationality-btn:hover{
      transform: translateY(-3px);
      box-shadow: 0 18px 26px rgba(17, 33, 57, 0.08);
    }

    #profiles-page .nationality-btn img{
      width: 24px;
      height: 18px;
      border-radius: 3px;
      object-fit: cover;
      box-shadow: 0 6px 12px rgba(17, 33, 57, 0.12);
    }

    #profiles-page .nationality-btn.active{
      color: #fff;
      background: var(--gradient-reverse);
      border-color: transparent;
      box-shadow: 0 18px 30px rgba(53, 102, 168, 0.22);
    }

    #profiles-page .nationality-btn.active img{
      box-shadow: 0 6px 14px rgba(255, 255, 255, 0.22);
    }

    #profiles-page .candidate-grid{
      display: grid;
      grid-template-columns: 336px minmax(0, 1fr);
      gap: 26px;
      align-items: start;
    }

    #profiles-page .filters-side{
      position: sticky;
      top: 104px;
      align-self: start;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    #profiles-page .filter-card{
      overflow: hidden;
      background: #fff;
      border: 1px solid rgba(17, 32, 57, 0.08);
      border-radius: 16px;
      box-shadow: 0 12px 24px rgba(17, 33, 57, 0.05);
    }

    #profiles-page .filter-toggle{
      width: 100%;
      height: 48px;
      padding: 0 14px;
      border: none;
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: #fff;
      font-size: 15px;
      font-weight: 800;
      background: var(--gradient-reverse);
    }

    /* Keep filter content collapsed unless JS adds .show */
    #profiles-page .filter-collapse{
      display: none;
    }

    #profiles-page .filter-collapse.show{
      display: block;
    }

    #profiles-page .filter-body{
      padding: 14px 10px 12px;
      background: #fbfcfe;
    }

    #profiles-page .filter-body h4{
      margin: 0 0 10px;
      color: #2b3347;
      font-size: 12px;
      font-weight: 700;
    }

    #profiles-page .option-list{
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    #profiles-page .check-row{
      position: relative;
      display: flex;
      align-items: center;
      gap: 10px;
      cursor: pointer;
      color: #596579;
      font-size: 14px;
      line-height: 1.4;
    }

    #profiles-page .check-row input{
      position: absolute;
      opacity: 0;
      pointer-events: none;
    }

    #profiles-page .fake-check{
      width: 20px;
      height: 20px;
      flex: 0 0 20px;
      border: 1.5px solid rgba(17, 32, 57, 0.14);
      border-radius: 6px;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 11px;
      transition: all var(--transition);
    }

    #profiles-page .check-row input:checked + .fake-check{
      background: var(--gradient-reverse);
      border-color: transparent;
      box-shadow: 0 8px 16px rgba(53, 102, 168, 0.18);
    }

    #profiles-page .check-row input:checked + .fake-check i{
      opacity: 1;
    }

    #profiles-page .fake-check i{
      opacity: 0;
      transition: opacity var(--transition);
    }

    #profiles-page .filter-actions{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      margin-top: 12px;
    }

    #profiles-page .mini-btn{
      height: 44px;
      border: none;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      font-size: 12px;
      font-weight: 800;
      transition: transform var(--transition), box-shadow var(--transition), opacity var(--transition);
    }

    #profiles-page .mini-btn:hover{
      transform: translateY(-2px);
    }

    #profiles-page .mini-btn.primary{
      color: #fff;
      background: var(--gradient-reverse);
      box-shadow: 0 14px 24px rgba(53, 102, 168, 0.18);
    }

    #profiles-page .mini-btn.light{
      color: var(--secondary);
      background: #fff;
      border: 1px solid rgba(53, 102, 168, 0.12);
    }

    #profiles-page .candidate-area{
      min-width: 0;
    }

    #profiles-page .candidate-shell{
      padding: 18px;
      background: rgba(255, 255, 255, 0.78);
      border: 1px solid rgba(17, 32, 57, 0.06);
      border-radius: 24px;
      box-shadow: 0 16px 34px rgba(17, 33, 57, 0.06);
    }

    #profiles-page .top-tools{
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      flex-wrap: wrap;
      margin-bottom: 16px;
    }

    #profiles-page .selection-chip{
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 10px 14px;
      border: 1px solid rgba(53, 102, 168, 0.1);
      border-radius: 14px;
      background: #f3f7fc;
      color: #4b628a;
      font-size: 13px;
      font-weight: 800;
    }

    #profiles-page .selection-chip i{
      color: var(--secondary);
    }

    #profiles-page .tool-right{
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
    }

    #profiles-page .search-box{
      position: relative;
      min-width: 290px;
    }

    #profiles-page .search-box input{
      width: 100%;
      height: 44px;
      padding: 0 14px 0 40px;
      border: 1px solid rgba(17, 32, 57, 0.1);
      border-radius: 12px;
      background: #fff;
      outline: none;
      font-size: 13px;
      color: var(--text);
    }

    #profiles-page .search-box i{
      position: absolute;
      top: 50%;
      left: 14px;
      transform: translateY(-50%);
      color: #76829a;
      font-size: 14px;
    }

    #profiles-page .result-count{
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 14px;
      border-radius: 12px;
      background: #f4f8fc;
      color: #50627e;
      font-size: 13px;
      font-weight: 800;
    }

    #profiles-page .candidate-list{
      display: grid;
      gap: 18px;
    }

    #profiles-page .candidate-card{
      position: relative;
      display: grid;
      grid-template-columns: 294px minmax(0, 1fr);
      gap: 22px;
      padding: 18px;
      background: linear-gradient(180deg, #f8fbff 0%, #f2f6fb 100%);
      border: 1px solid rgba(17, 32, 57, 0.06);
      border-radius: 18px;
      box-shadow: 0 12px 24px rgba(17, 33, 57, 0.05);
    }

    #profiles-page .candidate-media{
      position: relative;
      min-height: 262px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 14px;
      overflow: hidden;
      background: #d6dce6;
    }

    #profiles-page .candidate-media img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    #profiles-page .media-overlay{
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.1) 100%);
    }

    #profiles-page .play-btn{
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: 3;
      width: 72px;
      height: 72px;
      border: none;
      border-radius: 50%;
      background: #ffffff00;
      color: #b8bdd0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 28px;
      box-shadow: 0 18px 30px rgba(17, 33, 57, 0.22);
      cursor: pointer;
      transform: translate(-50%, -50%);
    }

    #profiles-page .candidate-code{
      position: absolute;
      left: 50%;
      bottom: 12px;
      z-index: 3;
      min-width: 90px;
      height: 34px;
      padding: 0 16px;
      border-radius: 999px;
      background: #f1d869;
      color: #1b2332;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      font-weight: 900;
      box-shadow: 0 12px 22px rgba(0, 0, 0, 0.12);
      transform: translateX(-50%);
    }

    #profiles-page .candidate-info{
      position: relative;
      min-width: 0;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    #profiles-page .card-actions-top{
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    #profiles-page .icon-action{
      width: 36px;
      height: 36px;
      padding: 0;
      border: none;
      border-radius: 50%;
      background: transparent;
      color: #5a79b6;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      box-shadow: none;
      cursor: pointer;
    }

    #profiles-page .icon-action.saved{
      color: #8f857a;
    }

    #profiles-page .candidate-body{
      padding-top: 18px;
    }

    #profiles-page .candidate-name{
      margin: 0 0 10px;
      padding-right: 92px;
      color: #4d6fb0;
      font-size: 18px;
      line-height: 1.2;
      font-weight: 900;
      letter-spacing: -0.2px;
      text-transform: uppercase;
    }

    #profiles-page .detail-list{
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      gap: 7px;
    }

    #profiles-page .detail-list li{
      display: flex;
      align-items: flex-start;
      gap: 10px;
      color: #2f3647;
      font-size: 15px;
      line-height: 1.6;
    }

    #profiles-page .detail-list li .dot{
      margin-top: 5px;
      color: #f0c857;
      font-size: 8px;
    }

    #profiles-page .detail-list strong{
      font-weight: 900;
    }

    #profiles-page .cv-link{
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-top: 2px;
      color: #32486e;
      font-size: 15px;
      font-weight: 500;
    }

    #profiles-page .candidate-bottom{
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
      margin-top: 16px;
    }

    #profiles-page .salary-note{
      color: #2f3647;
      font-size: 15px;
      line-height: 1.5;
    }

    #profiles-page .salary-note strong{
      font-weight: 900;
    }

    #profiles-page .skeleton-shell{
      display: grid;
      gap: 18px;
    }

    #profiles-page .skeleton-card{
      display: grid;
      grid-template-columns: 294px minmax(0, 1fr);
      gap: 22px;
      padding: 18px;
      border: 1px solid rgba(17, 32, 57, 0.05);
      border-radius: 18px;
      background: #f7f9fc;
    }

    #profiles-page .shimmer{
      position: relative;
      overflow: hidden;
      background: #e8edf4;
    }

    #profiles-page .shimmer::before{
      content: "";
      position: absolute;
      inset: 0;
      transform: translateX(-100%);
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
      animation: shimmer 1.1s infinite;
    }

    @keyframes shimmer {
      100% {
        transform: translateX(100%);
      }
    }

    #profiles-page .skeleton-media{
      height: 262px;
      border-radius: 14px;
    }

    #profiles-page .skeleton-line{
      height: 16px;
      margin-bottom: 12px;
      border-radius: 999px;
    }

    #profiles-page .skeleton-line.xl{
      width: 42%;
      height: 24px;
    }

    #profiles-page .skeleton-line.lg{
      width: 72%;
    }

    #profiles-page .skeleton-line.md{
      width: 54%;
    }

    #profiles-page .skeleton-line.sm{
      width: 34%;
    }

    #profiles-page .skeleton-actions{
      display: flex;
      gap: 12px;
      margin-top: 18px;
    }

    #profiles-page .skeleton-btn{
      width: 160px;
      height: 46px;
      border-radius: 14px;
    }

    #profiles-page .load-more-wrap{
      display: flex;
      justify-content: center;
      margin-top: 18px;
    }

    #profiles-page .hidden{
      display: none !important;
    }

    #profiles-page .empty-state{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 12px;
      padding: 42px 18px;
      text-align: center;
      border: 1px dashed rgba(17, 32, 57, 0.12);
      border-radius: 18px;
      background: #f8fbfe;
    }

    #profiles-page .empty-state .icon{
      width: 64px;
      height: 64px;
      border-radius: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #4f73b4;
      background: rgba(79, 115, 180, 0.1);
      font-size: 26px;
    }

    #profiles-page .empty-state h3{
      margin: 0;
      color: var(--navy);
      font-size: 22px;
      font-weight: 900;
    }

    #profiles-page .empty-state p{
      margin: 0;
      max-width: 460px;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.8;
    }

    #profiles-page .video-modal{
      position: fixed;
      inset: 0;
      z-index: 3200;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 18px;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.28s ease, visibility 0.28s ease;
    }

    #profiles-page .video-modal.show{
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

    #profiles-page .video-backdrop{
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(15, 24, 40, 0.82) 0%, rgba(53, 102, 168, 0.72) 48%, rgba(35, 181, 211, 0.52) 100%);
      backdrop-filter: blur(12px);
    }

    #profiles-page .video-dialog{
      position: relative;
      z-index: 1;
      width: min(1100px, 100%);
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.42);
      border-radius: 30px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(243, 248, 252, 0.98) 100%);
      box-shadow: 0 30px 80px rgba(9, 20, 40, 0.28);
      transform: translateY(22px) scale(0.97);
      transition: transform 0.3s ease;
    }

    #profiles-page .video-modal.show .video-dialog{
      transform: translateY(0) scale(1);
    }

    #profiles-page .video-head{
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      padding: 18px 20px;
      background: var(--gradient-reverse);
      border-bottom: 1px solid rgba(17, 32, 57, 0.08);
    }

    #profiles-page .video-title-wrap{
      min-width: 0;
    }

    #profiles-page .video-title{
      margin: 0 0 4px;
      color: #fff;
      font-size: 18px;
      font-weight: 900;
      line-height: 1.2;
    }

    #profiles-page .video-sub{
      margin: 0;
      color: rgba(255, 255, 255, 0.88);
      font-size: 13px;
      line-height: 1.6;
    }

    #profiles-page .video-close{
      width: 46px;
      min-width: 46px;
      height: 46px;
      border: none;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.16);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      box-shadow: 0 16px 26px rgba(15, 29, 49, 0.18);
      cursor: pointer;
    }

    #profiles-page .video-body{
      padding: 18px;
    }

    #profiles-page .video-player-wrap{
      overflow: hidden;
      border-radius: 24px;
      background: #0e1524;
      box-shadow: 0 20px 40px rgba(9, 20, 40, 0.24);
    }

    #profiles-page .video-player{
      width: 100%;
      display: block;
      aspect-ratio: 16 / 9;
      background: #000;
    }

    #profiles-page .video-tools{
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      flex-wrap: wrap;
      padding: 16px 4px 0;
    }

    .video-tools-left,
    #profiles-page .video-tools-right{
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
    }

    .video-tool-btn,
    #profiles-page .video-speed-select{
      height: 42px;
      padding: 0 14px;
      border: none;
      border-radius: 12px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      font-size: 12px;
      font-weight: 800;
    }

    #profiles-page .video-tool-btn{
      background: linear-gradient(180deg, #f7fbfe 0%, #edf4fa 100%);
      border: 1px solid rgba(53, 102, 168, 0.1);
      color: #35538b;
      box-shadow: 0 10px 18px rgba(17, 33, 57, 0.06);
    }

    #profiles-page .video-speed-select{
      background: #fff;
      border: 1px solid rgba(53, 102, 168, 0.12);
      color: #35538b;
      outline: none;
    }

    #profiles-page .cta-band{
      position: relative;
      overflow: hidden;
      padding: 40px 24px;
      border-radius: 30px;
      background: var(--gradient-reverse);
      box-shadow: var(--shadow);
      text-align: center;
      color: #fff;
    }

    #profiles-page .cta-band::before{
      content: "";
      position: absolute;
      top: -80px;
      right: -70px;
      width: 230px;
      height: 230px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 72%);
    }

    #profiles-page .cta-band h2{
      margin: 0 0 10px;
      font-size: 34px;
      line-height: 1.1;
      font-weight: 900;
    }

    #profiles-page .cta-band p{
      margin: 0 auto;
      max-width: 680px;
      color: rgba(255, 255, 255, 0.92);
      font-size: 15px;
      line-height: 1.8;
    }

    #profiles-page .cta-band-actions{
      display: flex;
      justify-content: center;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 22px;
    }

    #profiles-page .floating-quick{
      position: fixed;
      right: 18px;
      bottom: 18px;
      z-index: 1100;
      display: flex;
      gap: 10px;
    }

    #profiles-page .floating-quick .btn-main{
      width: 54px;
      min-width: 54px;
      height: 54px;
      padding: 0;
      border-radius: 16px;
      font-size: 18px;
    }

    #profiles-page .mobile-sticky-bar{
      position: fixed;
      left: 0;
      right: 0;
      bottom: -120px;
      z-index: 1200;
      padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
      transition: bottom 0.3s ease;
    }

    #profiles-page .mobile-sticky-bar.show{
      bottom: 0;
    }

    #profiles-page .mobile-sticky-wrap{
      padding: 8px;
      background: rgba(255, 255, 255, 0.96);
      backdrop-filter: blur(12px);
      border: 1px solid rgba(17, 32, 57, 0.08);
      border-radius: 20px;
      box-shadow: 0 -10px 30px rgba(17, 33, 57, 0.1);
    }

    #profiles-page .mobile-sticky-wrap .row{
      --bs-gutter-x: 8px;
    }

    #profiles-page .mobile-sticky-bar .btn-main{
      width: 100%;
      height: 50px;
      border-radius: 16px;
      font-size: 14px;
      justify-content: center;
    }
    @media (max-width: 1399.98px) {
      #profiles-page .main-nav{
        gap: 20px;
      }

      #profiles-page .main-nav .nav-link{
        font-size: 13px;
      }

      #profiles-page .nationality-btn{
        min-width: 210px;
      }
    }

    @media (max-width: 1199.98px) {
      #profiles-page .candidate-grid{
        grid-template-columns: 296px minmax(0, 1fr);
      }

      #profiles-page .candidate-card,
      #profiles-page .skeleton-card{
        grid-template-columns: 250px minmax(0, 1fr);
      }

      #profiles-page .subfooter-layout{
        grid-template-columns: repeat(2, 1fr);
      }

      #profiles-page .footer-bottom{
        grid-template-columns: 1fr;
        text-align: center;
      }

      #profiles-page .footer-brandline,
      #profiles-page .footer-social{
        justify-content: center;
      }
    }

    @media (max-width: 991.98px) {
      #profiles-page .desktop-only{
        display: none !important;
      }

      #profiles-page .navbar-wrap{
        min-height: 68px;
        padding: 0 16px;
      }

      #profiles-page .candidate-grid{
        grid-template-columns: 1fr;
      }

      #profiles-page .filters-side{
        position: relative;
        top: auto;
      }

      #profiles-page .sub-tab-grid{
        width: 100%;
      }

      #profiles-page .nationality-btn{
        min-width: calc(50% - 10px);
      }

      #profiles-page .candidate-card,
      #profiles-page .skeleton-card{
        grid-template-columns: 1fr;
      }

      #profiles-page .candidate-media,
      #profiles-page .skeleton-media{
        min-height: 300px;
        height: 300px;
      }

      #profiles-page .candidate-name{
        padding-right: 0;
      }

      #profiles-page .card-actions-top{
        top: 8px;
        right: 8px;
      }
    }

    @media (min-width: 992px) {
      #profiles-page .mobile-only{
        display: none !important;
      }

      #profiles-page .mobile-sticky-bar{
        display: none !important;
      }
    }

    @media (max-width: 767.98px) {
      #profiles-page .main-container{
        padding: 0 12px;
      }

      #profiles-page .profiles-outer-panel{
        padding: 22px 16px 20px;
        border-radius: 28px;
      }

      #profiles-page .section-space{
        padding: 21px 0;
      }

      #profiles-page .section-head h2,
      #profiles-page .cta-band h2,
      #profiles-page .crumb-copy h1,
      #profiles-page .profile-title,
      #profiles-page .nationality-title{
        font-size: 26px;
      }

      #profiles-page .subfooter-layout{
        grid-template-columns: 1fr;
      }

      #profiles-page .cta-band-actions{
        display: grid;
        grid-template-columns: 1fr;
      }

      #profiles-page .subfooter-brand{
        align-items: flex-start;
        text-align: left;
      }
      #profiles-page .subfooter-brand p{
        text-align: left;
      }
      #profiles-page .subfooter-col{
        text-align: center;
      }

      #profiles-page .subfooter-col h4,
      #profiles-page .subfooter-links a,
      #profiles-page .subfooter-contact a,
      #profiles-page .subfooter-contact span{
        justify-content: center;
      }

      #profiles-page .footer-social{
        justify-content: center;
      }

      #profiles-page .floating-quick{
        display: none;
      }

      #profiles-page .top-breadcrumb-banner{
        min-height: auto;
        max-height: none;
        padding: 22px 0;
      }

      #profiles-page .profile-tab-shell{
        padding: 18px 14px;
      }

      #profiles-page .nationality-zone{
        padding: 52px 0 10px;
      }

      #profiles-page .nationality-grid{
        gap: 10px;
      }

      #profiles-page .nationality-btn{
        min-width: 100%;
      }

      #profiles-page .top-tools{
        align-items: stretch;
      }

      #profiles-page .tool-right{
        width: 100%;
      }

      #profiles-page .search-box{
        min-width: 0;
        width: 100%;
      }

      #profiles-page .candidate-media,
      #profiles-page .skeleton-media{
        height: 260px;
        min-height: 260px;
      }

      #profiles-page .candidate-bottom{
        flex-direction: column;
        align-items: stretch;
      }

      #profiles-page .btn-hire{
        width: 100%;
      }

      #profiles-page .filter-actions{
        grid-template-columns: 1fr;
      }

      #profiles-page .video-head{
        padding: 16px;
      }

      #profiles-page .video-body{
        padding: 12px;
      }

      #profiles-page .video-close{
        width: 42px;
        min-width: 42px;
        height: 42px;
      }

      #profiles-page .video-tools{
        padding-top: 12px;
      }

      #contact-section .contact-strip .strip-box{
        font-size:20px;
        min-width:20%;
      }

      #contact-section .contact-strip .strip-box i{
        font-size:22px;
      }
      #contact-section .contact-strip .strip-box .fa-brands.fa-whatsapp{
        font-size:26px;
      }
      #contact-section .contact-strip .strip-green{
        background:var(--wa);
        box-shadow:0 16px 34px rgba(20,157,73,.2);
      }

    }
