    .alfa-brand-word {
      color: #F7941D;
      font-weight: 900;
    }

    .page-hrms-banner-experiment .hp-data-flow {
      position: relative;
      margin: 14px 0 4px;
      padding: 13px 12px 10px;
      border-radius: 18px;
      background:
        radial-gradient(circle at 14% 30%, rgba(255, 179, 26, .16), transparent 28%),
        linear-gradient(135deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .045));
      border: 1px solid rgba(255, 255, 255, .16);
      overflow: hidden;
    }

    .page-hrms-banner-experiment .hp-data-flow::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(105deg, transparent 0 36%, rgba(255, 255, 255, .09) 48%, transparent 60%);
      opacity: .5;
      animation: hpFlowShine 10s linear infinite;
      pointer-events: none;
    }

    .page-hrms-banner-experiment .hp-flow-steps {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 8px;
      align-items: start;
    }

    .page-hrms-banner-experiment .hp-flow-step {
      text-align: center;
      color: rgba(255, 255, 255, .82);
      opacity: .66;
      transform: translateY(3px);
      animation: hpFlowStep 8s ease-in-out infinite;
    }

    .page-hrms-banner-experiment .hp-flow-step:nth-child(1) { animation-delay: .25s; }
    .page-hrms-banner-experiment .hp-flow-step:nth-child(2) { animation-delay: 1.15s; }
    .page-hrms-banner-experiment .hp-flow-step:nth-child(3) { animation-delay: 2.05s; }
    .page-hrms-banner-experiment .hp-flow-step:nth-child(4) { animation-delay: 2.95s; }
    .page-hrms-banner-experiment .hp-flow-step:nth-child(5) { animation-delay: 3.85s; }

    .page-hrms-banner-experiment .hp-flow-icon {
      position: relative;
      width: 34px;
      height: 34px;
      margin: 0 auto 5px;
      border-radius: 13px;
      display: grid;
      place-items: center;
      color: #003b7a;
      background: rgba(255, 255, 255, .94);
      box-shadow: 0 8px 16px rgba(0, 20, 50, .18);
      animation: hpFlowIcon 8s ease-in-out infinite;
    }

    .page-hrms-banner-experiment .hp-flow-icon::after {
      content: "";
      position: absolute;
      inset: -7px;
      border-radius: 18px;
      background: radial-gradient(circle, rgba(255, 179, 26, .30), transparent 68%);
      opacity: 0;
      transform: scale(.72);
      z-index: -1;
      animation: hpFlowGlow 8s ease-in-out infinite;
    }

    .page-hrms-banner-experiment .hp-flow-step:nth-child(odd) .hp-flow-icon {
      color: #3a2500;
      background: linear-gradient(145deg, #ffe083, #ffb31a);
    }

    .page-hrms-banner-experiment .hp-flow-step:nth-child(1) .hp-flow-icon { animation-delay: .25s; }
    .page-hrms-banner-experiment .hp-flow-step:nth-child(2) .hp-flow-icon { animation-delay: 1.15s; }
    .page-hrms-banner-experiment .hp-flow-step:nth-child(3) .hp-flow-icon { animation-delay: 2.05s; }
    .page-hrms-banner-experiment .hp-flow-step:nth-child(4) .hp-flow-icon { animation-delay: 2.95s; }
    .page-hrms-banner-experiment .hp-flow-step:nth-child(5) .hp-flow-icon { animation-delay: 3.85s; }
    .page-hrms-banner-experiment .hp-flow-step:nth-child(1) .hp-flow-icon::after { animation-delay: .25s; }
    .page-hrms-banner-experiment .hp-flow-step:nth-child(2) .hp-flow-icon::after { animation-delay: 1.15s; }
    .page-hrms-banner-experiment .hp-flow-step:nth-child(3) .hp-flow-icon::after { animation-delay: 2.05s; }
    .page-hrms-banner-experiment .hp-flow-step:nth-child(4) .hp-flow-icon::after { animation-delay: 2.95s; }
    .page-hrms-banner-experiment .hp-flow-step:nth-child(5) .hp-flow-icon::after { animation-delay: 3.85s; }

    .page-hrms-banner-experiment .hp-flow-step span {
      display: block;
      font-size: .73rem;
      font-weight: 800;
      line-height: 1.2;
      white-space: nowrap;
    }

    @keyframes hpFlowShine {
      0% { transform: translateX(35%); }
      100% { transform: translateX(-35%); }
    }

    @keyframes hpFlowStep {
      0%, 18%, 72%, 100% { opacity: .58; transform: translateY(3px); }
      28%, 48% { opacity: 1; transform: translateY(0); }
    }

    @keyframes hpFlowIcon {
      0%, 18%, 72%, 100% { transform: translateY(0) scale(1); }
      28%, 48% { transform: translateY(-3px) scale(1.05); box-shadow: 0 12px 22px rgba(0, 20, 50, .24), 0 0 18px rgba(255, 179, 26, .24); }
    }

    @keyframes hpFlowGlow {
      0%, 18%, 72%, 100% { opacity: 0; transform: scale(.72); }
      28%, 48% { opacity: 1; transform: scale(1); }
    }

    @media (max-width: 575px) {
      .page-hrms-banner-experiment .hp-data-flow {
        padding: 12px 10px;
      }

      .page-hrms-banner-experiment .hp-flow-steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .page-hrms-banner-experiment .hp-flow-step,
      .page-hrms-banner-experiment .hp-flow-icon {
        animation: none;
        opacity: 1;
      }
    }

    /* Desktop visual rhythm refinement for this test file only. */
    @media (min-width: 992px) {
      .page-hrms-banner-experiment .hero {
        padding-top: clamp(62px, 7.2vw, 96px);
        padding-bottom: clamp(66px, 7.8vw, 104px);
      }

      .page-hrms-banner-experiment .hero-visual {
        min-height: 390px;
      }

      .page-hrms-banner-experiment .hero-panel {
        max-width: 440px;
        padding: 20px;
      }

      .page-hrms-banner-experiment .hp-data-flow {
        margin: 12px 0 3px;
        padding: 11px 11px 9px;
      }

      .page-hrms-banner-experiment .hp-flow-icon {
        width: 32px;
        height: 32px;
        margin-bottom: 4px;
      }

      .page-hrms-banner-experiment .alfa-help-section {
        padding: 72px 0;
      }

      .page-hrms-banner-experiment .alfa-help-header {
        margin-bottom: 32px;
      }

      .page-hrms-banner-experiment .alfa-help-header h2 {
        font-size: clamp(1.9rem, 3.2vw, 2.55rem);
      }

      .page-hrms-banner-experiment .alfa-help-grid {
        gap: 18px;
      }

      .page-hrms-banner-experiment .alfa-help-card {
        min-height: 218px;
        padding: 24px 24px;
        border-radius: 22px;
      }

      .page-hrms-banner-experiment .alfa-help-icon {
        width: 56px;
        height: 56px;
        margin-bottom: 18px;
      }

      .page-hrms-banner-experiment .alfa-help-card p {
        line-height: 1.7;
      }

      .page-hrms-banner-experiment .alfa-help-note {
        margin-top: 24px;
        padding: 24px;
      }

      .page-hrms-banner-experiment .suite-map-section {
        padding: 54px 0 74px;
      }

      .page-hrms-banner-experiment .suite-map-card {
        min-height: 208px;
        padding: 24px;
      }

      .page-hrms-banner-experiment .suite-map-card-ess {
        min-height: 226px;
        padding: 26px 30px;
      }

      .page-hrms-banner-experiment .suite-map-card p {
        line-height: 1.68;
        min-height: 74px;
      }

      .page-hrms-banner-experiment .suite-map-points {
        margin: 14px 0 18px;
      }

      .page-hrms-banner-experiment .time-deep-section {
        padding: 58px 0 82px;
      }

      .page-hrms-banner-experiment .time-deep-layout {
        gap: 22px;
      }

      .page-hrms-banner-experiment .time-deep-panel {
        padding: 30px;
      }

      .page-hrms-banner-experiment .time-deep-cards {
        gap: 16px;
      }

      .page-hrms-banner-experiment .time-deep-card {
        padding: 22px;
      }

      .page-hrms-banner-experiment .faq-section.sec {
        padding-top: 66px;
        padding-bottom: 88px;
      }
    }

    /* 2026-07-08 12:04 | Improved section: HRMS proof points */
    .page-hrms7 .hero-proof,
    .page-hrms7 .suite-proof-strip {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 22px;
    }

    .page-hrms7 .hero-proof span,
    .page-hrms7 .suite-proof-strip span {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 8px 12px;
      border-radius: 999px;
      font-size: .88rem;
      font-weight: 800;
      background: rgba(255, 255, 255, .12);
      color: rgba(255, 255, 255, .92);
      border: 1px solid rgba(255, 255, 255, .18);
    }

    .page-hrms7 .suite-proof-strip {
      justify-content: center;
      margin: 26px 0 0;
    }

    .page-hrms7 .suite-proof-strip span {
      background: rgba(0, 59, 122, .07);
      color: #003b7a;
      border-color: rgba(0, 59, 122, .12);
    }

    .page-hrms7 .time-deep-section:nth-of-type(even) .time-deep-layout {
      direction: ltr;
    }

    .page-hrms7 .time-deep-section:nth-of-type(even) .time-deep-layout > * {
      direction: rtl;
    }

    .page-hrms7 .time-deep-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 12px;
      color: #FFD36A;
      font-weight: 900;
      background: rgba(255, 255, 255, .10);
      border: 1px solid rgba(255, 211, 106, .35);
      padding: 6px 12px;
      border-radius: 999px;
    }

    .page-hrms7 .time-deep-panel.payroll-accent {
      background: linear-gradient(145deg, rgba(0, 59, 122, .98), rgba(0, 106, 179, .92));
      color: #fff;
    }

    .page-hrms7 .time-deep-panel.payroll-accent h3,
    .page-hrms7 .time-deep-panel.payroll-accent p,
    .page-hrms7 .time-deep-panel.payroll-accent li {
      color: #fff;
    }

    /* 2026-07-08 12:46 | Premium programs index redesign for alfa-hrms9 */
    .page-hrms9 .suite-map-section {
      padding: 54px 0 62px;
      background:
        radial-gradient(circle at 18% 14%, rgba(255, 179, 26, .10), transparent 28%),
        linear-gradient(180deg, rgba(0, 59, 122, .035), rgba(255, 255, 255, 0));
    }

    .page-hrms9 .suite-map-section .section-head {
      margin-bottom: 28px;
    }

    .page-hrms9 .suite-map-section .section-head h2 {
      margin-bottom: 0;
      letter-spacing: 0;
    }

    .page-hrms9 .software-index-shell {
      padding: clamp(24px, 3vw, 34px);
      border-radius: 34px;
      background: rgba(255, 255, 255, .94);
      border: 1px solid rgba(0, 59, 122, .08);
      box-shadow: 0 24px 70px rgba(0, 38, 83, .10);
    }

    .page-hrms9 .software-index-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      align-items: stretch;
      gap: 0;
    }

    .page-hrms9 .software-index-item {
      position: relative;
      display: flex;
      min-height: 156px;
      padding: 14px 14px 18px;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      text-decoration: none;
      color: #003b7a;
      border-radius: 24px;
      transition: transform .24s ease, background .24s ease, box-shadow .24s ease;
    }

    .page-hrms9 .software-index-item + .software-index-item::before {
      content: "";
      position: absolute;
      inset-inline-start: 0;
      top: 22%;
      width: 1px;
      height: 56%;
      background: linear-gradient(180deg, transparent, rgba(0, 59, 122, .12), transparent);
    }

    .page-hrms9 .software-index-item:hover {
      transform: translateY(-4px);
      background: linear-gradient(180deg, rgba(0, 59, 122, .035), rgba(255, 179, 26, .055));
      box-shadow: 0 18px 38px rgba(0, 50, 110, .10);
    }

    .page-hrms9 .software-index-icon {
      width: 62px;
      height: 62px;
      margin-bottom: 14px;
      display: grid;
      place-items: center;
      border-radius: 22px;
      color: #003b7a;
      font-size: 1.65rem;
      background:
        radial-gradient(circle at 30% 22%, rgba(255, 255, 255, .72), transparent 36%),
        linear-gradient(145deg, #ffe083, #ffb31a);
      box-shadow: 0 14px 30px rgba(255, 179, 26, .24);
      transition: transform .24s ease, box-shadow .24s ease;
    }

    .page-hrms9 .software-index-item:hover .software-index-icon {
      transform: scale(1.08);
      box-shadow: 0 18px 38px rgba(255, 179, 26, .32), 0 0 22px rgba(255, 179, 26, .20);
    }

    .page-hrms9 .software-index-name {
      position: relative;
      display: inline-block;
      padding-bottom: 10px;
      font-weight: 900;
      font-size: 1.05rem;
      color: #003b7a;
      white-space: nowrap;
    }

    .page-hrms9 .software-index-name::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 34px;
      height: 3px;
      border-radius: 999px;
      transform: translateX(-50%);
      background: linear-gradient(90deg, #003b7a, #ffb31a);
    }

    .page-hrms9 .software-index-note {
      margin-top: 9px;
      font-size: .88rem;
      line-height: 1.55;
      font-weight: 700;
      color: #667789;
    }

    .page-hrms9 .software-index-arrow {
      margin-top: 20px;
      text-align: center;
      color: #003b7a;
      font-size: 1.75rem;
      line-height: 1;
      opacity: .7;
    }

    .page-hrms9 .problem-guide-section {
      background: #f7f9fc;
    }

    .page-hrms9 .problem-guide-section .software-index-shell {
      background: #fff;
      border-color: rgba(0, 59, 122, .10);
      box-shadow: 0 18px 46px rgba(0, 38, 83, .08);
    }

    .page-hrms9 .problem-guide-section .software-index-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
    }

    .page-hrms9 .problem-guide-section .software-index-item {
      min-height: 292px;
      padding: 20px 16px 16px;
      justify-content: flex-start;
      border: 1px solid rgba(0, 59, 122, .08);
      background: #fff;
    }

    .page-hrms9 .problem-guide-section .software-index-item::before,
    .page-hrms9 .problem-guide-section .software-index-name::after {
      display: none;
    }

    .page-hrms9 .problem-guide-section .software-index-item:hover {
      background: #fff;
      border-color: rgba(247, 148, 29, .35);
      box-shadow: 0 18px 36px rgba(0, 50, 110, .11);
    }

    .page-hrms9 .problem-guide-section .software-index-icon {
      width: 62px;
      height: 62px;
      margin-bottom: 16px;
      border-radius: 22px;
      font-size: 1.55rem;
      color: #F7941D;
      background: rgba(247, 148, 29, .10);
      box-shadow: none;
    }

    .page-hrms9 .problem-guide-section .software-index-name {
      white-space: normal;
      font-size: 1.08rem;
      line-height: 1.45;
      min-height: 64px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .page-hrms9 .problem-guide-section .software-index-name::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 36px;
      height: 3px;
      display: block;
      border-radius: 999px;
      transform: translateX(-50%);
      background: #F7941D;
    }

    .page-hrms9 .problem-guide-section .software-index-note {
      margin-top: 0;
      padding: 0;
      color: #003b7a;
      background: transparent;
      border: 0;
      font-size: .95rem;
      font-weight: 900;
    }

    .page-hrms9 .smart-program-card-benefit {
      min-height: 70px;
      margin: 14px 0 16px;
      color: #52616f;
      font-size: .94rem;
      font-weight: 700;
      line-height: 1.65;
    }

    .page-hrms9 .smart-program-card-footer {
      width: 100%;
      margin-top: auto;
      padding: 12px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 8px;
      border-radius: 16px;
      background: rgba(0, 59, 122, .055);
      border: 1px solid rgba(0, 59, 122, .07);
    }

    .page-hrms9 .smart-program-card-footer .software-index-note {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      color: #003b7a;
      font-size: .95rem;
      font-weight: 900;
    }

    .page-hrms9 .smart-program-arrow {
      color: #F7941D;
      transition: transform .24s ease;
    }

    .page-hrms9 .problem-guide-section .software-index-item:hover .smart-program-arrow {
      transform: translateX(-3px);
    }

    .page-hrms9 .software-index-footer-note {
      width: min(760px, 100%);
      margin: 24px auto 0;
      padding: 13px 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      text-align: center;
      border-radius: 18px;
      color: #003b7a;
      font-weight: 800;
      line-height: 1.7;
      background: rgba(0, 59, 122, .055);
      border: 1px solid rgba(0, 59, 122, .10);
    }

    .page-hrms9 .software-index-footer-note i {
      color: #F7941D;
    }

    .page-hrms9 .global-solutions-section .software-index-grid {
      display: block;
    }

    .page-hrms9 .alfa-program-selector {
      position: relative;
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 12px;
      padding: 8px 0 0;
    }

    .page-hrms9 .alfa-program-card {
      position: relative;
      min-height: 172px;
      padding: 16px 12px;
      border: 1px solid rgba(0, 59, 122, .09);
      border-radius: 20px;
      background: rgba(255, 255, 255, .82);
      color: #003b7a;
      font-family: inherit;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      gap: 10px;
      text-align: center;
      cursor: pointer;
      transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease;
    }

    .page-hrms9 .alfa-program-card:focus-visible {
      outline: 3px solid rgba(247, 148, 29, .45);
      outline-offset: 3px;
      border-color: rgba(0, 59, 122, .40);
    }

    .page-hrms9 .alfa-program-card:hover {
      transform: translateY(-2px);
    }

    .page-hrms9 .alfa-program-card.is-active {
      background: rgba(0, 59, 122, .045);
      border-color: rgba(0, 59, 122, .28);
      box-shadow: 0 12px 26px rgba(0, 50, 110, .08);
    }

    .page-hrms9 .alfa-program-card.is-active::before {
      content: "";
      position: absolute;
      top: 0;
      left: 18px;
      right: 18px;
      height: 3px;
      border-radius: 0 0 999px 999px;
      background: #F7941D;
    }

    .page-hrms9 .alfa-program-icon {
      width: 50px;
      height: 50px;
      display: grid;
      place-items: center;
      border-radius: 16px;
      font-size: 1.25rem;
      color: #003b7a;
      background: rgba(247, 148, 29, .10);
    }

    .page-hrms9 .alfa-program-name {
      color: #003b7a;
      font-size: 1rem;
      font-weight: 900;
      line-height: 1.35;
    }

    .page-hrms9 .alfa-program-summary {
      margin: 0;
      color: #52616f;
      font-size: .9rem;
      font-weight: 700;
      line-height: 1.65;
    }

    .page-hrms9 .smart-solution-display {
      margin-top: 30px;
      display: grid;
      grid-template-columns: minmax(0, 1.02fr) minmax(300px, .98fr);
      gap: 24px;
      align-items: stretch;
      padding: clamp(20px, 3vw, 30px);
      border-radius: 28px;
      background: rgba(255, 255, 255, .96);
      border: 1px solid rgba(0, 59, 122, .09);
      box-shadow: 0 22px 56px rgba(0, 38, 83, .10);
      transition: opacity .32s ease, transform .32s ease;
    }

    .page-hrms9 .smart-solution-display {
      grid-template-areas:
        "visual copy";
    }

    .page-hrms9 .smart-solution-copy {
      grid-area: copy;
    }

    .page-hrms9 .smart-solution-visual {
      grid-area: visual;
    }

    .page-hrms9 .smart-solution-display.is-switching {
      opacity: .28;
      transform: translateY(8px);
    }

    .page-hrms9 .smart-solution-copy h3 {
      margin: 0 0 10px;
      color: #003b7a;
      font-size: clamp(1.35rem, 2vw, 1.85rem);
      font-weight: 900;
      line-height: 1.35;
    }

    .page-hrms9 .smart-solution-copy p {
      margin: 0 0 16px;
      color: #52616f;
      font-weight: 700;
      line-height: 1.8;
    }

    .page-hrms9 .smart-solution-benefits {
      display: grid;
      gap: 9px;
      margin: 0 0 18px;
      padding: 0;
      list-style: none;
    }

    .page-hrms9 .smart-solution-benefits li {
      display: flex;
      gap: 9px;
      align-items: flex-start;
      color: #26384a;
      font-weight: 800;
      line-height: 1.65;
    }

    .page-hrms9 .smart-solution-benefits i {
      margin-top: 5px;
      color: #F7941D;
    }

    .page-hrms9 .smart-solution-link {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      width: fit-content;
      color: #003b7a;
      font-weight: 900;
      text-decoration: none;
    }

    .page-hrms9 .smart-solution-link i {
      color: #F7941D;
      transition: transform .24s ease;
    }

    .page-hrms9 .smart-solution-link:hover i {
      transform: translateX(-4px);
    }

    .page-hrms9 .smart-solution-visual {
      min-height: 260px;
      display: grid;
      place-items: center;
      border-radius: 24px;
      overflow: hidden;
      background:
        radial-gradient(circle at 20% 20%, rgba(247, 148, 29, .12), transparent 26%),
        linear-gradient(145deg, rgba(0, 59, 122, .06), rgba(255, 255, 255, .84));
      border: 1px solid rgba(0, 59, 122, .08);
    }

    .page-hrms9 .smart-solution-visual img {
      width: 100%;
      height: 100%;
      min-height: 260px;
      object-fit: contain;
      display: block;
    }

    .page-hrms9 .trust-control-panel {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      overflow: hidden;
      border: 1px solid rgba(0, 59, 122, .14);
      border-radius: 26px;
      background: rgba(255, 255, 255, .96);
      box-shadow: 0 10px 28px rgba(0, 38, 83, .07);
    }

    .page-hrms9 .trust-control-item {
      position: relative;
      min-width: 0;
      padding: clamp(22px, 2.5vw, 30px);
      text-align: right;
      transition: background-color .2s ease;
    }

    .page-hrms9 .trust-control-item + .trust-control-item {
      border-inline-start: 1px solid rgba(0, 59, 122, .11);
    }

    .page-hrms9 .trust-control-item:hover {
      background: rgba(0, 59, 122, .025);
    }

    .page-hrms9 .trust-control-icon {
      width: 52px;
      height: 52px;
      display: grid;
      place-items: center;
      margin-bottom: 18px;
      border-radius: 16px;
      color: #005bb5;
      background: rgba(0, 91, 181, .08);
      border: 1px solid rgba(0, 91, 181, .10);
      font-size: 1.25rem;
      box-shadow: inset -3px 0 0 rgba(247, 148, 29, .75);
    }

    .page-hrms9 .trust-control-item h3 {
      margin: 0 0 10px;
      color: #003b7a;
      font-size: 1.08rem;
      font-weight: 900;
      line-height: 1.5;
    }

    .page-hrms9 .trust-control-item p {
      margin: 0;
      color: #52616f;
      font-size: .96rem;
      font-weight: 600;
      line-height: 1.8;
    }

    html[data-theme="dark"] .page-hrms9 .trust-control-panel {
      background: #18222f;
      border-color: rgba(95, 163, 230, .22);
      box-shadow: 0 10px 28px rgba(0, 0, 0, .22);
    }

    html[data-theme="dark"] .page-hrms9 .trust-control-item + .trust-control-item {
      border-color: rgba(255, 255, 255, .10);
    }

    html[data-theme="dark"] .page-hrms9 .trust-control-item:hover {
      background: rgba(95, 163, 230, .045);
    }

    html[data-theme="dark"] .page-hrms9 .trust-control-icon {
      color: #7fb6ef;
      background: rgba(95, 163, 230, .12);
      border-color: rgba(95, 163, 230, .20);
    }

    html[data-theme="dark"] .page-hrms9 .trust-control-item h3 {
      color: #e9f0f8;
    }

    html[data-theme="dark"] .page-hrms9 .trust-control-item p {
      color: #aeb9c8;
    }

    .page-hrms9 .trust-control-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 20px;
      position: relative;
      z-index: 1;
    }

    .page-hrms9 .trust-control-card {
      min-width: 0;
    }

    .page-hrms9 .trust-control-grid .trust-control-card:nth-child(2) .alfa-help-icon {
      color: #fff;
      background: var(--grad-brand);
      box-shadow: 0 12px 26px rgba(0, 59, 122, .28);
    }

    .footer-social .social-facebook[href="#"],
    .footer-social .social-instagram[href="#"],
    .footer-social .social-linkedin[href="#"] {
      display: none;
    }

    @media (max-width: 991px) {
      .page-hrms9 .trust-control-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .page-hrms9 .software-index-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
      }

      .page-hrms9 .software-index-item + .software-index-item::before {
        display: none;
      }

      .page-hrms9 .software-index-item:last-child {
        grid-column: 1 / -1;
      }

      .page-hrms9 .problem-guide-section .software-index-grid {
        display: block;
      }

      .page-hrms9 .alfa-program-selector {
        overflow-x: auto;
        grid-template-columns: repeat(5, minmax(210px, 1fr));
        scroll-snap-type: x mandatory;
        padding-bottom: 8px;
      }

      .page-hrms9 .alfa-program-card {
        scroll-snap-align: start;
      }

      .page-hrms9 .smart-solution-display {
        grid-template-columns: 1fr;
      }

      .page-hrms9 .trust-control-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .page-hrms9 .trust-control-item:nth-child(3) {
        border-inline-start: 0;
      }

      .page-hrms9 .trust-control-item:nth-child(n+3) {
        border-top: 1px solid rgba(0, 59, 122, .11);
      }

      html[data-theme="dark"] .page-hrms9 .trust-control-item:nth-child(n+3) {
        border-top-color: rgba(255, 255, 255, .10);
      }
    }

    @media (min-width: 768px) and (max-width: 1199px) {
      .page-hrms9 .problem-guide-section .container {
        max-width: min(100% - 32px, 1040px);
      }

      .page-hrms9 .problem-guide-section .section-head h2 {
        font-size: clamp(1.8rem, 3.4vw, 2.2rem);
      }

      .page-hrms9 .problem-guide-section .software-index-shell {
        padding: clamp(20px, 3vw, 26px);
      }

      .page-hrms9 .alfa-program-selector {
        overflow: visible;
        grid-template-columns: repeat(2, minmax(260px, 1fr));
        justify-content: center;
        gap: 14px;
        padding-bottom: 0;
      }

      .page-hrms9 .alfa-program-card {
        min-width: 260px;
        min-height: 150px;
        padding: 16px 14px;
      }

      .page-hrms9 .alfa-program-card:nth-child(5) {
        grid-column: 1 / -1;
        width: min(390px, 52%);
        justify-self: center;
      }

      .page-hrms9 .alfa-program-name {
        font-size: 1rem;
      }

      .page-hrms9 .alfa-program-summary {
        font-size: .9rem;
      }

      .page-hrms9 .smart-solution-display {
        margin-top: 24px;
        grid-template-columns: minmax(240px, .95fr) minmax(280px, 1.05fr);
        grid-template-areas:
          "visual copy";
        gap: 22px;
      }

      .page-hrms9 .smart-solution-visual,
      .page-hrms9 .smart-solution-visual img {
        min-height: 240px;
      }
    }

    @media (max-width: 575px) {
      .page-hrms9 .trust-control-grid {
        grid-template-columns: 1fr;
      }

      .page-hrms9 .suite-map-section {
        padding: 42px 0 48px;
      }

      .page-hrms9 .software-index-shell {
        padding: 18px;
        border-radius: 26px;
      }

      .page-hrms9 .software-index-grid {
        grid-template-columns: 1fr;
      }

      .page-hrms9 .software-index-item,
      .page-hrms9 .software-index-item:last-child {
        min-height: 132px;
        grid-column: auto;
      }

      .page-hrms9 .alfa-program-selector {
        margin-inline-end: -18px;
        padding-inline-end: 18px;
      }

      .page-hrms9 .alfa-program-card {
        min-height: 168px;
      }

      .page-hrms9 .smart-solution-display {
        padding: 18px;
        border-radius: 24px;
      }

      .page-hrms9 .smart-solution-visual {
        min-height: 210px;
      }

      .page-hrms9 .smart-solution-visual img {
        min-height: 210px;
      }

      .page-hrms9 .trust-control-panel {
        grid-template-columns: 1fr;
      }

      .page-hrms9 .trust-control-item + .trust-control-item {
        border-inline-start: 0;
        border-top: 1px solid rgba(0, 59, 122, .11);
      }

      html[data-theme="dark"] .page-hrms9 .trust-control-item + .trust-control-item {
        border-top-color: rgba(255, 255, 255, .10);
      }

      .page-hrms9 .software-index-footer-note {
        align-items: flex-start;
        text-align: start;
      }
    }

    @media (max-width: 767px) {
      .page-hrms9 .suite-map-section {
        padding: 36px 0 42px;
      }

      .page-hrms9 .problem-guide-section .container {
        padding-inline: 16px;
      }

      .page-hrms9 .problem-guide-section .section-head {
        margin-bottom: 18px;
      }

      .page-hrms9 .problem-guide-section .section-head h2 {
        font-size: clamp(1.55rem, 7vw, 1.8rem);
      }

      .page-hrms9 .software-index-shell {
        padding: 18px 16px;
      }

      .page-hrms9 .alfa-program-selector {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: clamp(260px, 84vw, 88vw);
        grid-template-columns: none;
        gap: 14px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 0;
        margin-inline-end: -16px;
        padding: 2px 0 8px;
        padding-inline-end: 16px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
      }

      .page-hrms9 .alfa-program-selector::-webkit-scrollbar {
        display: none;
      }

      .page-hrms9 .alfa-program-card,
      .page-hrms9 .alfa-program-card:nth-child(5) {
        width: auto;
        min-width: 0;
        min-height: 138px;
        padding: 14px 13px;
        scroll-snap-align: start;
      }

      .page-hrms9 .alfa-program-icon {
        width: 46px;
        height: 46px;
        border-radius: 14px;
        font-size: 1.14rem;
      }

      .page-hrms9 .alfa-program-name {
        font-size: 1rem;
      }

      .page-hrms9 .alfa-program-summary {
        font-size: .92rem;
        line-height: 1.55;
      }

      .page-hrms9 .smart-solution-display {
        margin-top: 18px;
        padding: 18px;
        grid-template-columns: 1fr;
        grid-template-areas:
          "copy"
          "visual";
        gap: 16px;
        border-radius: 22px;
      }

      .page-hrms9 .smart-solution-copy h3 {
        font-size: clamp(1.45rem, 6vw, 1.65rem);
      }

      .page-hrms9 .smart-solution-copy p,
      .page-hrms9 .smart-solution-benefits li {
        font-size: .92rem;
      }

      .page-hrms9 .smart-solution-benefits {
        gap: 8px;
        margin-bottom: 0;
      }

      .page-hrms9 .smart-solution-visual {
        min-height: auto;
        border-radius: 18px;
      }

      .page-hrms9 .smart-solution-visual img {
        height: auto;
        min-height: 0;
        object-fit: contain;
      }

      .page-hrms9 .software-index-footer-note {
        margin-top: 18px;
      }
    }

    @media (max-width: 767px) and (orientation: landscape) {
      .page-hrms9 .alfa-program-selector {
        grid-auto-columns: clamp(260px, 46vw, 360px);
      }

      .page-hrms9 .smart-solution-display {
        grid-template-columns: minmax(240px, .95fr) minmax(280px, 1.05fr);
        grid-template-areas:
          "visual copy";
      }
    }
  
