
  :root{
    --brand-50:#EBEEFD;
    --brand-100:#D8DEFC;
    --brand-500:#3A58EF;
    --brand-600:#314BD0;
    --brand-700:#283FB1;
    --brand-800:#12327B;
    --brand-900:#04092A;
    --purple-50:#F3F1FD;
    --purple-400:#7162EA;
    --purple-500:#5849D0;
    --purple-800:#26244A;
    --gray-50:#F9FAFB;
    --gray-100:#F2F4F7;
    --gray-200:#EAECF0;
    --gray-300:#D0D5DD;
    --gray-400:#98A2B3;
    --gray-500:#667085;
    --gray-600:#475467;
    --gray-700:#344054;
    --gray-800:#1D2939;
    --gray-900:#101828;
    --text-dark:#2A3343;
  }
  *{box-sizing:border-box;}
  html{
    scroll-behavior:smooth;
  }
  body{
    font-family:'Inter',sans-serif;
    color:var(--gray-900);
    background:#fff;
    -webkit-font-smoothing:antialiased;
  }
  a{text-decoration:none;}

  /* ============ SCROLL-REVEAL MOTION ============ */
  .reveal{
    opacity:0;
    transform:translateY(22px) scale(.985);
    transition:opacity 1.1s cubic-bezier(.16,1,.3,1), transform 1.1s cubic-bezier(.16,1,.3,1);
    will-change:opacity, transform;
  }
  .reveal.in-view{
    opacity:1;
    transform:translateY(0) scale(1);
  }
  @media (prefers-reduced-motion: reduce){
    html{scroll-behavior:auto;}
    .reveal{opacity:1;transform:none;transition:none;}
  }
  .container-xl-custom{
    padding-left:140px;
    padding-right:140px;
  }
  @media (max-width:1399px){
    .container-xl-custom{padding-left:60px;padding-right:60px;}
  }
  @media (max-width:991px){
    .container-xl-custom{padding-left:24px;padding-right:24px;}
  }
  @media (max-width:575px){
    .container-xl-custom{padding-left:16px;padding-right:16px;}
  }

  /* ============ TOP UTILITY BAR ============ */
  .top-utility-bar{
    background:var(--brand-50);
    border-bottom:1px solid var(--gray-200);
  }
  .top-utility-bar .container-xl-custom{
    padding-left:40px;padding-right:40px;
  }
  @media (max-width:991px){
    .top-utility-bar{display:none;}
  }
  .top-nav-link{
    font-size:14px;
    font-weight:500;
    color:var(--gray-600);
    padding:12px;
    border-radius:4px;
    white-space:nowrap;
    transition:background .2s ease,color .2s ease;
  }
  .top-nav-link:hover{color:var(--brand-500);}
  .top-nav-link.active{
    background:#fff;
    color:var(--text-dark);
  }

  /* ============ MAIN HEADER ============ */
  .main-header{
    background:#fff;
    border-bottom:1px solid var(--gray-200);
  }
  .main-header .container-xl-custom{
    padding-left:40px;padding-right:40px;
    min-height:88px;
  }
  @media (max-width:991px){
    .main-header .container-xl-custom{padding-left:16px;padding-right:16px;min-height:72px;}
  }
  .brand-logo{display:flex;align-items:center;gap:8px;}
  .brand-logo svg{display:block;}
  .brand-logo-text{
    font-family:'Inter',sans-serif;
    font-weight:800;
    font-size:20px;
    letter-spacing:.2px;
  }
  .brand-logo-text .my-cpe{color:var(--purple-800);}
  .brand-logo-text .one{color:var(--brand-500);}

  .main-nav-link{
    font-size:14px;
    font-weight:500;
    color:var(--text-dark);
    padding:8px 12px;
    border-radius:4px;
    display:inline-flex;
    align-items:center;
    gap:6px;
    white-space:nowrap;
    background:transparent;
    border:none;
  }
  .main-nav-link.is-active{background:var(--brand-100);}
  .main-nav-link svg{width:16px;height:16px;flex-shrink:0;}

  .btn-schedule-sm{
    background:var(--brand-500);
    color:#fff;
    font-size:14px;
    font-weight:600;
    padding:8px 14px;
    border-radius:4px;
    border:none;
    display:inline-flex;
    align-items:center;
    gap:8px;
    white-space:nowrap;
    transition:background .2s ease;
  }
  .btn-schedule-sm:hover{background:var(--brand-600);color:#fff;}

  /* ============ HERO ============ */
  /* ============ HERO + ROLES (combined, overlay effect) ============ */
  .hero-roles-combined{
    position:relative;
    background:var(--brand-50);
    overflow:hidden;
  }
  .hero-bg-layer{
    position:absolute;
    top:0;left:0;right:0;
    height:500px;
    background-image:url('assets/bg.png');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    background-color:#0a2a8f;
    z-index:0;
    background: url('../images/services-pages/saas_services_banner.png');
    background-size: cover;
    background-repeat: no-repeat;
  }

  /* --- Hero ambient background treatment --- */
  .hero-fx{
    position:absolute;
    top:0;left:0;right:0;
    height:500px;
    z-index:0;
    overflow:hidden;
    pointer-events:none;
  }
  .hero-fx .mesh{
    position:absolute;
    inset:-15%;
    background:
      radial-gradient(38% 50% at 18% 12%, rgba(255,255,255,.14), transparent 62%),
      radial-gradient(46% 58% at 85% 90%, rgba(58,88,239,.55), transparent 65%),
      radial-gradient(40% 50% at 78% 8%, rgba(91,124,250,.32), transparent 60%);
    filter:blur(50px);
    mix-blend-mode:screen;
    animation:heroMeshDrift 36s ease-in-out infinite alternate;
  }
  .hero-fx .vignette{
    position:absolute;
    inset:0;
    background:radial-gradient(ellipse 80% 70% at 50% 25%, transparent 45%, rgba(4,9,42,.38) 100%);
  }
  .hero-fx .grain{
    position:absolute;
    inset:0;
    opacity:.05;
    mix-blend-mode:overlay;
    background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  }
  @media (prefers-reduced-motion:reduce){
    .hero-fx .mesh{animation:none;}
  }
  @keyframes heroMeshDrift{
    0%{transform:translate(0,0) scale(1);}
    100%{transform:translate(-3%,2%) scale(1.06);}
  }

  /* --- Hero photo + decorative circles --- */
  .hero-photo-wrap{
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    width:44%;
    max-width:720px;
    z-index:1;
    pointer-events:none;
    overflow:hidden;
    display: none;
  }
  .hero-photo-circle-glow{
    position:absolute;
    right:6%;
    top:14%;
    width:60%;
    max-width:480px;
    aspect-ratio:1/1;
    border-radius:50%;
    background:radial-gradient(circle at 35% 30%, rgba(170,222,255,.95), rgba(58,88,239,.10) 72%);
  }
  .hero-photo-ring-dashed{
    position:absolute;
    right:-4%;
    top:2%;
    width:78%;
    max-width:620px;
    aspect-ratio:1/1;
    border-radius:50%;
    border:1.5px dashed rgba(255,255,255,.45);
  }
  .hero-photo-img{
    position:absolute;
    right:38px;
    bottom:0;
    height:94%;
    max-height:580px;
    width:auto;
    object-fit:contain;
    object-position:bottom;
  }
  @media (max-width:1199px){
    .hero-photo-wrap{display:none;}
  }
  .hero-corner-ring-tr{
    position:absolute;
    top:-140px;right:-170px;
    width:420px;height:420px;
    border-radius:50%;
    border:26px solid rgba(170,222,255,.5);
    z-index:0;
    pointer-events:none;
    display: none;
  }
  .hero-corner-ring-bl{
    position:absolute;
    bottom:-110px;left:-130px;
    width:300px;height:300px;
    border-radius:50%;
    border:22px solid rgba(170,222,255,.32);
    z-index:0;
    pointer-events:none;
  }
  @media (max-width:767px){
    .hero-corner-ring-tr,.hero-corner-ring-bl{display:none;}
  }
  .hero-content-wrap{
    position:relative;
    z-index:1;
    padding-top:72px;
    padding-bottom:36px;
    padding-left:max(140px, calc((100% - 1320px) / 2));
    padding-right:max(140px, calc((100% - 1320px) / 2));
  }
  .hero-text-col{
    max-width:640px;
  }
  @media (max-width:1199px){
    .hero-text-col{max-width:100%;}
  }
  .roles-content-wrap{
    position:relative;
    z-index:1;
    padding-top:72px;
    padding-bottom:72px;
    padding-left:max(140px, calc((100% - 1320px) / 2));
    padding-right:max(140px, calc((100% - 1320px) / 2));
  }
  @media (max-width:1199px){
    .hero-bg-layer{height:560px;}
    .hero-fx{height:560px;}
    .hero-content-wrap{padding-left:60px;padding-right:60px;padding-top:56px;}
    .roles-content-wrap{padding:56px 60px;}
  }
  @media (max-width:767px){
    .hero-bg-layer{height:440px;}
    .hero-fx{height:440px;}
    .hero-content-wrap{padding-left:20px;padding-right:20px;padding-top:48px;}
    .roles-content-wrap{padding:48px 20px;}
  }

  .hero-title{
    font-size:48px;
    font-weight:700;
    line-height:60px;
    color:#fff;
    text-align:left;
    letter-spacing:-0.96px;
  }
  @media (max-width:991px){.hero-title{font-size:36px;line-height:44px;letter-spacing:-0.5px;}}
  @media (max-width:575px){.hero-title{font-size:28px;line-height:36px;}}

  .hero-subtitle{
    font-size:20px;
    font-weight:400;
    line-height:30px;
    color:#fff;
    text-align:left;
    margin:24px 0 0;
  }
  @media (max-width:575px){.hero-subtitle{font-size:16px;line-height:26px;}}

  .btn-hero-primary{
    background:var(--brand-500);
    color:#fff;
    font-size:16px;
    font-weight:600;
    padding:12px 20px;
    border-radius:4px;
    border:none;
    display:inline-flex;
    align-items:center;
    gap:8px;
    box-shadow:0 1px 2px rgba(16,24,40,.05);
    transition:background .2s ease;
  }
  .btn-hero-primary:hover{background:var(--brand-600);color:#fff;}
  .btn-hero-outline{
    background:transparent;
    color:#fff;
    font-size:16px;
    font-weight:600;
    padding:12px 20px;
    border-radius:4px;
    border:1px solid #fff;
    transition:background .2s ease;
  }
  .btn-hero-outline:hover{background:rgba(255,255,255,.1);color:#fff;}

  .hero-stat-card{
    background:#fff;
    border:1px solid var(--gray-300);
    border-radius:12px;
    padding:16px;
    text-align:center;
    height:100%;
  }
  .hero-stat-number{
    font-size:24px;
    font-weight:700;
    color:var(--text-dark);
    line-height:32px;
  }
  .hero-stat-label{
    font-size:14px;
    font-weight:400;
    color:var(--text-dark);
    line-height:20px;
  }


  /* ============ SECTION GENERIC ============ */
  .section-pad{
    padding-top:72px;padding-bottom:72px;
    padding-left:max(140px, calc((100% - 1320px) / 2));
    padding-right:max(140px, calc((100% - 1320px) / 2));
  }
  @media (max-width:1199px){.section-pad{padding:56px 60px;}}
  @media (max-width:767px){.section-pad{padding:48px 20px;}}

  .section-tag{
    font-size:36px;
    font-weight:700;
    letter-spacing:-0.72px;
    line-height:1.2;
    text-align:center;
    color:var(--purple-800);
  }
  .section-tag .accent{color:var(--brand-500);}
  @media (max-width:575px){.section-tag{font-size:26px;letter-spacing:-0.3px;}}

  .section-subtitle{
    font-size:18px;
    font-weight:400;
    line-height:28px;
    color:var(--gray-600);
    text-align:center;
    max-width:1096px;
    margin:8px auto 0;
  }
  @media (max-width:575px){.section-subtitle{font-size:16px;line-height:24px;}}

  /* ============ ROLES SECTION ============ */
  .roles-section{background:var(--brand-50);}
  .role-card{
    background:#fff;
    border:1px solid var(--gray-200);
    border-radius:12px;
    padding:24px;
    height:100%;
    cursor:pointer;
    transition:transform .35s cubic-bezier(.16,1,.3,1), border-color .35s ease, box-shadow .35s cubic-bezier(.16,1,.3,1);
  }
  .role-card:hover{
    border-color:#5D667B;
    box-shadow:4px 4px 0px 0px #000000;
    transform:translate(-2px,-2px);
  }
  .role-icon-box{
    width:48px;height:48px;
    background:var(--brand-50);
    border-radius:8px;
    display:flex;align-items:center;justify-content:center;
    margin-bottom:24px;
    transition:background .28s cubic-bezier(.4,0,.2,1);
  }
  .role-card:hover .role-icon-box{background:#04092A;}
  .role-card:hover .role-icon-box svg [stroke]{stroke:#FFFFFF;transition:stroke .28s cubic-bezier(.4,0,.2,1);}
  .role-card h3{
    font-size:20px;
    font-weight:600;
    line-height:30px;
    color:var(--text-dark);
    margin-bottom:8px;
  }
  .role-card p{
    font-size:16px;
    font-weight:400;
    line-height:24px;
    color:var(--gray-600);
    margin:0;
  }

  /* ============ TASKS SECTION ============ */
  .task-card{
    background:#fff;
    border:1px solid var(--gray-200);
    border-radius:12px;
    padding:24px;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    cursor:pointer;
    transition:transform .35s cubic-bezier(.16,1,.3,1), border-color .35s ease, box-shadow .35s cubic-bezier(.16,1,.3,1);
  }
  .task-card:hover{
    border-color:#5D667B;
    box-shadow:4px 4px 0px 0px #000000;
    transform:translate(-2px,-2px);
  }
  .task-icon-box{
    width:48px;height:48px;
    background:var(--brand-50);
    border-radius:8px;
    display:flex;align-items:center;justify-content:center;
    margin-bottom:24px;
    transition:background .28s cubic-bezier(.4,0,.2,1);
  }
  .task-card:hover .task-icon-box{background:#04092A;}
  .task-card:hover .task-icon-box svg [stroke]{stroke:#FFFFFF;transition:stroke .28s cubic-bezier(.4,0,.2,1);}
  .task-card h3{
    font-size:20px;
    font-weight:600;
    line-height:32px;
    color:var(--text-dark);
    margin-bottom:12px;
  }
  .task-card ul{
    list-style:none;
    padding:0;margin:0 0 24px 0;
  }
  .task-card ul li{
    position:relative;
    padding-left:20px;
    font-size:16px;
    font-weight:400;
    line-height:24px;
    color:var(--gray-600);
    margin-bottom:12px;
  }
  .task-card ul li:last-child{margin-bottom:0;}
  .task-card ul li::before{
    content:'';
    position:absolute;
    left:0;top:9px;
    width:6px;height:6px;
    border-radius:50%;
    background:var(--gray-500);
  }
  .btn-hire-now{
    display:block;
    width:100%;
    text-align:center;
    background:transparent;
    border:1px solid var(--brand-500);
    color:var(--brand-500);
    font-size:16px;
    font-weight:600;
    padding:12px 20px;
    border-radius:4px;
    transition:background .2s ease,color .2s ease;
  }
  .btn-hire-now:hover{background:var(--brand-500);color:#fff;}

  /* ============ HOW TO HIRE ============ */
  .step-circle{
    width:80px;height:80px;
    border-radius:50%;
    background:#fff;
    box-shadow:0 4px 12px rgba(16,24,40,.10);
    display:flex;align-items:center;justify-content:center;
    font-size:24px;font-weight:800;color:var(--text-dark);
    letter-spacing:-0.48px;
    flex-shrink:0;
    margin:0 auto;
  }
  .how-to-steps-row{display:flex;align-items:flex-start;gap:8px;}
  .step-col{flex:1 1 0;min-width:0;}
  @media (max-width:575px){
    .how-to-steps-row{
      flex-direction:column;
      gap:32px;
      align-items: center;
    }

    .Security-Img-Box-Main  {
      flex-wrap: balance;
    }
  }
  .step-arrows-col{
    flex:0 0 auto;
    display:flex;align-items:center;
    height:80px;
    padding:0 4px;
  }
  .step-arrows-col img{width:66px;height:auto;display:block;}
  @media (max-width:575px){.step-arrows-col{display:none !important;}}
  .step-title{
    font-size:20px;font-weight:700;color:var(--text-dark);margin-top:24px;margin-bottom:8px;
    text-align:center;
  }
  .step-item{
    font-size:14px;font-weight:500;color:var(--text-dark);line-height:20px;margin-bottom:8px;
    text-align:center;
  }
  .how-to-hire-title{
    font-size:36px;font-weight:700;letter-spacing:-0.72px;color:var(--text-dark);
  }
  .how-to-hire-title .accent{color:var(--brand-500);}
  @media (max-width:575px){.how-to-hire-title{font-size:28px;}}

  .how-to-hire-illustration{
    border-radius:16px;
    background:#fff;
    overflow:hidden;
    max-width:424px;
    aspect-ratio:424/441;
    margin:0 auto;
    display:flex;align-items:center;justify-content:center;
  }

  /* ============ AI-READY PROFESSIONALS ============ */
  .ai-ready-section{
    display:flex;
    align-items:center;
    gap:24px;
  }
  .ai-ready-text-col{flex:1 1 0;min-width:0;}
  .ai-ready-heading{
    font-size:36px;font-weight:700;line-height:1.2;
    letter-spacing:-0.72px;color:var(--purple-800);margin:0 0 8px;
  }
  .ai-ready-heading .accent{color:#3A58EF;}
  @media (max-width:575px){.ai-ready-heading{font-size:28px;}}
  .ai-ready-desc{
    font-size:18px;font-weight:400;line-height:28px;color:var(--gray-600);margin:0;
  }
  .ai-ready-desc strong{color:var(--text-dark);font-weight:600;}
  .ai-ready-logos{
    display:flex;flex-wrap:wrap;
    gap:16px;margin-top:36px;
  }
  .ai-ready-logo-badge{
    background:#fff;
    border:1px solid var(--gray-200);
    border-radius:6px;
    padding:12px;
    display:flex;align-items:center;
  }
  .ai-ready-logo-badge img{display:block;height:20px;width:auto;}
  .ai-ready-logo-badge .logo-with-text{display:flex;align-items:center;gap:8px;}
  .ai-ready-logo-badge span{
    font-size:17px;font-weight:600;color:var(--gray-900);white-space:nowrap;
  }
  .ai-ready-illustration-col{flex:0 0 auto;width:424px;max-width:100%;}
  .ai-ready-illustration-frame{
    border:1px solid var(--gray-200);
    border-radius:12px;
    background:#fff;
    aspect-ratio:424/314;
    display:flex;align-items:center;justify-content:center;
    padding:24px;
    overflow:hidden;
  }
  .ai-ready-illustration-frame img{max-width:100%;max-height:100%;object-fit:contain;}
  @media (max-width:991px){
    .ai-ready-section{flex-direction:column;}
    .ai-ready-illustration-col{width:100%;max-width:424px;}
  }

  /* ============ GLOBAL TEAM / TALENT HUBS ============ */
  .global-team-section{
    position:relative;
    background:#fff;
  }
  .global-team-earth-bg{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    pointer-events:none;
    z-index:0;
  }
  .global-team-inner{position:relative;z-index:1;}
  .talent-hub-row{
    display:flex;
    align-items:stretch;
    gap:24px;
    margin-top:72px;
  }
  .talent-hub-col{flex:1 1 0;min-width:0;}
  .talent-hub-card{
    background:#fff;
    border:1px solid var(--gray-200);
    border-radius:12px;
    padding:24px 24px 30px;
    display:flex;
    gap:24px;
    align-items:flex-start;
    height:100%;
    cursor:pointer;
    transition:transform .35s cubic-bezier(.16,1,.3,1), border-color .35s ease, box-shadow .35s cubic-bezier(.16,1,.3,1);
  }
  .talent-hub-card:hover{
    border-color:#5D667B;
    box-shadow:4px 4px 0px 0px #000000;
    transform:translate(-2px,-2px);
  }
  .talent-hub-flag{
    width:39px;height:26px;
    border-radius:6px;
    overflow:hidden;
    flex-shrink:0;
    display:block;
    object-fit:cover;
  }
  .talent-hub-content{flex:1 1 0;min-width:0;}
  .talent-hub-title{
    font-size:24px;font-weight:700;line-height:32px;color:var(--text-dark);margin:0 0 12px;
  }
  .talent-hub-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;}
  .talent-hub-list li{
    display:flex;align-items:center;gap:8px;
    font-size:16px;font-weight:500;line-height:24px;color:var(--gray-600);
  }
  .talent-hub-tick{
    width:20px;height:20px;flex-shrink:0;
    border-radius:50%;
    background:var(--brand-100);
    display:flex;align-items:center;justify-content:center;
  }
  .talent-hub-tick svg{width:11px;height:8px;}
  @media (max-width:991px){
    .talent-hub-row{flex-direction:column;align-items:stretch;}
  }
  @media (max-width:575px){
    .talent-hub-card{flex-direction:column;}
  }
  .how-to-hire-illustration img{width:100%;height:100%;object-fit:contain;}
  .how-to-hire-illustration svg{width:100%;height:100%;}

  /* ============ WHY HIRE ============ */
  .benefit-card{
    background:#fff;
    border:1px solid var(--gray-200);
    border-radius:12px;
    padding:24px;
    height:100%;
    cursor:pointer;
    transition:transform .35s cubic-bezier(.16,1,.3,1), border-color .35s ease, box-shadow .35s cubic-bezier(.16,1,.3,1);
  }
  .benefit-card:hover{
    border-color:#5D667B;
    box-shadow:4px 4px 0px 0px #000000;
    transform:translate(-2px,-2px);
  }
  .benefit-icon-box{
    width:48px;height:48px;
    background:var(--brand-50);
    border-radius:8px;
    display:flex;align-items:center;justify-content:center;
    margin-bottom:24px;
    transition:background .28s cubic-bezier(.4,0,.2,1);
  }
  .benefit-card:hover .benefit-icon-box{background:#04092A;}
  .benefit-card:hover .benefit-icon-box svg [stroke]{stroke:#FFFFFF;transition:stroke .28s cubic-bezier(.4,0,.2,1);}
  .benefit-card h4{
    font-size:20px;font-weight:600;line-height:32px;color:var(--text-dark);margin-bottom:8px;
  }
  .benefit-card p{
    font-size:16px;font-weight:400;color:var(--gray-600);line-height:24px;margin:0;
  }

  /* ============ SECURITY ============ */
  .security-section{background:var(--brand-50);}
  .video-thumb{
    border-radius:16px;
    overflow:hidden;
    max-width:990px;
    margin:0 auto;
    position:relative;
    box-shadow:0 12px 16px rgba(16,24,40,.1);
    cursor:pointer;
    transition:transform .35s cubic-bezier(.16,1,.3,1), box-shadow .35s cubic-bezier(.16,1,.3,1);
  }
  .video-thumb:hover{
    transform:scale(1.01);
    box-shadow:0 16px 24px rgba(16,24,40,.16);
  }
  .video-thumb img{width:100%;display:block;}
  .security-badge{
    background:#fff;
    border:1px solid var(--gray-200);
    border-radius:12px;
    padding:16px;
    text-align:center;
    height:100%;
    cursor:pointer;
    transition:transform .35s cubic-bezier(.16,1,.3,1), border-color .35s ease, box-shadow .35s cubic-bezier(.16,1,.3,1);
  }
  .security-badge:hover{
    border-color:#5D667B;
    box-shadow:4px 4px 0px 0px #000000;
    transform:translate(-2px,-2px);
  }
  .security-badge img, .security-badge svg{
    width:64px;height:64px;object-fit:contain;
    margin-bottom:12px;
  }
  .security-badge span{
    display:block;
    font-size:16px;
    font-weight:700;
    color:var(--text-dark);
    line-height:22px;
  }
  .btn-watch-video{
    background:var(--brand-500);
    color:#fff;
    font-weight:600;
    font-size:16px;
    padding:12px 24px;
    border-radius:4px;
    border:none;
    display:inline-flex;
    align-items:center;
    gap:8px;
  }
  .btn-watch-video:hover{background:var(--brand-600);color:#fff;}

  /* ============ FAQ ============ */
  .faq-section-inner{
    display:flex;gap:24px;align-items:flex-start;
    max-width:1320px;margin:0 auto;
  }
  .faq-heading-col{width:424px;flex:none;padding-top:4px;}
  .faq-heading-col h2{
    font-size:36px;font-weight:700;line-height:1.2;
    letter-spacing:-0.72px;color:var(--purple-800);margin:0;
  }
  .faq-heading-accent{color:#3A58EF;}
  .faq-list{flex:1;min-width:0;display:flex;flex-direction:column;gap:0;}
  .faq-item{background:transparent;}
  .faq-btn{
    cursor:pointer;width:100%;text-align:left;
    background:transparent;border:none;
    padding:24px 0;
    display:flex;align-items:flex-start;
    gap:24px;font-family:'Inter',sans-serif;
  }
  .faq-icon-wrap{
    width:32px;height:32px;flex:none;margin-top:2px;
    display:flex;align-items:center;justify-content:center;
  }
  .faq-icon-plus,.faq-icon-cross{display:block;}
  .faq-item.open .faq-icon-plus{display:none;}
  .faq-icon-cross{display:none;}
  .faq-item.open .faq-icon-cross{display:block;}
  .faq-q{
    font-size:20px;font-weight:600;line-height:1.5;
    color:var(--text-dark);flex:1;text-align:left;
  }
  .faq-answer{
    padding:0 0 24px 56px;
    font-size:18px;line-height:28px;
    font-weight:400;color:var(--text-dark);
    display:none;
  }
  .faq-item.open .faq-answer{display:block;}
  .faq-divider{height:1px;background:#D9D9D9;}
  @media (max-width:991px){
    .faq-section-inner{flex-direction:column;}
    .faq-heading-col{width:100%;}
  }
  @media (max-width:575px){
    .faq-answer{padding-left:0;}
    .faq-btn{gap:16px;}
  }

  /* ============ FOOTER ============ */
  .site-footer{
    background:var(--brand-900);
    color:#B7BEDB;
    padding-top:64px;padding-bottom:24px;
    padding-left:max(140px, calc((100% - 1320px) / 2));
    padding-right:max(140px, calc((100% - 1320px) / 2));
  }
  @media (max-width:1199px){.site-footer{padding:48px 60px 24px;}}
  @media (max-width:767px){.site-footer{padding:40px 20px 24px;}}
  .site-footer h6{
    color:#fff;font-size:16px;font-weight:700;margin-bottom:16px;
  }
  .site-footer a{
    color:#B7BEDB;font-size:14px;display:block;margin-bottom:10px;
    transition:color .2s ease;
  }
  .site-footer a:hover{color:#fff;}
  .footer-bottom{
    border-top:1px solid rgba(255,255,255,.12);
    margin-top:32px;padding-top:24px;
    font-size:13px;color:#8891B5;
  }
  .footer-social a{
    display:inline-flex;width:32px;height:32px;border-radius:50%;
    background:rgba(255,255,255,.08);align-items:center;justify-content:center;margin:0 4px 0 0;
  }

  /* mobile nav offcanvas tweaks */
  .navbar-toggler{border:1px solid var(--gray-300);}
  .navbar-toggler:focus{box-shadow:none;}


  .step-arrows-col.first_arrow {
      position: absolute;
      top: 0;
      left: 9%;
  }

  .how-to-steps-row {
      position: relative;
  }

  .step-arrows-col img {
      width: auto;
  }

  .step-arrows-col.second_arrow {
      position: absolute;
      top: 0;
      right: 10%;
  }


  section.bg-light-blue {
    background: var(--brand-50) !important;
  }

  section.bg-dark-blue {
      background: var(--Theme-Blue-800, #182878);
  }

  section.bg-blue {
      background: var(--Theme-Blue-50, #EBEEFD);
  }

  section.hero-roles-combined.Hero_Banner .hero-corner-ring-bl {
      display: none;
  }

  section.Hero_Banner .btn-hero-primary{
    padding:12px 20px;
    border-radius:4px;
    border:none;
    display:inline-flex;
    align-items:center;
    gap:8px;
    transition:background .2s ease;
    background: var(--White, #FFF);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }
  section.Hero_Banner .btn-hero-primary:hover{
    background: var(--White, #FFF);
    color: var(--Theme-Blue-500, #3A58EF);
  }
  section.Hero_Banner button.btn-hero-outline:hover,
  section.Hero_Banner a.btn-hero-outline:hover {
    background: #fff;
    color: var(--Theme-Blue-500, #3A58EF);
  }
  section.Hero_Banner a.btn-hero-primary,
  section.Hero_Banner a.btn-hero-outline {
    text-decoration: none;
    cursor: pointer;
  }