/* ============ HERO ============ */
.hie-hero { background-color:#000000; padding:30px 0; overflow:hidden; position:relative; }
.hie-hero__content { padding-top:40px; }
.hie-hero__title { font-size:2.6rem; font-weight:700; line-height:1.15; margin-bottom:18px; background:linear-gradient(100deg,#ffffff 0%,#4d8dff 30%,#ffffff 55%,#0d47ff 75%,#ffffff 100%); background-size:260% auto; -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; animation:hieHeroGradient 8s linear infinite; }
@keyframes hieHeroGradient { 0%{background-position:0% 50%;} 100%{background-position:200% 50%;} }
.hie-hero__lead { font-size:1.15rem; font-weight:600; color:#4d8dff; margin-bottom:16px; }
.hie-hero__desc { font-size:1rem; color:#fff; line-height:1.75; max-width:560px; margin-bottom:28px; }
.hie-hero__cta { display:inline-flex; align-items:center; gap:10px; background-color:#0d47ff; color:#ffffff; font-weight:600; font-size:0.95rem; padding:14px 26px; border:1px solid #0d47ff; border-radius:8px; text-decoration:none; cursor:pointer; box-shadow:0 6px 18px rgba(13,71,255,0.25); transition:background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease; }
.hie-hero__cta:hover, .hie-hero__cta:focus { background-color:#000000; border-color:#4d8dff; color:#ffffff; box-shadow:0 10px 26px rgba(13,71,255,0.4); transform:translateY(-3px); text-decoration:none; }
.hie-hero__cta-icon { width:18px; height:18px; transition:transform 0.3s ease; }
.hie-hero__cta:hover .hie-hero__cta-icon { transform:translateX(4px); }
.hie-hero__badges { margin-top:32px; padding-top:24px; border-top:1px solid rgba(255,255,255,0.12); display:flex; flex-wrap:wrap; gap:14px; margin-bottom:0; }
.hie-hero__badge { display:inline-flex; align-items:center; gap:8px; font-size:0.78rem; font-weight:600; color:#ffffff; background-color:rgba(255,255,255,0.05); border:1px solid rgba(77,141,255,0.35); border-radius:999px; padding:7px 14px; transition:border-color 0.3s ease, background-color 0.3s ease; }
.hie-hero__badge:hover { border-color:#4d8dff; background-color:rgba(13,71,255,0.12); }
.hie-hero__badge-icon { width:8px; height:8px; color:#4d8dff; }
.hie-hero__visual-col { padding-top:40px; }
.hie-hero__panel { background-color:#050505; border:1px solid rgba(77,141,255,0.25); border-radius:20px; padding:22px; box-shadow:0 24px 50px rgba(0,0,0,0.6); opacity:0; transform:translateY(24px); animation:hieHeroPanelIn 0.8s ease forwards 0.2s; }
@keyframes hieHeroPanelIn { to{opacity:1; transform:translateY(0);} }
.hie-hero__panel-dots { display:flex; gap:6px; margin-bottom:16px; }
.hie-hero__panel-dots span { width:7px; height:7px; border-radius:50%; background-color:rgba(255,255,255,0.25); }
.hie-hero__panel-svg { width:100%; height:auto; }
.hie-hero__node { fill:rgba(255,255,255,0.04); stroke:rgba(255,255,255,0.16); stroke-width:1; }
.hie-hero__node--core { fill:rgba(13,71,255,0.18); stroke:#4d8dff; }
.hie-hero__node-text { font-size:10px; fill:#ffffff; font-weight:600; }
.hie-hero__node-text--core { fill:#4d8dff; }
.hie-hero__line { stroke:rgba(255,255,255,0.14); stroke-width:1.4; fill:none; }
.hie-hero__line-flow { stroke:#4d8dff; stroke-width:2; fill:none; stroke-dasharray:8 220; animation:hieHeroFlow 3s linear infinite; }
@keyframes hieHeroFlow { to{stroke-dashoffset:-460;} }
@media (max-width:991px){ .hie-hero__title{font-size:2.1rem;} .hie-hero__visual-col{padding-top:24px;} }
@media (max-width:767px){ .hie-hero__content{padding-top:20px;} .hie-hero__title{font-size:1.7rem;} .hie-hero__desc{max-width:100%;} }

 /* ===== SCOPED TO #CaseStudies SECTION ONLY ===== */
  #CaseStudies {
    background: #07080B;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    color: #F3F4F6;
  }

  #CaseStudies::before {
    content: "";
    position: absolute;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    width: 900px;
    height: 600px;
    background: radial-gradient(circle, rgba(34,211,238,0.10) 0%, rgba(139,92,246,0.06) 45%, transparent 70%);
    filter: blur(60px);
    pointer-events: none;
  }

  #CaseStudies::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
  }

  #CaseStudies .cs-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 2;
  }

  #CaseStudies .client-title {
    text-align: center;
 
  }



  #CaseStudies .cs-subtext {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 64px auto;
    font-size: 0.98REM;
    font-weight: 300;
    line-height: 1.55;
    color: #fff;
  }

  /* ===== VIEWPORT (shows exactly one card) ===== */
  #CaseStudies .cs-viewport {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
  }

  #CaseStudies .casestudies_slider {
    position: relative;
    overflow: hidden;
  }

  #CaseStudies .slider-casestudies {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    will-change: transform;
  }

  #CaseStudies .caseStudiesSliderBox {
    flex: 0 0 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 6px;
  }

  /* ===== CARD ===== */
  #CaseStudies .case_box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 36px;
    background: #0F1219;
    border-radius: 24px;
    overflow: hidden;
    padding: 40px;
    transition: transform 0.35s ease, background 0.35s ease;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    z-index: 0;
  }

  /* static border */
  #CaseStudies .case_box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background: rgba(255,255,255,0.07);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    transition: opacity 0.35s ease;
    z-index: 1;
  }

  /* animated gradient border on hover */
  #CaseStudies .case_box::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1.5px;
    background: conic-gradient(from var(--angle, 0deg), #22D3EE, #8B5CF6, #5EE6E0, #22D3EE);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.35s ease;
    animation: cs-rotate 3s linear infinite;
    z-index: 2;
  }

  @property --angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
  }

  @keyframes cs-rotate {
    to { --angle: 360deg; }
  }

  #CaseStudies .case_box:hover {
    transform: translateY(-6px);
    background: rgba(15, 18, 25, 0.92);
    box-shadow: 0 24px 60px -20px rgba(56,189,248,0.25), 0 0 40px rgba(56,189,248,0.08);
  }

  #CaseStudies .case_box:hover::before { opacity: 0; }
  #CaseStudies .case_box:hover::after { opacity: 1; }

  #CaseStudies .case_box__image {
    flex: 0 0 420px;
    width: 420px;
    height: 300px;
    position: relative;
    overflow: hidden;
    /* background: #0C0E14; */
    /* border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.07); */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #CaseStudies .case_box__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
  }

  #CaseStudies .case_box__content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
  }

  #CaseStudies .case_box__content h4 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0 0 14px 0;
    color: #F3F4F6;
  }

  #CaseStudies .case_box__content p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    color: #C7CAD1;
    margin: 0 0 20px 0;
  }

  #CaseStudies .case_box__points {
    list-style: none;
    margin: 0 0 28px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  #CaseStudies .case_box__points li {
    position: relative;
    padding-left: 22px;
    font-size: 13px;
    font-weight: 400;
    color: #8A8F9B;
    line-height: 1.4;
  }

  #CaseStudies .case_box__points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, #22D3EE, #8B5CF6);
  }

  #CaseStudies .viewCaseStudies {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 14px 22px;
    border-radius: 999px;
    background: #F3F4F6;
    color: #07080B;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease, gap 0.3s ease;
  }

  #CaseStudies .viewCaseStudies i {
    font-style: normal;
    transition: transform 0.3s ease;
  }

  #CaseStudies .viewCaseStudies::after {
    content: "\2192";
    transition: transform 0.3s ease;
  }

  #CaseStudies .viewCaseStudies i {
    display: none; /* font-awesome glyph not loaded, use unicode arrow above */
  }

  #CaseStudies .viewCaseStudies:hover {
    transform: translateY(-3px);
    background: #22D3EE;
  }

  #CaseStudies .viewCaseStudies:hover::after {
    transform: translateX(4px);
  }

  /* ===== DOTS / PROGRESS ===== */
  #CaseStudies .cs-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 32px;
    flex-wrap: wrap;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  #CaseStudies .cs-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    border: none;
    cursor: pointer;
    transition: width 0.35s ease, background 0.35s ease;
    padding: 0;
  }

  #CaseStudies .cs-dot.active {
    width: 26px;
    background: linear-gradient(90deg, #22D3EE, #8B5CF6);
  }

  /* ===== ARROWS ===== */
  #CaseStudies .caseStudiesBottomArrows {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 36px;
  }

  #CaseStudies .caseStudiesBottomArrows button {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    color: #F3F4F6;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
  }

  #CaseStudies .caseStudiesBottomArrows button:hover {
    border-color: rgba(56,189,248,0.55);
    background: rgba(56,189,248,0.08);
    transform: translateY(-2px);
  }

  #CaseStudies .caseStudiesBottomArrows i {
    font-style: normal;
  }

  #CaseStudies .caseStudiesBottomArrows .fa-arrow-left::before { content: "\2190"; }
  #CaseStudies .caseStudiesBottomArrows .fa-arrow-right::before { content: "\2192"; }

  /* ===== RESPONSIVE ===== */
  @media (max-width: 991px) {
    #CaseStudies { padding: 90px 0; }
    #CaseStudies .case_box { flex-direction: column; padding: 32px; gap: 24px; }
    #CaseStudies .case_box__image { width: 100%; max-width: 360px; height: 260px; flex: 0 0 260px; }
    #CaseStudies .case_box__content { align-items: center; text-align: center; }
    #CaseStudies .case_box__content h4 { font-size: 24px; }
    #CaseStudies .case_box__points { align-items: flex-start; }
  }

  @media (max-width: 575px) {
    #CaseStudies { padding: 30px 0; }
    #CaseStudies .cs-container { padding: 0 20px; }
    #CaseStudies .cs-subtext { font-size: 15px; margin-bottom: 40px; }
    #CaseStudies .case_box { padding: 24px; }
    #CaseStudies .case_box__image { width: 100%; max-width: 280px; height: 220px; flex: 0 0 220px; }
    #CaseStudies .case_box__content h4 { font-size: 21px; }
    #CaseStudies .case_box__points li { font-size: 12px; }
    #CaseStudies .caseStudiesBottomArrows button { width: 42px; height: 42px; }
  }
.tr-gradient-text{
    background: linear-gradient(90deg, #22D3EE, #8B5CF6, #FFFFFF);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
   display:inline-block;
    padding-bottom:6px;
    line-height:inherit;
}


/* ============ UAE COMPLIANCE ============ */
.hie-compliance { background-color:#050505; padding:30px 0; }
.hie-compliance__head { max-width:760px; margin-bottom:32px; }
.hie-compliance__title { font-size:2rem; font-weight:700; line-height:1.2; margin-bottom:14px; background:linear-gradient(100deg,#ffffff 0%,#4d8dff 35%,#ffffff 60%,#0d47ff 80%,#ffffff 100%); background-size:260% auto; -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; animation:hieComplianceGradient 8s linear infinite; }
@keyframes hieComplianceGradient { 0%{background-position:0% 50%;} 100%{background-position:200% 50%;} }
.hie-compliance__desc { font-size:1rem; color:#fff; line-height:1.7; }
.hie-compliance__card { background-color:#0a0a0a; border:1px solid rgba(77,141,255,0.18); border-left:3px solid #0d47ff; border-radius:10px; padding:22px 24px; margin-bottom:20px; transition:border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, transform 0.3s ease; }
.hie-compliance__card:hover { border-color:#4d8dff; background-color:#0d1220; box-shadow:0 14px 32px rgba(13,71,255,0.2); transform:translateY(-4px); }
.hie-compliance__card-title { font-size:1.05rem; font-weight:700; color:#1b5ef7; margin-bottom:10px; }
.hie-compliance__card-text { font-size:0.92rem; color:#fff; line-height:1.7; margin-bottom:0; }
.hie-compliance__table-wrap { overflow-x:auto; border:1px solid rgba(77,141,255,0.2); border-radius:12px; margin-top:12px; }
.hie-compliance__table { width:100%; min-width:640px; border-collapse:collapse; font-size:0.88rem; }
.hie-compliance__table thead th { background-color:#0d47ff; color:#ffffff; font-weight:700; padding:14px 18px; text-align:left; }
.hie-compliance__table tbody th, .hie-compliance__table tbody td { padding:14px 18px; text-align:left; color:#fff; border-bottom:1px solid rgba(255,255,255,0.08); }
.hie-compliance__table tbody th { color:#ffffff; font-weight:600; background-color:#0a0a0a; }
.hie-compliance__table tbody tr:last-child th, .hie-compliance__table tbody tr:last-child td { border-bottom:none; }
.hie-compliance__cta { display:inline-flex; align-items:center; gap:10px; margin-top:24px; background-color:transparent; color:#ffffff; font-weight:600; font-size:0.95rem; padding:13px 24px; border:1px solid #4d8dff; border-radius:8px; text-decoration:none; cursor:pointer; transition:background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease; }
.hie-compliance__cta:hover { background-color:#0d47ff; border-color:#0d47ff; box-shadow:0 10px 26px rgba(13,71,255,0.35); transform:translateY(-3px); color:#ffffff; text-decoration:none; }
.hie-compliance__cta-icon { width:16px; height:16px; transition:transform 0.3s ease; }
.hie-compliance__cta:hover .hie-compliance__cta-icon { transform:translateX(4px); }
@media (max-width:767px){ .hie-compliance__title{font-size:1.6rem;} }



/* ============ INTEGRATION ARCHITECTURE ============ */
.hie-architecture { background-color:#050505; padding:30px 0; }
.hie-architecture__head { max-width:760px; margin-bottom:32px; }
.hie-architecture__title { font-size:2rem; font-weight:700; line-height:1.2; margin-bottom:14px; background:linear-gradient(100deg,#ffffff 0%,#4d8dff 35%,#ffffff 60%,#0d47ff 80%,#ffffff 100%); background-size:260% auto; -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; animation:hieArchGradient 8s linear infinite; }
@keyframes hieArchGradient { 0%{background-position:0% 50%;} 100%{background-position:200% 50%;} }
.hie-architecture__desc { font-size:1rem; color:#fff; line-height:1.7; }
.hie-architecture__layers { display:flex; flex-direction:column; }
.hie-architecture__layer { display:flex; align-items:flex-start; gap:20px; background-color:#0a0a0a; border:1px solid rgba(77,141,255,0.18); border-radius:14px; padding:20px 24px; opacity:0; transform:translateX(-16px); transition:border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease; }
.hie-architecture__layer.hie-architecture__layer--visible { animation:hieArchLayerIn 0.6s ease forwards; }
@keyframes hieArchLayerIn { to{opacity:1; transform:translateX(0);} }
.hie-architecture__layer:hover { border-color:#4d8dff; background-color:#0d1220; box-shadow:0 14px 30px rgba(13,71,255,0.2); }
.hie-architecture__num { flex-shrink:0; width:38px; height:38px; display:flex; align-items:center; justify-content:center; border-radius:10px; background-color:rgba(13,71,255,0.18); color:#4d8dff; font-weight:700; font-size:0.85rem; }
.hie-architecture__layer-title { font-size:1rem; font-weight:700; color:#ffffff; margin-bottom:6px; }
.hie-architecture__layer-desc { font-size:0.9rem; color:#fff; line-height:1.65; margin-bottom:0; }
.hie-architecture__connector { width:2px; height:16px; margin:0 0 0 19px; background:linear-gradient(#4d8dff, transparent); opacity:0.5; }
.hie-architecture__note { margin-top:20px; font-size:0.82rem; color:#7d7d7d; font-style:italic; }
@media (max-width:767px){ .hie-architecture__title{font-size:1.6rem;} .hie-architecture__layer{flex-direction:column; gap:10px;} }

/* ============ FEATURES ============ */
.hie-features { background-color:#000000; padding:30px 0; }
.hie-features__head { max-width:760px; margin-bottom:28px; }
.hie-features__title { font-size:2rem; font-weight:700; line-height:1.2; background:linear-gradient(100deg,#ffffff 0%,#4d8dff 35%,#ffffff 60%,#0d47ff 80%,#ffffff 100%); background-size:260% auto; -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; animation:hieFeaturesGradient 8s linear infinite; }
@keyframes hieFeaturesGradient { 0%{background-position:0% 50%;} 100%{background-position:200% 50%;} }
.hie-features__table-wrap { overflow-x:auto; border:1px solid rgba(77,141,255,0.2); border-radius:12px; }
.hie-features__table { width:100%; min-width:640px; border-collapse:collapse; font-size:0.9rem; }
.hie-features__table thead th { background-color:#0d47ff; color:#ffffff; font-weight:700; padding:14px 18px; text-align:left; }
.hie-features__table tbody th, .hie-features__table tbody td { padding:14px 18px; text-align:left; color:#fff; border-bottom:1px solid rgba(255,255,255,0.08); }
.hie-features__table tbody th { color:#ffffff; font-weight:600; background-color:#0a0a0a; }
.hie-features__table tbody tr:last-child th, .hie-features__table tbody tr:last-child td { border-bottom:none; }
.hie-features__table tbody tr { transition:background-color 0.3s ease; }
.hie-features__table tbody tr:hover { background-color:rgba(13,71,255,0.08); }
.hie-features__note { margin-top:20px; font-size:0.92rem; color:#fff; line-height:1.7; max-width:760px; }
.hie-features__cta { display:inline-flex; align-items:center; gap:10px; margin-top:18px; background-color:transparent; color:#ffffff; font-weight:600; font-size:0.95rem; padding:13px 24px; border:1px solid #4d8dff; border-radius:8px; text-decoration:none; cursor:pointer; transition:background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease; }
.hie-features__cta:hover { background-color:#0d47ff; border-color:#0d47ff; box-shadow:0 10px 26px rgba(13,71,255,0.35); transform:translateY(-3px); color:#ffffff; text-decoration:none; }
.hie-features__cta-icon { width:16px; height:16px; transition:transform 0.3s ease; }
.hie-features__cta:hover .hie-features__cta-icon { transform:translateX(4px); }
@media (max-width:767px){ .hie-features__title{font-size:1.6rem;} }
@media (max-width: 767.98px) {
    .hie-features__cta {
        display: flex;
        width: max-content;
        margin: 18px auto 0;
    }
}
/* ============ SUPPORTED SYSTEMS ============ */
.hie-systems { background-color:#050505; padding:30px 0; }
.hie-systems__head { max-width:760px; margin-bottom:28px; }
.hie-systems__title { font-size:2rem; font-weight:700; line-height:1.2; margin-bottom:14px; background:linear-gradient(100deg,#ffffff 0%,#4d8dff 35%,#ffffff 60%,#0d47ff 80%,#ffffff 100%); background-size:260% auto; -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; animation:hieSystemsGradient 8s linear infinite; }
@keyframes hieSystemsGradient { 0%{background-position:0% 50%;} 100%{background-position:200% 50%;} }
.hie-systems__desc { font-size:1rem; color:#fff; line-height:1.7; }
.hie-systems__table-wrap { overflow-x:auto; border:1px solid rgba(77,141,255,0.2); border-radius:12px; margin-bottom:12px; }
.hie-systems__table { width:100%; min-width:520px; border-collapse:collapse; font-size:0.9rem; }
.hie-systems__table thead th { background-color:#0d47ff; color:#ffffff; font-weight:700; padding:14px 18px; text-align:left; }
.hie-systems__table tbody th, .hie-systems__table tbody td { padding:14px 18px; color:#fff; border-bottom:1px solid rgba(255,255,255,0.08); }
.hie-systems__table tbody th { color:#ffffff; font-weight:600; background-color:#0a0a0a; }
.hie-systems__table tbody tr:last-child th, .hie-systems__table tbody tr:last-child td { border-bottom:none; }
.hie-systems__note { font-size:0.82rem; color:#7d7d7d; font-style:italic; margin-bottom:20px; }
.hie-systems__diagram { background-color:#0a0a0a; border:1px solid rgba(77,141,255,0.18); border-radius:14px; padding:20px; }
.hie-systems__diagram svg { width:100%; height:auto; }
.hie-systems__line { stroke:rgba(77,141,255,0.3); stroke-width:1.4; fill:none; stroke-dasharray:5 5; animation:hieSystemsDash 20s linear infinite; }
@keyframes hieSystemsDash { to{stroke-dashoffset:-500;} }
.hie-systems__hub { fill:#0d47ff; }
.hie-systems__hub-text { fill:#ffffff; font-size:11px; font-weight:700; }
.hie-systems__hub-subtext { fill:#ffffff; font-size:9px; }
.hie-systems__node { fill:rgba(255,255,255,0.04); stroke:rgba(77,141,255,0.3); stroke-width:1; }
.hie-systems__node-text { fill:#ffffff; font-size:11px; font-weight:600; }
@media (max-width:767px){ .hie-systems__title{font-size:1.6rem;} }

/* ============ BENEFITS ============ */
.hie-benefits { background-color:#000000; padding:30px 0; }
.hie-benefits__head { margin-bottom:28px; }
.hie-benefits__title { font-size:2rem; font-weight:700; line-height:1.2; background:linear-gradient(100deg,#ffffff 0%,#4d8dff 35%,#ffffff 60%,#0d47ff 80%,#ffffff 100%); background-size:260% auto; -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; animation:hieBenefitsGradient 8s linear infinite; }
@keyframes hieBenefitsGradient { 0%{background-position:0% 50%;} 100%{background-position:200% 50%;} }
.hie-benefits__card { background-color:#0a0a0a; border:1px solid rgba(77,141,255,0.18); border-radius:14px; padding:24px; margin-bottom:20px; height:calc(100% - 20px); position:relative; overflow:hidden; transition:border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, transform 0.3s ease; }
.hie-benefits__card::before { content:""; position:absolute; top:-40px; right:-40px; width:110px; height:110px; border-radius:50%; background-color:rgba(13,71,255,0.12); transition:background-color 0.3s ease; }
.hie-benefits__card:hover { border-color:#4d8dff; background-color:#0d1220; box-shadow:0 16px 36px rgba(13,71,255,0.22); transform:translateY(-5px); }
.hie-benefits__card:hover::before { background-color:rgba(13,71,255,0.22); }
.hie-benefits__card-title { font-size:1.05rem; font-weight:700; color:#1b5ef7; margin-bottom:10px; position:relative; z-index:1; }
.hie-benefits__card-text { font-size:0.92rem; color:#fff; line-height:1.7; margin-bottom:0; position:relative; z-index:1; }
@media (max-width:767px){ .hie-benefits__title{font-size:1.6rem;} }

/* ============ INDUSTRIES ============ */
/* ============ INDUSTRIES ============ */
.hie-industries { background-color:#050505; padding:30px 0; }
.hie-industries__head { margin-bottom:28px; }
.hie-industries__title { font-size:2rem; font-weight:700; line-height:1.2; background:linear-gradient(100deg,#ffffff 0%,#4d8dff 35%,#ffffff 60%,#0d47ff 80%,#ffffff 100%); background-size:260% auto; -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; animation:hieIndustriesGradient 8s linear infinite; }
@keyframes hieIndustriesGradient { 0%{background-position:0% 50%;} 100%{background-position:200% 50%;} }

.hie-industries__desktop-view { display:block; }

.hie-industries__visual {
    position:relative;
    background-color:#0a0a0a;
    border:1px solid rgba(77,141,255,0.25);
    border-radius:24px;
    padding:40px;
    max-width:820px;
    margin:0 auto;
    box-shadow:0 24px 50px rgba(0,0,0,0.5);
    transition:border-color 0.3s ease, box-shadow 0.3s ease;
    overflow:visible;
}
.hie-industries__visual:hover { border-color:#4d8dff; box-shadow:0 28px 60px rgba(13,71,255,0.22); }
.hie-industries__visual svg { width:100%; height:auto; display:block; }

.hie-industries__lines path { stroke: rgba(77,141,255,0.28); stroke-width: 1.6; fill: none; }
.hie-industries__lines-flow path { stroke: #4d8dff; stroke-width: 2; fill: none; stroke-dasharray: 6 160; animation: hieIndustriesFlow 3s linear infinite; }
@keyframes hieIndustriesFlow { to { stroke-dashoffset: -320; } }

.hie-industries__hub-ring { fill: none; stroke: rgba(77,141,255,0.35); stroke-width: 1.5; animation: hieIndustriesPulseRing 2.4s ease-in-out infinite; }
@keyframes hieIndustriesPulseRing { 0%,100% { opacity: 0.4; } 50% { opacity: 0.9; } }
.hie-industries__hub { fill: #0d1a3d; stroke: #4d8dff; stroke-width: 2; }
.hie-industries__hub-icon { stroke: #ffffff; }
.hie-industries__hub-title { fill: #ffffff; font-size: 20px; font-weight: 700; }
.hie-industries__hub-sub { fill: #9fb8ff; font-size: 11px; font-weight: 600; }

.hie-industries__node-group { cursor:pointer; }
.hie-industries__node { fill: #0a0f1f; stroke-width: 2; transition: transform 0.3s cubic-bezier(.34,1.56,.64,1), filter 0.3s ease; transform-origin: center; transform-box: fill-box; }
.hie-industries__node--blue { stroke: #4d8dff; }
.hie-industries__node--green { stroke: #35d199; }
.hie-industries__node-group:hover .hie-industries__node,
.hie-industries__node-group.hie-industries__node-group--active .hie-industries__node {
    transform: scale(1.14);
    filter: drop-shadow(0 0 12px rgba(77,141,255,0.6));
}
.hie-industries__node-icon { stroke: #ffffff; }
.hie-industries__node-title { fill: #ffffff; font-size: 13px; font-weight: 700;  transform: translateY(10px);}

/* tooltip - positioned exactly above its node */
.hie-industries__tooltip {
    position:absolute;
    width:220px;
    background-color:#0d1220;
    border:1px solid #4d8dff;
    border-radius:12px;
    padding:16px 18px;
    text-align:left;
    z-index:10;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translate(-50%, calc(-100% - 26px)) scale(0.85);
    transition:opacity 0.25s ease, transform 0.25s cubic-bezier(.34,1.56,.64,1), visibility 0.25s;
    box-shadow:0 18px 40px rgba(13,71,255,0.35);
}
.hie-industries__tooltip.hie-industries__tooltip--active {
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translate(-50%, calc(-100% - 16px)) scale(1);
}
.hie-industries__tooltip .hie-industries__icon {
    display:inline-flex; width:32px; height:32px; align-items:center; justify-content:center;
    border-radius:8px; background-color:rgba(13,71,255,0.2); color:#4d8dff; margin-bottom:10px;
}
.hie-industries__tooltip .hie-industries__icon svg { width:16px; height:16px; }
.hie-industries__tooltip-title { font-size:0.95rem; font-weight:700; color:#ffffff; margin-bottom:6px; }
.hie-industries__tooltip-text { font-size:0.8rem; color:#c2c2c2; line-height:1.55; margin-bottom:0; }
.hie-industries__tooltip-arrow {
    position:absolute;
    bottom:-7px;
    left:50%;
    transform:translateX(-50%) rotate(45deg);
    width:14px;
    height:14px;
    background-color:#0d1220;
    border-right:1px solid #4d8dff;
    border-bottom:1px solid #4d8dff;
}

/* Not sure block — separate, below the visual */
.hie-industries__notsure {
    text-align:center;
    margin-top:36px;
    padding:24px;
    border:1px dashed rgba(77,141,255,0.3);
    border-radius:14px;
    max-width:420px;
    margin-left:auto;
    margin-right:auto;
}
.hie-industries__notsure-label { font-size:0.95rem; color:#b9b9b9; margin-bottom:10px; }
.hie-industries__notsure-link { color:#4d8dff; font-weight:700; font-size:1rem; text-decoration:none; transition:color 0.3s ease; cursor: pointer; }
.hie-industries__notsure-link:hover { color:#ffffff; text-decoration:none; }

/* mobile grid - hidden by default (desktop shows diagram instead) */
.hie-industries__mobile-grid { display:none; }

.hie-industries__card {
    background-color:#0a0a0a; border:1px solid rgba(77,141,255,0.18); border-radius:14px; padding:20px;
    margin-bottom:16px; height:calc(100% - 16px); text-align:left;
    transition:border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}
.hie-industries__card:hover { border-color:#4d8dff; background-color:#0d1220; box-shadow:0 14px 32px rgba(13,71,255,0.22); transform:translateY(-5px); }
.hie-industries__icon { display:inline-flex; width:36px; height:36px; align-items:center; justify-content:center; border-radius:10px; background-color:rgba(13,71,255,0.15); color:#4d8dff; margin-bottom:12px; }
.hie-industries__icon svg { width:18px; height:18px; }
.hie-industries__card-title { font-size:0.9rem; font-weight:700; color:#1358f7; margin-bottom:6px; }
.hie-industries__card-text { font-size:0.8rem; color:#fff; line-height:1.55; margin-bottom:0; }
.hie-industries__card--cta { display:flex; flex-direction:column; justify-content:center; border-style:dashed; }
.hie-industries__cta-label { font-size:0.85rem; color:#fff; margin-bottom:10px; }
.hie-industries__cta-link { color:#4d8dff; font-weight:600; font-size:0.9rem; text-decoration:none; }
.hie-industries__cta-link:hover { color:#ffffff; text-decoration:none; }

/* breakpoint swap: below 992px show mobile grid, hide desktop diagram view */
@media (max-width:991px) {
    .hie-industries__desktop-view { display:none; }
    .hie-industries__mobile-grid { display:flex; }
}

@media (max-width:767px){ .hie-industries__title{font-size:1.6rem;} }


/* ============ WHY SISGAIN ============ */
.hie-whysisgain { background-color:#000000; padding:30px 0; }
.hie-whysisgain__title { font-size:2rem; font-weight:700; line-height:1.2; margin-bottom:18px; background:linear-gradient(100deg,#ffffff 0%,#4d8dff 35%,#ffffff 60%,#0d47ff 80%,#ffffff 100%); background-size:260% auto; -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; animation:hieWhyGradient 8s linear infinite; }
@keyframes hieWhyGradient { 0%{background-position:0% 50%;} 100%{background-position:200% 50%;} }
.hie-whysisgain__text { font-size:0.98rem; color:#fff; line-height:1.75; margin-bottom:16px; }
.hie-whysisgain__cta { display:inline-flex; align-items:center; gap:10px; margin-top:10px; background-color:#0d47ff; color:#ffffff; font-weight:600; font-size:0.95rem; padding:14px 26px; border:1px solid #0d47ff; border-radius:8px; text-decoration:none; cursor:pointer; box-shadow:0 6px 18px rgba(13,71,255,0.25); transition:background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease; }
.hie-whysisgain__cta:hover { background-color:#000000; border-color:#4d8dff; box-shadow:0 10px 26px rgba(13,71,255,0.4); transform:translateY(-3px); color:#ffffff; text-decoration:none; }
.hie-whysisgain__cta-icon { width:16px; height:16px; transition:transform 0.3s ease; }
.hie-whysisgain__cta:hover .hie-whysisgain__cta-icon { transform:translateX(4px); }
@media (max-width: 767.98px) {
    .hie-whysisgain__cta{
        display:flex;
        width:max-content;
        margin:10px auto 0;
    }
}
.hie-whysisgain__image-wrap {
    position:relative;
    border-radius:20px;
    overflow:hidden;
    border:1px solid rgba(77,141,255,0.25);
    box-shadow:0 24px 50px rgba(0,0,0,0.5);
    transition:border-color 0.3s ease, box-shadow 0.3s ease;
}
.hie-whysisgain__image-wrap:hover {
    border-color:#4d8dff;
    box-shadow:0 28px 60px rgba(13,71,255,0.22);
}
.hie-whysisgain__image {
    width:100%;
    height:100%;
    min-height:420px;
    object-fit:cover;
    display:block;
    filter:saturate(0.9) brightness(0.85);
    transition:transform 0.6s ease, filter 0.4s ease;
}
.hie-whysisgain__image-wrap:hover .hie-whysisgain__image {
    transform:scale(1.05);
    filter:saturate(1) brightness(0.95);
}
.hie-whysisgain__image-wrap::after {
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.75) 100%),
               linear-gradient(90deg, rgba(13,71,255,0.15), transparent 50%);
    pointer-events:none;
}
.hie-whysisgain__image-badge {
    position:absolute;
    left:20px;
    bottom:20px;
    z-index:1;
    display:inline-flex;
    align-items:center;
    gap:8px;
    background-color:rgba(10,10,10,0.75);
    border:1px solid rgba(77,141,255,0.4);
    border-radius:999px;
    padding:8px 16px;
    font-size:0.8rem;
    font-weight:600;
    color:#ffffff;
    backdrop-filter:blur(6px);
}
.hie-whysisgain__image-badge-dot {
    width:8px;
    height:8px;
    border-radius:50%;
    background-color:#4d8dff;
    box-shadow:0 0 0 4px rgba(77,141,255,0.2);
}

@media (max-width:991px){ .hie-whysisgain__image-wrap{margin-top:30px;} }
@media (max-width:767px){ .hie-whysisgain__title{font-size:1.6rem;} .hie-whysisgain__image{min-height:280px;} }

/* ============ IMPLEMENTATION PROCESS ============ */
.hie-process { background-color:#050505; padding:30px 0; }
.hie-process__head { margin-bottom:20px; }
.hie-process__title { font-size:2rem; font-weight:700; line-height:1.2; background:linear-gradient(100deg,#ffffff 0%,#4d8dff 35%,#ffffff 60%,#0d47ff 80%,#ffffff 100%); background-size:260% auto; -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; animation:hieProcessGradient 8s linear infinite; }
@keyframes hieProcessGradient { 0%{background-position:0% 50%;} 100%{background-position:200% 50%;} }
.hie-process__bar { height:3px; background-color:rgba(255,255,255,0.08); border-radius:3px; margin-bottom:28px; overflow:hidden; position:relative; }
.hie-process__bar-fill { position:absolute; inset:0; width:100%; background:linear-gradient(90deg,#0d47ff,#4d8dff,#ffffff); background-size:200% auto; animation:hieProcessBarMove 6s linear infinite; }
@keyframes hieProcessBarMove { 0%{background-position:0% 50%;} 100%{background-position:200% 50%;} }
.hie-process__scroll { display:flex; gap:16px; overflow-x:auto; padding-bottom:12px; }
.hie-process__step { min-width:220px; flex:1 0 220px; background-color:#0a0a0a; border:1px solid rgba(77,141,255,0.18); border-radius:14px; padding:22px; transition:border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, transform 0.3s ease; }
.hie-process__step:hover { border-color:#4d8dff; background-color:#0d1220; box-shadow:0 14px 32px rgba(13,71,255,0.2); transform:translateY(-5px); }
.hie-process__num { display:block; font-size:0.72rem; font-weight:700; color:#4d8dff; letter-spacing:0.05em; margin-bottom:10px; }
.hie-process__step-title { font-size:1rem; font-weight:700; color:#ffffff; margin-bottom:8px; }
.hie-process__step-text { font-size:0.85rem; color:#fff; line-height:1.6; margin-bottom:0; }
.hie-process__cta { display:inline-flex; align-items:center; gap:10px; margin-top:24px; background-color:#0d47ff; color:#ffffff; font-weight:600; font-size:0.95rem; padding:14px 26px; border:1px solid #0d47ff; border-radius:8px; text-decoration:none; cursor:pointer; box-shadow:0 6px 18px rgba(13,71,255,0.25); transition:background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease; }
.hie-process__cta:hover { background-color:#000000; border-color:#4d8dff; box-shadow:0 10px 26px rgba(13,71,255,0.4); transform:translateY(-3px); color:#ffffff; text-decoration:none; }
.hie-process__cta-icon { width:16px; height:16px; transition:transform 0.3s ease; }
.hie-process__cta:hover .hie-process__cta-icon { transform:translateX(4px); }
@media (max-width:767px){ .hie-process__title{font-size:1.6rem;} }
@media (max-width: 767.98px) {
    .hie-process__cta {
        display: flex;
        width: max-content;
        margin: 24px auto 0;
    }
}


/* ============ TECHNOLOGY STACK ============ */
.hie-techstack { background-color:#050505; padding:30px 0; }
.hie-techstack__head { margin-bottom:24px; }
.hie-techstack__title { font-size:2rem; font-weight:700; line-height:1.2; background:linear-gradient(100deg,#ffffff 0%,#4d8dff 35%,#ffffff 60%,#0d47ff 80%,#ffffff 100%); background-size:260% auto; -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; animation:hieTechGradient 8s linear infinite; }
@keyframes hieTechGradient { 0%{background-position:0% 50%;} 100%{background-position:200% 50%;} }
.hie-techstack__table-wrap { overflow-x:auto; border:1px solid rgba(77,141,255,0.2); border-radius:12px; }
.hie-techstack__table { width:100%; min-width:560px; border-collapse:collapse; font-size:0.9rem; }
.hie-techstack__table thead th { background-color:#0d47ff; color:#ffffff; font-weight:700; padding:14px 18px; text-align:left; }
.hie-techstack__table tbody th, .hie-techstack__table tbody td { padding:14px 18px; color:#fff; border-bottom:1px solid rgba(255,255,255,0.08); }
.hie-techstack__table tbody th { color:#ffffff; font-weight:600; background-color:#0a0a0a; white-space:nowrap; }
.hie-techstack__table tbody tr:last-child th, .hie-techstack__table tbody tr:last-child td { border-bottom:none; }
.hie-techstack__table tbody tr { transition:background-color 0.3s ease; }
.hie-techstack__table tbody tr:hover { background-color:rgba(13,71,255,0.08); }
@media (max-width:767px){ .hie-techstack__title{font-size:1.6rem;} }

/* ============ COMPARISON TABLE ============ */
.hie-comparison { background-color:#000000; padding:30px 0; }
.hie-comparison__head { margin-bottom:24px; }
.hie-comparison__title { font-size:2rem; font-weight:700; line-height:1.2; background:linear-gradient(100deg,#ffffff 0%,#4d8dff 35%,#ffffff 60%,#0d47ff 80%,#ffffff 100%); background-size:260% auto; -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; animation:hieComparisonGradient 8s linear infinite; }
@keyframes hieComparisonGradient { 0%{background-position:0% 50%;} 100%{background-position:200% 50%;} }
.hie-comparison__table-wrap { overflow-x:auto; border:1px solid rgba(77,141,255,0.2); border-radius:12px; }
.hie-comparison__table { width:100%; min-width:700px; border-collapse:collapse; font-size:0.9rem; }
.hie-comparison__table thead th { background-color:#0d47ff; color:#ffffff; font-weight:700; padding:14px 18px; text-align:left; }
.hie-comparison__table tbody th, .hie-comparison__table tbody td { padding:14px 18px; border-bottom:1px solid rgba(255,255,255,0.08); }
.hie-comparison__table tbody th { color:#ffffff; font-weight:600; background-color:#0a0a0a; }
.hie-comparison__table tbody tr:last-child th, .hie-comparison__table tbody tr:last-child td { border-bottom:none; }
.hie-comparison__trad { color:#8a8a8a; }
.hie-comparison__sisgain { color:#4d8dff; font-weight:600; }
.hie-comparison__check { width:14px; height:14px; margin-right:8px; vertical-align:middle; }
.hie-comparison__table tbody tr { transition:background-color 0.3s ease; }
.hie-comparison__table tbody tr:hover { background-color:rgba(13,71,255,0.08); }
@media (max-width:767px){ .hie-comparison__title{font-size:1.6rem;} }

/* ============ PRICING APPROACH ============ */
.hie-pricing { background-color:#050505; padding:30px 0; }
.hie-pricing__card { background-color:#0a0a0a; border:1px solid rgba(77,141,255,0.2); border-radius:16px; padding:32px; max-width:960px; transition:border-color 0.3s ease, box-shadow 0.3s ease; margin: auto; overflow:hidden; }
.hie-pricing__card:hover { border-color:#4d8dff; box-shadow:0 16px 36px rgba(13,71,255,0.2); }
.hie-pricing__title { font-size:1.6rem; font-weight:700; line-height:1.25; margin-bottom:16px; background:linear-gradient(100deg,#ffffff 0%,#4d8dff 35%,#ffffff 60%,#0d47ff 80%,#ffffff 100%); background-size:260% auto; -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; animation:hiePricingGradient 8s linear infinite; }
@keyframes hiePricingGradient { 0%{background-position:0% 50%;} 100%{background-position:200% 50%;} }
.hie-pricing__text { font-size:0.95rem; color:#fff; line-height:1.75; margin-bottom:14px; }
.hie-pricing__cta { display:inline-flex; align-items:center; gap:10px; margin-top:8px; background-color:#0d47ff; color:#ffffff; font-weight:600; font-size:0.95rem; padding:14px 26px; border:1px solid #0d47ff; border-radius:8px; text-decoration:none; cursor:pointer; box-shadow:0 6px 18px rgba(13,71,255,0.25); transition:background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease; }
.hie-pricing__cta:hover { background-color:#000000; border-color:#4d8dff; box-shadow:0 10px 26px rgba(13,71,255,0.4); transform:translateY(-3px); color:#ffffff; text-decoration:none; }
.hie-pricing__cta-icon { width:16px; height:16px; transition:transform 0.3s ease; }
.hie-pricing__cta:hover .hie-pricing__cta-icon { transform:translateX(4px); }

.hie-pricing__image-wrap {
    position:relative;
    border-radius:14px;
    overflow:hidden;
    border:1px solid rgba(77,141,255,0.25);
    box-shadow:0 16px 36px rgba(0,0,0,0.4);
    transition:border-color 0.3s ease, box-shadow 0.3s ease;
}
.hie-pricing__image-wrap:hover {
    border-color:#4d8dff;
    box-shadow:0 20px 44px rgba(13,71,255,0.25);
}
.hie-pricing__image {
    width:100%;
    height:100%;
    min-height:280px;
    object-fit:cover;
    display:block;
    filter:saturate(0.9) brightness(0.9);
    transition:transform 0.6s ease, filter 0.4s ease;
}
.hie-pricing__image-wrap:hover .hie-pricing__image {
    transform:scale(1.05);
    filter:saturate(1) brightness(1);
}

@media (max-width:991px) {
    .hie-pricing__image-wrap { margin-top:28px; }
}
@media (max-width:767px){
    .hie-pricing__title{font-size:1.35rem;}
    .hie-pricing__card{padding:24px;}
    .hie-pricing__image { min-height:200px; }
}
/* ============ BUSINESS PROBLEMS (card expand + hover) ============ */
.hie-problems { background-color:#000000; padding:30px 0; }
.hie-problems__head { max-width:720px; margin-bottom:36px; }
.hie-problems__title { font-size:2rem; font-weight:700; line-height:1.2; margin-bottom:14px; background:linear-gradient(100deg,#ffffff 0%,#4d8dff 35%,#ffffff 60%,#0d47ff 80%,#ffffff 100%); background-size:260% auto; -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; animation:hieProblemsGradient 8s linear infinite; }
@keyframes hieProblemsGradient { 0%{background-position:0% 50%;} 100%{background-position:200% 50%;} }
.hie-problems__desc { font-size:1rem; color:#fff; line-height:1.7; }
.hie-problems__row {
    align-items: flex-start;
    justify-content: center;}
.hie-problems__card {
    background-color:#0a0a0a;
    border:1px solid rgba(77,141,255,0.18);
    border-radius:14px;
    padding:26px;
    margin-bottom:24px;
    height:calc(100% - 24px);
    cursor:pointer;
    opacity:0;
    transform:translateY(20px);
    transition:border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease, background-color 0.35s ease;
}
.hie-problems__card.hie-problems__card--visible { animation:hieProblemsFadeUp 0.7s ease forwards; }
@keyframes hieProblemsFadeUp { to{opacity:1; transform:translateY(0);} }

.hie-problems__card:hover,
.hie-problems__card.hie-problems__card--open {
    border-color:#4d8dff;
    background-color:#0d1220;
    box-shadow:0 18px 40px rgba(13,71,255,0.22);
}

.hie-problems__card-title {
    font-size:1.05rem;
    font-weight:700;
    color:#ffffff;
    margin-bottom:0;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:12px;
}

.hie-problems__toggle-icon {
    width:16px;
    height:16px;
    color:#4d8dff;
    flex-shrink:0;
    margin-top:2px;
    transition:transform 0.3s ease;
}
.hie-problems__card:hover .hie-problems__toggle-icon,
.hie-problems__card.hie-problems__card--open .hie-problems__toggle-icon {
    transform:rotate(180deg);
}

.hie-problems__card-content {
    max-height:0;
    opacity:0;
    overflow:hidden;
    margin-top:0;
    transition:max-height 0.45s ease, opacity 0.35s ease, margin-top 0.35s ease;
}
.hie-problems__card:hover .hie-problems__card-content,
.hie-problems__card.hie-problems__card--open .hie-problems__card-content {
    max-height:500px;
    opacity:1;
    margin-top:14px;
}

.hie-problems__card-text {
    font-size:0.92rem;
    color:#fff;
    line-height:1.7;
    margin-bottom:0;
}

@media (max-width:767px){ .hie-problems__title{font-size:1.6rem;} }


/* ============ HIE SERVICES (TABS) ============ */
.hie-services { background-color:#000000; padding:30px 0; }
.hie-services__head { max-width:720px; margin-bottom:32px; }
.hie-services__title { font-size:2rem; font-weight:700; line-height:1.2; margin-bottom:14px; background:linear-gradient(100deg,#ffffff 0%,#4d8dff 35%,#ffffff 60%,#0d47ff 80%,#ffffff 100%); background-size:260% auto; -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; animation:hieServicesGradient 8s linear infinite; }
@keyframes hieServicesGradient { 0%{background-position:0% 50%;} 100%{background-position:200% 50%;} }
.hie-services__desc { font-size:1rem; color:#fff; line-height:1.7; }

.hie-services__tabs {
    display:flex;
    flex-wrap:nowrap;
    overflow-x:auto;
    gap:10px;
    padding-bottom:16px;
    margin-bottom:28px;
    border-bottom:1px solid rgba(255,255,255,0.1);
    scrollbar-width: thin;
    scrollbar-color: #4d8dff transparent;
}

/* Custom animated scrollbar - Webkit browsers (Chrome, Edge, Safari) */
.hie-services__tabs::-webkit-scrollbar {
    height: 5px;
}
.hie-services__tabs::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 999px;
}
.hie-services__tabs::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: linear-gradient(90deg, #0d47ff, #4d8dff, #0d47ff);
    background-size: 200% auto;
    animation: hieTabsScrollbarGlow 3s linear infinite;
}
.hie-services__tabs::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, #4d8dff, #ffffff, #4d8dff);
    background-size: 200% auto;
}

@keyframes hieTabsScrollbarGlow {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

.hie-services__tab {
    flex:0 0 auto;
    background-color:#0a0a0a;
    color:#fff;
    font-size:0.85rem;
    font-weight:600;
    border:1px solid rgba(77,141,255,0.18);
    border-radius:999px;
    padding:10px 18px;
    cursor:pointer;
    white-space:nowrap;
    transition:background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.hie-services__tab:hover {
    border-color:#4d8dff;
    color:#ffffff;
    transform:translateY(-2px);
}
.hie-services__tab--active {
    background-color:#0d47ff;
    border-color:#0d47ff;
    color:#ffffff;
}

.hie-services__tab {
    flex:0 0 auto;
    background-color:#0a0a0a;
    color:#fff;
    font-size:0.85rem;
    font-weight:600;
    border:1px solid rgba(77,141,255,0.18);
    border-radius:999px;
    padding:10px 18px;
    cursor:pointer;
    white-space:nowrap;
    transition:background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.hie-services__tab:hover {
    border-color:#4d8dff;
    color:#ffffff;
    transform:translateY(-2px);
}
.hie-services__tab--active {
    background-color:#0d47ff;
    border-color:#0d47ff;
    color:#ffffff;
}

.hie-services__panels {
    position:relative;
    min-height:220px;
}

.hie-services__panel {
    display:none;
    text-align:center;
    max-width:680px;
    margin:0 auto;
    opacity:0;
    transform:translateY(10px);
    animation:hieServicesPanelIn 0.4s ease forwards;
}
.hie-services__panel--active { display:block; }

@keyframes hieServicesPanelIn {
    to { opacity:1; transform:translateY(0); }
}

.hie-services__icon {
    display:inline-flex;
    width:52px;
    height:52px;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    background-color:rgba(13,71,255,0.15);
    color:#4d8dff;
    margin-bottom:20px;
    transition:transform 0.35s ease, background-color 0.35s ease;
}
.hie-services__icon svg { width:26px; height:26px; }

.hie-services__panel-title {
    font-size:1.3rem;
    font-weight:700;
    color:#ffffff;
    margin-bottom:14px;
}

.hie-services__panel-text {
    font-size:0.98rem;
    color:#fff;
    line-height:1.75;
    margin-bottom:0;
}

.hie-services__cta-wrap {
    text-align:center;
    margin-top:36px;
}

.hie-services__cta {
    display:inline-flex;
    align-items:center;
    gap:10px;
    background-color:#0d47ff;
    color:#ffffff;
    font-weight:600;
    font-size:0.95rem;
    padding:14px 26px;
    border:1px solid #0d47ff;
    border-radius:8px;
    text-decoration:none;
    cursor:pointer;
    box-shadow:0 6px 18px rgba(13,71,255,0.25);
    transition:background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.hie-services__cta:hover {
    background-color:#000000;
    border-color:#4d8dff;
    box-shadow:0 10px 26px rgba(13,71,255,0.4);
    transform:translateY(-3px);
    color:#ffffff;
    text-decoration:none;
}
.hie-services__cta-icon { width:16px; height:16px; transition:transform 0.3s ease; }
.hie-services__cta:hover .hie-services__cta-icon { transform:translateX(4px); }

@media (max-width:767px){
    .hie-services__title{font-size:1.6rem;}
    .hie-services__panel-title{font-size:1.1rem;}
}


/* ============ IMPLEMENTATION PROCESS — grab cursor ============ */
.hie-process__scroll {
    cursor:grab;
    user-select:none;
}
.hie-process__scroll.hie-process__scroll--dragging {
    cursor:grabbing;
}


/* ============ FAQS (FIXED ACCORDION) ============ */
.hie-faq { background-color:#000000; padding:30px 0; }
.hie-faq__head { margin-bottom:20px; }
.hie-faq__title { font-size:2rem; font-weight:700; line-height:1.2; background:linear-gradient(100deg,#ffffff 0%,#4d8dff 35%,#ffffff 60%,#0d47ff 80%,#ffffff 100%); background-size:260% auto; -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; animation:hieFaqGradient 8s linear infinite; }
@keyframes hieFaqGradient { 0%{background-position:0% 50%;} 100%{background-position:200% 50%;} }

.hie-faq__search-wrap { display:flex; align-items:center; gap:10px; background-color:#0a0a0a; border:1px solid rgba(77,141,255,0.25); border-radius:10px; padding:12px 16px; margin-bottom:22px; max-width:420px; transition:border-color 0.3s ease; }
.hie-faq__search-wrap:focus-within { border-color:#4d8dff; }
.hie-faq__search-icon { width:18px; height:18px; color:#4d8dff; flex-shrink:0; }
.hie-faq__search-input { border:none; background:transparent; outline:none; font-size:0.92rem; width:100%; color:#ffffff; }
.hie-faq__search-input::placeholder { color:#7d7d7d; }

.hie-faq__item { border-bottom:1px solid rgba(255,255,255,0.1); }
.hie-faq__item:first-child { border-top:1px solid rgba(255,255,255,0.1); }
.hie-faq__item--hidden { display:none; }

.hie-faq__question {
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    background:transparent;
    border:none;
    padding:18px 4px;
    text-align:left;
    cursor:pointer;
    transition:color 0.3s ease;
}
.hie-faq__question:hover .hie-faq__question-text { color:#4d8dff; }
.hie-faq__question-text { font-size:1rem; font-weight:600; color:#ffffff; margin-bottom:0; transition:color 0.3s ease; }

.hie-faq__chev { width:16px; height:16px; color:#4d8dff; flex-shrink:0; transition:transform 0.3s ease; }
.hie-faq__question[aria-expanded="true"] .hie-faq__chev { transform:rotate(180deg); }

.hie-faq__answer-wrap {
    max-height:0;
    overflow:hidden;
    padding:0 4px;
    transition:max-height 0.4s ease;
}
.hie-faq__answer-wrap.hie-faq__answer-wrap--open {
    max-height:600px;
}

.hie-faq__answer { font-size:0.9rem; color:#fff; line-height:1.7; padding-bottom:18px; margin-bottom:0; }

.hie-faq__empty { display:none; color:#7d7d7d; font-size:0.9rem; padding:20px 4px; margin-bottom:0; }
.hie-faq__empty--visible { display:block; }

@media (max-width:767px){ .hie-faq__title{font-size:1.6rem;} .hie-faq__question-text{font-size:0.92rem;} }

/* ============ RELATED SERVICES ============ */
.hie-related { background-color:#050505; padding:30px 0; }
.hie-related__head { margin-bottom:24px; }
.hie-related__title { font-size:2rem; font-weight:700; line-height:1.2; background:linear-gradient(100deg,#ffffff 0%,#4d8dff 35%,#ffffff 60%,#0d47ff 80%,#ffffff 100%); background-size:260% auto; -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; animation:hieRelatedGradient 8s linear infinite; }
@keyframes hieRelatedGradient { 0%{background-position:0% 50%;} 100%{background-position:200% 50%;} }
.hie-related__card { display:flex; flex-direction:column; align-items:flex-start; gap:12px; background-color:#0a0a0a; border:1px solid rgba(77,141,255,0.18); border-radius:12px; padding:20px; margin-bottom:20px; height:calc(100% - 20px); text-decoration:none; transition:border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, transform 0.3s ease; }
.hie-related__card:hover { border-color:#4d8dff; background-color:#0d1220; box-shadow:0 14px 32px rgba(13,71,255,0.22); transform:translateY(-5px); text-decoration:none; }
.hie-related__icon { width:26px; height:26px; color:#4d8dff; transition:transform 0.35s ease; }
.hie-related__card:hover .hie-related__icon { transform:rotate(8deg) scale(1.1); }
.hie-related__label { font-size:0.9rem; font-weight:600; color:#ffffff; }
@media (max-width:767px){ .hie-related__title{font-size:1.6rem;} }

/* ============ FINAL CTA ============ */
.hie-ctafinal { background-color:#000000; padding:30px 0; }
.hie-ctafinal__panel { background-color:#050505; border:1px solid rgba(77,141,255,0.25); border-radius:24px; padding:56px 40px; text-align:center; position:relative; overflow:hidden; }
.hie-ctafinal__panel::before { content:""; position:absolute; inset:0; background:radial-gradient(700px 360px at 50% 0%, rgba(13,71,255,0.22), transparent 60%); animation:hieCtaGlow 6s ease-in-out infinite; }
@keyframes hieCtaGlow { 0%,100%{opacity:0.7;} 50%{opacity:1;} }
.hie-ctafinal__title { position:relative; z-index:1; font-size:2.1rem; font-weight:700; line-height:1.25; max-width:760px; margin:0 auto 18px; background:linear-gradient(100deg,#ffffff 0%,#4d8dff 35%,#ffffff 60%,#0d47ff 80%,#ffffff 100%); background-size:260% auto; -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; animation:hieCtaGradient 8s linear infinite; }
@keyframes hieCtaGradient { 0%{background-position:0% 50%;} 100%{background-position:200% 50%;} }
.hie-ctafinal__text { position:relative; z-index:1; font-size:1rem; color:#fff; line-height:1.75; max-width:640px; margin:0 auto 32px; }
.hie-ctafinal__buttons { position:relative; z-index:1; display:flex; flex-wrap:wrap; justify-content:center; gap:14px; }
.hie-ctafinal__btn { display:inline-flex; align-items:center; gap:10px; font-weight:600; font-size:0.95rem; padding:14px 24px; border-radius:8px; text-decoration:none; cursor:pointer; transition:background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease; }
.hie-ctafinal__btn--primary { background-color:#0d47ff; color:#ffffff; border:1px solid #0d47ff; box-shadow:0 6px 18px rgba(13,71,255,0.3); }
.hie-ctafinal__btn--primary:hover { background-color:#ffffff; color:#050505; border-color:#ffffff; box-shadow:0 10px 26px rgba(255,255,255,0.2); transform:translateY(-3px); text-decoration:none; }
.hie-ctafinal__btn--ghost { background-color:transparent; color:#ffffff; border:1px solid rgba(255,255,255,0.3); }
.hie-ctafinal__btn--ghost:hover { background-color:rgba(255,255,255,0.08); border-color:#4d8dff; transform:translateY(-3px); color:#ffffff; text-decoration:none; }
.hie-ctafinal__btn-icon { width:16px; height:16px; transition:transform 0.3s ease; }
.hie-ctafinal__btn:hover .hie-ctafinal__btn-icon { transform:translateX(4px); }
@media (max-width:767px){ .hie-ctafinal__panel{padding:40px 24px;} .hie-ctafinal__title{font-size:1.6rem;} }
