:root {
    --hrm-navy: #10233f;
    --hrm-blue: #1769e0;
    --hrm-blue-dark: #0e4fb3;
    --hrm-sky: #eaf3ff;
    --hrm-ink: #132238;
    --hrm-muted: #617087;
    --hrm-line: #dfe6ef;
    --hrm-soft: #f5f7fb;
    --hrm-white: #ffffff;
    --hrm-green: #18a36b;
    --hrm-shadow: 0 24px 70px rgba(18, 42, 76, .13);
}

.hrm-site-header,
.hrm-site-header * {
    font-family: "Manrope", "Open Sans", sans-serif;
}

.hrm-site-header .top-bar {
    background: var(--hrm-navy);
    height: 34px;
    padding: 0;
}

.hrm-site-header .top-bar-content {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    font-size: 11px;
    letter-spacing: .01em;
}

.hrm-site-header .top-bar-message {
    margin-right: auto;
    color: rgba(255,255,255,.72);
    font-weight: 600;
}

.hrm-site-header .top-contact {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255,255,255,.74);
}

.hrm-site-header .top-contact a { color: #fff; font-weight: 600; }
.hrm-site-header .top-contact b { min-width: 19px; color: #7db1ff; font-size: 9px; letter-spacing: -.02em; }

.hrm-site-header .nav-wrapper {
    background: rgba(255,255,255,.98);
    border-bottom: 1px solid rgba(15,35,64,.08);
}

.hrm-site-header .hrm-container {
    max-width: 1400px;
}

.hrm-site-header .hrm-navbar { min-height: 76px; }

.hrm-site-header .hrm-logo {
    display: inline-flex;
    align-items: center;
    gap: 0;
    min-width: 154px;
}

.hrm-site-header .logo-copy { display: flex; flex-direction: column; }
.hrm-site-header .logo-main { font-size: 28px; line-height: 1; letter-spacing: -.055em; color: var(--hrm-navy); font-weight: 800; }
.hrm-site-header .logo-main span { color: var(--hrm-blue); }
.hrm-site-header .hrm-logo small { margin-top: 5px; color: #718096; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; }

.hrm-site-header .hrm-nav-links { gap: 2px; }
.hrm-site-header .hrm-nav-links > li > a {
    min-height: 76px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #40506a;
    font-size: 15px;
    font-weight: 700;
}

.hrm-site-header .hrm-nav-links > li.active > a,
.hrm-site-header .hrm-nav-links > li > a:hover { color: var(--hrm-blue); background: transparent; }
.hrm-site-header .hrm-nav-links > li.active > a:after { bottom: 0; height: 3px; border-radius: 4px 4px 0 0; }
.nav-chevron { font-size: 12px; line-height: 1; opacity: .65; transition: transform .2s ease; }
.dropdown:hover .nav-chevron { transform: rotate(180deg); }

.hrm-site-header .nav-actions { gap: 17px; }
.hrm-site-header .login-link { font-size: 12px; font-weight: 700; color: var(--hrm-navy); }
.hrm-site-header .login-link:hover { color: var(--hrm-blue); }
.hrm-site-header .nav-cta {
    height: 42px;
    padding: 0 17px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border-radius: 9px;
    background: var(--hrm-blue);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(23,105,224,.2);
}
.hrm-site-header .nav-cta:hover { background: var(--hrm-blue-dark); color: #fff; transform: translateY(-1px); }

.hrm-site-header .dropdown-menu {
    top: calc(100% - 2px);
    border: 1px solid #e3e9f1;
    border-radius: 14px;
    padding: 12px;
    box-shadow: 0 24px 55px rgba(17,39,72,.16);
}

.hrm-site-header .mega-menu {
    position: fixed;
    left: 50%;
    top: 108px;
    transform: translate(-50%, 0);
    width: min(1120px, calc(100vw - 32px));
    padding: 0;
    overflow: hidden;
    grid-template-columns: 255px 1fr;
    transition: opacity .16s ease, visibility .16s ease;
}

.hrm-site-header .mega-dropdown:hover > .mega-menu,
.hrm-site-header .mega-dropdown:focus-within > .mega-menu {
    display: grid;
    transform: translate(-50%, 0);
}

@media (min-width: 992px) {
    .hrm-site-header .dropdown.open > .dropdown-menu { visibility: visible; opacity: 1; transform: translateY(0); }
    .hrm-site-header .mega-dropdown.open > .mega-menu { display: grid; visibility: visible; opacity: 1; transform: translate(-50%, 0); }
}

.mega-intro {
    padding: 28px 24px;
    background: #f0f5fc;
    list-style: none;
}
.menu-eyebrow { display: block; color: var(--hrm-blue); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 10px; }
.mega-intro > strong { display: block; color: var(--hrm-navy); font-size: 19px; line-height: 1.35; }
.mega-intro p { color: var(--hrm-muted); font-size: 13px; line-height: 1.65; margin: 10px 0 18px; }
.mega-intro .menu-overview-link { display: inline-flex; gap: 8px; align-items: center; padding: 0; color: var(--hrm-blue); font-size: 13px; font-weight: 800; }
.mega-intro .menu-overview-link:hover { background: transparent; color: var(--hrm-blue-dark); }
.mega-intro .menu-pricing-link { margin-top: 14px; display: inline-flex; align-items: center; gap: 8px; padding: 0; color: #52667f; font-size: 12px; font-weight: 800; }
.mega-intro .menu-pricing-link:hover { background: transparent; color: var(--hrm-blue); }

.mega-links { list-style: none; padding: 16px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; }
.hrm-site-header .mega-links > a { min-height: 72px; display: flex; align-items: flex-start; gap: 11px; padding: 12px; border-radius: 9px; white-space: normal; }
.hrm-site-header .mega-links > a:hover { background: #f6f8fb; }
.hrm-site-header .mega-links a > span:last-child { display: flex; flex-direction: column; min-width: 0; }
.hrm-site-header .mega-links strong { color: #23344f; font-size: 13px; line-height: 1.4; }
.hrm-site-header .mega-links small { display: block; color: #6f7d90; font-size: 11px; line-height: 1.45; margin-top: 3px; white-space: normal; overflow: visible; text-overflow: clip; }
.menu-icon { width: 34px; height: 34px; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 34px; }
.hrm-site-header .menu-icon i { margin: 0; width: auto; }
.hrm-site-header .menu-icon b { font-size: 9px; line-height: 1; letter-spacing: -.02em; }
.menu-icon.blue { background: #e9f1ff; color: #1769e0; }
.menu-icon.violet { background: #f0eaff; color: #7047cb; }
.menu-icon.cyan { background: #e5f7fb; color: #168ba5; }
.menu-icon.green { background: #e8f8f0; color: #16895d; }
.menu-icon.amber { background: #fff4df; color: #b8750c; }
.menu-icon.rose { background: #fff0f3; color: #ca4965; }
.menu-icon.indigo { background: #ecedff; color: #4d56bd; }
.menu-icon.slate { background: #edf1f5; color: #53657b; }
.menu-icon.app { background: #e9f8f4; color: #15816d; }

.hrm-site-header .solution-menu { width: 290px; }
.hrm-site-header .company-menu { width: 250px; }
.hrm-site-header .dropdown-menu .dropdown-header { padding: 7px 11px; color: #8a96a8; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hrm-site-header .dropdown-menu .menu-section { margin-top: 7px; padding-top: 12px; border-top: 1px solid #edf0f5; }
.hrm-site-header .dropdown-menu a { border-radius: 8px; padding: 10px 11px; font-size: 13px; font-weight: 650; color: #3a4a62; }
.hrm-site-header .dropdown-menu a:hover { background: #f2f6fb; color: var(--hrm-blue); }
.hrm-site-header .dropdown-menu a i { color: #6f87a6; }
.feature-menu-icon { width: 31px; height: 27px; flex: 0 0 31px; margin-right: 7px; display: inline-flex; align-items: center; justify-content: center; border-radius: 7px; background: #edf3fa; color: #526c8c; font-size: 9px; font-weight: 800; letter-spacing: -.03em; }
.menu-toggle-icon { width: 22px; display: flex; flex-direction: column; gap: 4px; }.menu-toggle-icon b { width: 22px; height: 2px; display: block; border-radius: 2px; background: currentColor; }.menu-toggle-icon.is-close { position: relative; height: 20px; }.menu-toggle-icon.is-close b { position: absolute; left: 0; top: 9px; }.menu-toggle-icon.is-close b:first-child { transform: rotate(45deg); }.menu-toggle-icon.is-close b:nth-child(2) { display: none; }.menu-toggle-icon.is-close b:last-child { transform: rotate(-45deg); }

.module-subscription-bar { position: relative; z-index: 15; border-bottom: 1px solid #dce5ef; background: #edf5ff; font-family: "Manrope", "Open Sans", sans-serif; }
.module-subscription-inner { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.module-subscription-inner > div { display: flex; align-items: center; gap: 11px; }.subscription-dot { width: 8px; height: 8px; border-radius: 50%; background: #1769e0; box-shadow: 0 0 0 5px rgba(23,105,224,.1); }.module-subscription-inner strong { color: #183557; font-size: 13px; }.module-subscription-inner > div > span:last-child { color: #5e718a; font-size: 12px; }.subscription-actions { flex: 0 0 auto; }.subscription-actions a { color: #1769e0; font-size: 12px; font-weight: 800; }.subscription-actions .subscription-cta { min-height: 34px; padding: 0 13px; display: inline-flex; align-items: center; gap: 8px; border-radius: 7px; background: #1769e0; color: #fff; }.subscription-actions .subscription-cta:hover { background: #0e4fb3; color: #fff; }

.hrm-home-page {
    margin: 0;
    background: #fff;
    color: var(--hrm-ink);
    font-family: "Manrope", "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
}

.hrm-home-page h1,
.hrm-home-page h2,
.hrm-home-page h3,
.hrm-home-page p { font-family: inherit; }

.hrm-home-page a { transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.hrm-home-page .hrm-container { max-width: 1360px; }

.home-hero {
    position: relative;
    overflow: hidden;
    padding: 100px 0 96px;
    background: #f4f7fb;
}
.home-orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.home-orb-one { width: 470px; height: 470px; right: -160px; top: -210px; background: rgba(67,139,244,.12); }
.home-orb-two { width: 310px; height: 310px; left: -180px; bottom: -180px; background: rgba(95,196,178,.12); }
.home-hero-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 66px; align-items: center; position: relative; z-index: 1; }
.home-hero-copy { padding: 18px 0; }
.hero-kicker,
.section-kicker { color: var(--hrm-blue); font-size: 11px; line-height: 1; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-kicker { display: flex; align-items: center; gap: 9px; margin-bottom: 22px; }
.hero-kicker span { width: 24px; height: 2px; background: var(--hrm-blue); }
.home-hero h1 { max-width: 560px; margin: 0; color: var(--hrm-navy); font-size: clamp(44px, 5vw, 66px); line-height: 1.03; letter-spacing: -.055em; font-weight: 800; }
.hero-lead { max-width: 570px; margin: 24px 0 30px; color: #586981; font-size: 16px; line-height: 1.8; font-weight: 500; }
.home-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.home-btn { min-height: 50px; padding: 0 21px; border: 1px solid transparent; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 12px; font-weight: 800; text-decoration: none; }
.home-btn-primary { background: var(--hrm-blue); color: #fff; box-shadow: 0 12px 28px rgba(23,105,224,.23); }
.home-btn-primary:hover { background: var(--hrm-blue-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 15px 32px rgba(23,105,224,.28); }
.home-btn-secondary { background: #fff; border-color: #d8e0ea; color: var(--hrm-navy); }
.home-btn-secondary:hover { border-color: #b9c8da; color: var(--hrm-blue); background: #fff; transform: translateY(-2px); }
.hero-assurance { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 18px; color: #617087; font-size: 10px; font-weight: 700; }
.hero-assurance span { display: inline-flex; align-items: center; gap: 7px; }
.hero-assurance i { width: 17px; height: 17px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: #dff5eb; color: #15835b; font-size: 8px; }

.product-window { position: relative; min-width: 0; border: 1px solid #d8e2ef; border-radius: 18px; background: #fff; box-shadow: var(--hrm-shadow); transform: perspective(1400px) rotateY(-2deg) rotateX(1deg); }
.product-window-bar { height: 48px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e9edf3; }
.window-user strong { color: #6d7d92; font-size: 9px; letter-spacing: .12em; }
.product-window-image-body { padding: 10px; border-radius: 0 0 18px 18px; background: #edf2f7; overflow: hidden; }
.product-window-image-body img { width: 100%; height: auto; display: block; border: 1px solid #dbe3ed; border-radius: 8px; background: #fff; }
.window-brand { display: flex; align-items: center; gap: 8px; color: var(--hrm-navy); font-size: 10px; font-weight: 800; }
.window-brand, .app-text-logo { color: var(--hrm-navy); font-size: 15px; font-weight: 800; letter-spacing: -.035em; }
.window-user { display: flex; align-items: center; gap: 12px; color: #7d8a9d; font-size: 11px; }
.window-user span { width: 25px; height: 25px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: #e8f0fd; color: var(--hrm-blue); font-size: 7px; font-weight: 800; }
.product-window-body { display: grid; grid-template-columns: 52px 1fr; min-height: 385px; }
.product-sidebar { padding: 18px 0; border-right: 1px solid #edf0f5; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.product-sidebar span { width: 29px; height: 29px; display: flex; align-items: center; justify-content: center; border-radius: 7px; color: #8b99ac; font-size: 10px; }
.product-sidebar .side-active { background: #eaf2ff; color: var(--hrm-blue); }
.product-dashboard { min-width: 0; padding: 20px; background: #f8fafc; border-radius: 0 0 18px 0; }
.dashboard-heading { display: flex; justify-content: space-between; align-items: center; }
.dashboard-heading div { display: flex; flex-direction: column; gap: 3px; }
.dashboard-heading small { color: #95a0af; font-size: 7px; }
.dashboard-heading strong { color: var(--hrm-navy); font-size: 13px; }
.dashboard-heading button { padding: 7px 9px; border: 1px solid #e0e6ee; border-radius: 6px; background: #fff; color: #617087; font-size: 7px; }
.metric-grid { margin-top: 17px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.metric-card { position: relative; min-width: 0; padding: 13px; display: flex; flex-direction: column; background: #fff; border: 1px solid #e7ebf1; border-radius: 10px; box-shadow: 0 5px 15px rgba(28,48,75,.035); }
.metric-icon { position: absolute; right: 10px; top: 10px; width: 26px; height: 26px; display: flex; align-items: center; justify-content: center; border-radius: 7px; font-size: 9px; }
.metric-icon.blue { background: #e9f1ff; color: #1769e0; }.metric-icon.green { background: #e4f7ef; color: #17875e; }.metric-icon.amber { background: #fff3dd; color: #b47414; }
.metric-card small { color: #8793a4; font-size: 7px; }.metric-card strong { margin: 6px 0 2px; color: var(--hrm-navy); font-size: 20px; }.metric-card em { color: #6e7d91; font-size: 6px; font-style: normal; white-space: nowrap; }.metric-card em i { color: var(--hrm-green); }
.dashboard-lower { margin-top: 11px; display: grid; grid-template-columns: 1.35fr 1fr; gap: 10px; }
.attendance-chart, .approval-card { padding: 13px; background: #fff; border: 1px solid #e7ebf1; border-radius: 10px; }
.card-heading { display: flex; align-items: center; justify-content: space-between; }
.card-heading strong { color: #34445b; font-size: 8px; }.card-heading span { color: var(--hrm-blue); font-size: 6px; }
.chart-area { position: relative; height: 96px; margin-top: 10px; }
.chart-lines { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: space-between; }.chart-lines span { border-top: 1px dashed #e7ebf1; }
.chart-bars { position: absolute; inset: 0 4px; display: flex; align-items: flex-end; justify-content: space-around; gap: 6px; }.chart-bars i { width: 14px; border-radius: 4px 4px 1px 1px; background: #73a7ef; opacity: .86; }
.chart-labels { display: flex; justify-content: space-around; color: #9aa5b4; font-size: 5px; }
.approval-item { padding: 9px 0; display: grid; grid-template-columns: 25px 1fr auto; align-items: center; gap: 7px; border-bottom: 1px solid #eef1f5; }.approval-item:last-child { border: 0; }
.avatar { width: 25px; height: 25px; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 6px; font-weight: 800; }.avatar.purple { background: #ede6ff; color: #6f48c4; }.avatar.orange { background: #ffecd9; color: #c06b1b; }.avatar.teal { background: #dff5f1; color: #188474; }
.approval-item div { min-width: 0; display: flex; flex-direction: column; }.approval-item strong { color: #46566c; font-size: 6px; white-space: nowrap; }.approval-item small { color: #9aa5b4; font-size: 5px; margin-top: 2px; }.approval-item em { padding: 3px 5px; border-radius: 4px; background: #fff3dd; color: #9b681e; font-size: 5px; font-style: normal; }.approval-item em.approved { background: #e5f7ef; color: #167351; }
.floating-status { position: absolute; min-width: 166px; padding: 10px 12px; display: flex; align-items: center; gap: 10px; border: 1px solid #e1e7ef; border-radius: 10px; background: rgba(255,255,255,.96); box-shadow: 0 13px 35px rgba(19,43,75,.15); }
.floating-status > span { width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; flex: 0 0 28px; border-radius: 8px; background: #e5f7ef; color: #16845b; font-size: 9px; }.floating-status div { display: flex; flex-direction: column; }.floating-status strong { color: #34445b; font-size: 8px; }.floating-status small { margin-top: 2px; color: #8995a5; font-size: 6px; }
.status-one { right: -28px; bottom: 58px; }.status-two { left: -38px; top: 82px; }.status-two > span { background: #e9f1ff; color: var(--hrm-blue); }

.trust-strip { border-top: 1px solid #e7ecf2; border-bottom: 1px solid #e7ecf2; background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 92px; padding: 20px 24px; display: flex; align-items: center; gap: 13px; border-right: 1px solid #e7ecf2; }.trust-grid > div:first-child { border-left: 1px solid #e7ecf2; }
.trust-grid > div > i { color: var(--hrm-blue); font-size: 18px; }.trust-grid span { display: flex; flex-direction: column; gap: 3px; }.trust-grid strong { color: #2c3d54; font-size: 10px; }.trust-grid small { color: #8490a1; font-size: 8px; }

.home-price-section { padding: 38px 0 30px; background: #f6f8fb; }
.price-advantage-card { position: relative; padding: 38px 40px; display: grid; grid-template-columns: 205px minmax(0,1fr) auto; align-items: center; gap: 38px; border-radius: 20px; color: #fff; background: linear-gradient(135deg,#102949 0%,#174b8c 64%,#1769e0 100%); box-shadow: 0 22px 54px rgba(18,56,108,.2); overflow: hidden; }
.price-advantage-card:after { content: ""; position: absolute; right: -75px; top: -110px; width: 250px; height: 250px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 38px rgba(255,255,255,.035),0 0 0 76px rgba(255,255,255,.025); pointer-events: none; }
.price-amount { position: relative; z-index: 1; min-height: 145px; padding-right: 35px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.18); }
.price-from { color: #a9c8f1; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.price-value { margin: 2px 0 0; display: flex; align-items: flex-start; color: #fff; font-size: 67px; line-height: 1; font-weight: 800; letter-spacing: -.07em; }.price-value small { margin: 9px 6px 0 0; color: #83b5fa; font-size: 20px; letter-spacing: 0; }
.price-period { margin-top: 6px; color: #d3e3f8; font-size: 13px; font-weight: 700; }
.price-advantage-copy { position: relative; z-index: 1; }.price-advantage-copy h2 { max-width: 650px; margin: 9px 0 9px; color: #fff; font-size: clamp(25px,2.6vw,34px); line-height: 1.2; letter-spacing: -.035em; font-weight: 800; }.price-advantage-copy p { max-width: 650px; margin: 0; color: #d4e2f4; font-size: 15px; line-height: 1.7; }
.price-included { margin-top: 13px; display: inline-flex; align-items: center; gap: 8px; color: #8ff0c7; font-size: 13px; font-weight: 800; }.price-included i { font-size: 14px; }
.price-advantage-actions { position: relative; z-index: 2; min-width: 176px; display: flex; align-items: center; flex-direction: column; gap: 13px; }.price-advantage-actions .home-btn { width: 100%; justify-content: center; white-space: nowrap; }.price-contact-link { color: #d9e8fb; font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }.price-contact-link:hover { color: #fff; }

.home-section { padding: 104px 0; }
.product-proof-section { background: #f6f8fb; }
.product-proof-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.product-proof-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid #dce5ef; border-radius: 18px; background: #fff; color: inherit; overflow: hidden; box-shadow: 0 14px 38px rgba(18,42,76,.07); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.product-proof-card:hover { color: inherit; transform: translateY(-5px); border-color: #b9cce5; box-shadow: 0 24px 50px rgba(18,42,76,.13); }
.product-proof-image { aspect-ratio: 16 / 8.2; display: block; padding: 10px; background: #eaf0f7; overflow: hidden; }
.product-proof-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top left; border-radius: 10px; background: #fff; }
.product-proof-copy { min-height: 132px; padding: 22px 24px 24px; display: flex; flex-direction: column; align-items: flex-start; }
.product-proof-copy small { color: var(--hrm-blue); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-proof-copy strong { margin-top: 9px; color: var(--hrm-navy); font-size: 18px; line-height: 1.45; }
.product-proof-copy em { margin-top: auto; padding-top: 14px; color: #50647e; font-size: 13px; font-style: normal; font-weight: 800; }
.section-heading { margin-bottom: 46px; }.section-heading h2, .connected-copy h2, .employee-copy h2, .malaysia-copy h2, .final-cta-inner h2 { margin: 14px 0 0; color: var(--hrm-navy); font-size: clamp(32px, 4vw, 46px); line-height: 1.14; letter-spacing: -.045em; font-weight: 800; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; }.split-heading p { margin: 0 0 5px; color: var(--hrm-muted); font-size: 14px; line-height: 1.75; }
.module-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--hrm-line); border-top: 1px solid var(--hrm-line); }
.module-card { position: relative; min-height: 340px; padding: 31px; display: flex; flex-direction: column; color: inherit; background: #fff; border-right: 1px solid var(--hrm-line); border-bottom: 1px solid var(--hrm-line); text-decoration: none; overflow: hidden; }
.module-card:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 3px; background: var(--module-color); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.module-card:hover { z-index: 1; color: inherit; transform: translateY(-5px); box-shadow: 0 20px 45px rgba(18,42,76,.1); }.module-card:hover:before { transform: scaleX(1); }
.module-core { --module-color: #1769e0; --module-bg: #eaf2ff; }.module-payroll { --module-color: #7047cb; --module-bg: #f0eaff; }.module-attendance { --module-color: #168ba5; --module-bg: #e5f7fb; }.module-leave { --module-color: #16895d; --module-bg: #e8f8f0; }.module-claim { --module-color: #b8750c; --module-bg: #fff4df; }.module-kpi { --module-color: #ca4965; --module-bg: #fff0f3; }.module-corporate { --module-color: #4d56bd; --module-bg: #ecedff; }.module-sop { --module-color: #53657b; --module-bg: #edf1f5; }.module-app { --module-color: #15816d; --module-bg: #e9f8f4; }
.module-icon { width: 43px; height: 43px; display: inline-flex; align-items: center; justify-content: center; border-radius: 11px; background: var(--module-bg); color: var(--module-color); font-size: 16px; }
.module-number { position: absolute; right: 28px; top: 31px; color: #c1c9d4; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.module-plan-tag { align-self: flex-start; margin-top: 18px; padding: 6px 9px; border-radius: 20px; background: var(--module-bg); color: var(--module-color); font-size: 10px; font-weight: 800; letter-spacing: .02em; }
.module-plan-tag.included { background: #def5eb; color: #11755f; }
.module-card .module-plan-tag + h3 { margin-top: 12px; }
.module-card h3 { margin: 25px 0 10px; color: var(--hrm-navy); font-size: 17px; line-height: 1.35; font-weight: 800; }
.module-card p { margin: 0 0 21px; color: var(--hrm-muted); font-size: 11px; line-height: 1.75; }
.module-link { margin-top: auto; color: var(--module-color); font-size: 10px; font-weight: 800; }.module-link i { margin-left: 6px; transition: transform .2s ease; }.module-card:hover .module-link i { transform: translateX(4px); }
.platform-explore { margin-top: 26px; padding: 25px 28px; display: flex; align-items: center; justify-content: space-between; gap: 35px; border: 1px solid #dce5f0; border-radius: 13px; background: #f5f8fc; }
.platform-explore > div { display: flex; flex-direction: column; gap: 5px; }.platform-explore strong { color: var(--hrm-navy); font-size: 16px; }.platform-explore span { color: var(--hrm-muted); font-size: 13px; line-height: 1.55; }.platform-explore > a { flex: 0 0 auto; color: var(--hrm-blue); font-size: 13px; font-weight: 800; }.platform-explore > a i { margin-left: 7px; }
.platform-explore-actions { flex: 0 0 auto; align-items: flex-end; gap: 9px !important; }.platform-explore-actions a { color: var(--hrm-blue); font-size: 13px; font-weight: 800; }.platform-explore-actions a:first-child { color: #50647e; }.platform-explore-actions i { margin-left: 6px; }

.connected-section { background: var(--hrm-navy); color: #fff; overflow: hidden; }
.connected-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.section-kicker.light { color: #80b5ff; }.connected-copy h2, .malaysia-copy h2, .final-cta-inner h2 { color: #fff; }
.connected-copy > p { margin: 22px 0 30px; color: #b9c6d8; font-size: 14px; line-height: 1.85; }
.feature-checks { margin: 0 0 30px; padding: 0; list-style: none; }.feature-checks li { padding: 11px 0; display: flex; gap: 13px; color: #c7d2e1; font-size: 11px; line-height: 1.6; border-bottom: 1px solid rgba(255,255,255,.1); }.feature-checks i { width: 21px; height: 21px; flex: 0 0 21px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(54,196,137,.16); color: #56d6a2; font-size: 8px; }.feature-checks strong { color: #fff; }
.text-link-light { color: #fff; font-size: 11px; font-weight: 800; }.text-link-light i { margin-left: 8px; }.text-link-light:hover { color: #80b5ff; }
.workflow-map { position: relative; height: 470px; }
.workflow-center { position: absolute; z-index: 3; left: 50%; top: 50%; width: 136px; height: 136px; transform: translate(-50%,-50%); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; border: 1px solid rgba(128,181,255,.38); border-radius: 50%; background: #183458; box-shadow: 0 0 0 20px rgba(50,107,181,.08), 0 0 0 42px rgba(50,107,181,.04); }.workflow-center span { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; background: var(--hrm-blue); font-size: 17px; font-weight: 800; }.workflow-center strong { color: #fff; font-size: 10px; line-height: 1.35; text-align: center; }
.workflow-node { position: absolute; z-index: 2; width: 120px; height: 78px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; border: 1px solid rgba(255,255,255,.13); border-radius: 13px; background: #183253; box-shadow: 0 14px 35px rgba(3,15,32,.22); }.workflow-node i { color: #7fb5ff; font-size: 17px; }.workflow-node span { color: #dbe5f1; font-size: 9px; font-weight: 700; }
.node-attendance { left: 5%; top: 12%; }.node-leave { right: 5%; top: 12%; }.node-claim { right: 0; bottom: 12%; }.node-payroll { left: 0; bottom: 12%; }.node-kpi { left: 50%; bottom: 0; transform: translateX(-50%); }
.workflow-line { position: absolute; z-index: 1; left: 50%; top: 50%; height: 1px; width: 180px; background: rgba(113,165,234,.32); transform-origin: left center; }.line-one { transform: rotate(-140deg); }.line-two { transform: rotate(-40deg); }.line-three { transform: rotate(33deg); }.line-four { transform: rotate(147deg); }.line-five { transform: rotate(90deg); width: 185px; }

.employee-section { background: #f6f8fb; }
.employee-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 110px; }
.employee-visual { position: relative; min-height: 600px; display: flex; justify-content: center; align-items: center; }
.employee-visual:before { content: ""; position: absolute; width: 410px; height: 410px; border-radius: 50%; background: #e5edf8; }
.phone-shell { position: relative; z-index: 2; width: 265px; min-height: 540px; padding: 15px 17px 22px; border: 8px solid #13233c; border-radius: 36px; background: #fff; box-shadow: 0 30px 70px rgba(18,42,76,.23); }
.phone-shell:before { content: ""; position: absolute; left: 50%; top: 6px; width: 72px; height: 17px; transform: translateX(-50%); border-radius: 12px; background: #13233c; }
.phone-top { padding: 0 5px 14px; display: flex; justify-content: space-between; color: #28394f; font-size: 7px; font-weight: 800; }.app-header { padding: 6px 2px 16px; display: flex; align-items: center; justify-content: space-between; color: #7d899a; }.app-welcome { display: flex; flex-direction: column; gap: 3px; }.app-welcome small { color: #929eae; font-size: 7px; }.app-welcome strong { color: var(--hrm-navy); font-size: 14px; }
.clock-card { margin-top: 14px; padding: 17px; display: flex; flex-direction: column; align-items: center; border-radius: 14px; background: var(--hrm-navy); color: #fff; }.clock-card small { color: #aabbd0; font-size: 7px; }.clock-card strong { margin: 8px 0 13px; font-size: 23px; letter-spacing: -.03em; }.clock-card button { width: 100%; padding: 9px; border: 0; border-radius: 7px; background: var(--hrm-blue); color: #fff; font-size: 8px; font-weight: 800; }
.app-shortcuts { margin: 18px 0; display: grid; grid-template-columns: repeat(4,1fr); gap: 7px; }.app-shortcuts span { display: flex; flex-direction: column; align-items: center; gap: 7px; }.app-shortcuts i { width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; border-radius: 9px; background: #eef4fd; color: var(--hrm-blue); font-size: 10px; }.app-shortcuts small { color: #6f7d90; font-size: 6px; }
.leave-balance { padding: 14px; display: flex; align-items: center; justify-content: space-between; border: 1px solid #e7ebf1; border-radius: 12px; }.leave-balance > div:first-child { display: flex; flex-direction: column; }.leave-balance small { color: #8592a3; font-size: 7px; }.leave-balance strong { margin-top: 6px; color: var(--hrm-navy); font-size: 21px; }.leave-balance strong em { color: #8b97a7; font-size: 7px; font-style: normal; font-weight: 600; }.balance-ring { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; border: 6px solid #dfe9f8; border-top-color: var(--hrm-blue); border-right-color: var(--hrm-blue); border-radius: 50%; }.balance-ring span { color: var(--hrm-blue); font-size: 7px; font-weight: 800; }
.self-service-callout { position: absolute; z-index: 3; right: 4px; top: 125px; padding: 13px 16px; display: flex; align-items: center; gap: 11px; border: 1px solid #dfe6ee; border-radius: 12px; background: #fff; box-shadow: 0 15px 40px rgba(18,42,76,.15); }.self-service-callout > i { width: 29px; height: 29px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #dff5eb; color: #18845c; font-size: 9px; }.self-service-callout span { display: flex; flex-direction: column; }.self-service-callout strong { color: #34445b; font-size: 8px; }.self-service-callout small { margin-top: 3px; color: #8995a5; font-size: 6px; }
.employee-copy > p { margin: 22px 0 28px; color: var(--hrm-muted); font-size: 14px; line-height: 1.8; }.employee-feature-grid { margin-bottom: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 23px; }.employee-feature-grid > div { display: flex; gap: 12px; }.employee-feature-grid > div > i { color: var(--hrm-blue); font-size: 15px; margin-top: 2px; }.employee-feature-grid span { display: flex; flex-direction: column; }.employee-feature-grid strong { color: #2f4057; font-size: 10px; }.employee-feature-grid small { margin-top: 5px; color: #7c899a; font-size: 8px; line-height: 1.5; }.home-btn-dark { background: var(--hrm-navy); color: #fff; }.home-btn-dark:hover { background: #1b365c; color: #fff; transform: translateY(-2px); }

.malaysia-section { padding-top: 0; background: #f6f8fb; }
.malaysia-card { padding: 65px 72px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: center; border-radius: 22px; background: #1769e0; overflow: hidden; box-shadow: 0 25px 60px rgba(23,105,224,.2); }
.malaysia-copy p { margin: 19px 0 25px; color: #d8e7fc; font-size: 12px; line-height: 1.8; }.compliance-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }.compliance-grid > div { min-height: 92px; padding: 17px; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(255,255,255,.18); border-radius: 11px; background: rgba(255,255,255,.1); }.compliance-grid strong { color: #fff; font-size: 17px; }.compliance-grid small { margin-top: 5px; color: #dce9fb; font-size: 7px; }

.centered-heading { max-width: 680px; margin-left: auto; margin-right: auto; text-align: center; }.centered-heading p { max-width: 570px; margin: 17px auto 0; color: var(--hrm-muted); font-size: 13px; line-height: 1.75; }
.customer-section { scroll-margin-top: 100px; background: #fff; }
.customer-heading { max-width: 760px; }.customer-heading p { max-width: 670px; font-size: 16px; }
.customer-grid { margin-top: 46px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 17px; }
.customer-card { min-width: 0; margin: 0; overflow: hidden; border: 1px solid #e2e8f0; border-radius: 14px; background: #fff; box-shadow: 0 10px 28px rgba(18,42,76,.07); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.customer-card:hover { transform: translateY(-4px); border-color: #c5d5e9; box-shadow: 0 18px 40px rgba(18,42,76,.12); }
.customer-image { aspect-ratio: 4 / 3; display: block; overflow: hidden; background: #e9eef4; }
.customer-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }.customer-card:hover .customer-image img { transform: scale(1.04); }
.customer-card figcaption { min-height: 78px; padding: 15px 17px 16px; display: flex; flex-direction: column; justify-content: center; }
.customer-card figcaption strong { color: var(--hrm-navy); font-size: 16px; font-weight: 800; line-height: 1.35; }.customer-card figcaption small { margin-top: 5px; color: var(--hrm-muted); font-size: 12px; line-height: 1.4; }
.customer-note { margin-top: 24px; padding: 19px 22px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border: 1px solid #dce6f2; border-radius: 13px; background: #f5f9ff; }
.customer-note p { margin: 0; display: flex; align-items: center; gap: 13px; }.customer-note p > i { width: 39px; height: 39px; flex: 0 0 auto; display: flex; align-items: center; justify-content: center; border-radius: 11px; background: #e4efff; color: var(--hrm-blue); font-size: 14px; }.customer-note p span { display: flex; flex-direction: column; }.customer-note strong { color: var(--hrm-navy); font-size: 14px; }.customer-note small { margin-top: 4px; color: var(--hrm-muted); font-size: 12px; line-height: 1.5; }
.customer-note > a { flex: 0 0 auto; color: var(--hrm-blue); font-size: 13px; font-weight: 800; }.customer-note > a:hover { color: var(--hrm-blue-dark); }.customer-note > a i { margin-left: 6px; font-size: 10px; }
.more-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }.more-grid > a { padding: 26px; display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 15px; border: 1px solid var(--hrm-line); border-radius: 13px; color: inherit; }.more-grid > a:hover { color: inherit; transform: translateY(-4px); border-color: #c7d5e8; box-shadow: 0 15px 35px rgba(18,42,76,.09); }.more-grid > a > span { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border-radius: 11px; background: #eaf2ff; color: var(--hrm-blue); }.more-grid h3 { margin: 0; color: var(--hrm-navy); font-size: 12px; font-weight: 800; }.more-grid p { margin: 6px 0 0; color: var(--hrm-muted); font-size: 8px; line-height: 1.55; }.more-grid > a > i { color: #a1adbc; font-size: 10px; }

.home-final-cta { padding: 78px 0; background: var(--hrm-navy); }.final-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 50px; }.final-cta-inner h2 { font-size: 40px; }.final-cta-inner p { margin: 13px 0 0; color: #b9c6d8; font-size: 12px; }.final-cta-actions { display: flex; flex-wrap: wrap; gap: 11px; flex: 0 0 auto; }.home-btn-white { background: #fff; color: var(--hrm-blue); }.home-btn-white:hover { color: var(--hrm-blue-dark); background: #fff; transform: translateY(-2px); }.home-btn-ghost { border-color: rgba(255,255,255,.33); color: #fff; }.home-btn-ghost:hover { border-color: #fff; color: #fff; transform: translateY(-2px); }

.hrm-home-page .hrm-footer .footer-cta { display: none; }
.hrm-home-page .hrm-footer { padding-top: 62px; }

/* Homepage readability pass */
.hrm-home-page .hero-kicker,
.hrm-home-page .section-kicker { font-size: 13px; }
.hrm-home-page .home-btn { min-height: 52px; padding-left: 23px; padding-right: 23px; font-size: 14px; }
.hrm-home-page .hero-assurance { font-size: 13px; }
.hrm-home-page .trust-grid strong { font-size: 15px; }
.hrm-home-page .trust-grid small { color: #69778b; font-size: 13px; line-height: 1.45; }
.hrm-home-page .trust-grid > div { min-height: 108px; }
.hrm-home-page .split-heading p { font-size: 16px; }
.hrm-home-page .module-card h3 { font-size: 20px; }
.hrm-home-page .module-card p { font-size: 15px; line-height: 1.7; }
.hrm-home-page .module-link { font-size: 13px; }
.hrm-home-page .feature-checks li { padding-top: 13px; padding-bottom: 13px; font-size: 14px; line-height: 1.65; }
.hrm-home-page .feature-checks i { width: 23px; height: 23px; flex-basis: 23px; font-size: 10px; }
.hrm-home-page .text-link-light { font-size: 14px; }
.hrm-home-page .connected-copy > p { font-size: 16px; }
.hrm-home-page .workflow-center strong { font-size: 12px; }
.hrm-home-page .workflow-node { width: 125px; height: 82px; }
.hrm-home-page .workflow-node i { font-size: 18px; }
.hrm-home-page .workflow-node span { font-size: 12px; }
.hrm-home-page .employee-copy > p { font-size: 16px; }
.hrm-home-page .employee-feature-grid > div > i { font-size: 18px; }
.hrm-home-page .employee-feature-grid strong { font-size: 14px; }
.hrm-home-page .employee-feature-grid small { color: #6f7d90; font-size: 12px; line-height: 1.55; }
.hrm-home-page .malaysia-copy p { font-size: 16px; }
.hrm-home-page .compliance-grid > div { min-height: 98px; }
.hrm-home-page .compliance-grid strong { font-size: 20px; }
.hrm-home-page .compliance-grid small { color: #e7f0fd; font-size: 12px; line-height: 1.45; }
.hrm-home-page .centered-heading { max-width: 720px; }
.hrm-home-page .centered-heading p { max-width: 640px; font-size: 16px; }
.hrm-home-page .more-grid > a { grid-template-columns: 48px 1fr auto; }
.hrm-home-page .more-grid > a > span { width: 48px; height: 48px; font-size: 18px; }
.hrm-home-page .more-grid h3 { font-size: 17px; }
.hrm-home-page .more-grid p { font-size: 13px; line-height: 1.55; }
.hrm-home-page .more-grid > a > i { font-size: 13px; }
.hrm-home-page .final-cta-inner p { color: #c8d3e1; font-size: 16px; }

@media (max-width: 1100px) {
    .hrm-site-header .hrm-nav-links > li > a { padding: 0 10px; }
    .home-hero-grid { gap: 35px; grid-template-columns: .9fr 1.1fr; }
    .status-one { right: -8px; }.status-two { left: -8px; }
    .price-advantage-card { grid-template-columns: 185px minmax(0,1fr); gap: 30px; }.price-advantage-actions { grid-column: 2; align-items: flex-start; flex-direction: row; }.price-advantage-actions .home-btn { width: auto; }.employee-grid { gap: 55px; }.malaysia-card { margin-left: 20px; margin-right: 20px; padding: 55px 48px; gap: 55px; }
}

@media (max-width: 991px) {
    .hrm-site-header .top-bar-message { display: none; }
    .hrm-site-header .top-bar-content { justify-content: center; }
    .hrm-site-header .hrm-navbar { min-height: 68px; }
    .hrm-site-header .hrm-logo { min-width: 0; }
    .hrm-site-header .hrm-nav-links { top: 68px; padding: 12px 18px 24px; gap: 0; }
    .hrm-site-header .hrm-nav-links > li > a { min-height: 48px; padding: 0; }
    .hrm-site-header .nav-chevron { margin-left: auto; }
    .hrm-site-header .dropdown-menu,
    .hrm-site-header .mega-menu { position: static; width: 100%; transform: none; border: 0; border-radius: 0; box-shadow: none; padding: 0 0 8px 12px; overflow: visible; }
    .hrm-site-header .mega-dropdown:hover > .mega-menu,
    .hrm-site-header .mega-dropdown:focus-within > .mega-menu { display: none; transform: none; }
    .hrm-site-header .mega-dropdown.open > .mega-menu,
    .hrm-site-header .mega-dropdown.open:hover > .mega-menu,
    .hrm-site-header .mega-dropdown.open:focus-within > .mega-menu { display: block; }
    .mega-intro { display: none; }.mega-links { padding: 0; display: block; }.hrm-site-header .mega-links > a { min-height: 72px; padding: 11px 8px; }.hrm-site-header .mega-links small { font-size: 11px; }
    .hrm-site-header .mobile-nav-actions { gap: 10px; }.hrm-site-header .mobile-nav-actions .nav-cta { justify-content: center; }
    .home-hero { padding: 76px 0 80px; }
    .home-hero-grid { grid-template-columns: 1fr; gap: 65px; }
    .home-hero-copy { max-width: 700px; text-align: center; margin: auto; }.hero-kicker { justify-content: center; }.home-hero h1, .hero-lead { margin-left: auto; margin-right: auto; }.home-hero-actions, .hero-assurance { justify-content: center; }
    .product-window { max-width: 730px; width: calc(100% - 50px); margin: auto; transform: none; }
    .trust-grid { grid-template-columns: 1fr 1fr; }.trust-grid > div:nth-child(3) { border-left: 1px solid #e7ecf2; }.trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid #e7ecf2; }
    .home-section { padding: 82px 0; }.split-heading { grid-template-columns: 1fr; gap: 18px; }.split-heading p { max-width: 600px; }.module-grid { grid-template-columns: 1fr 1fr; }
    .platform-explore { align-items: flex-start; flex-direction: column; gap: 16px; }
    .connected-grid { grid-template-columns: 1fr; gap: 55px; }.connected-copy { max-width: 700px; }.workflow-map { max-width: 620px; width: 100%; margin: auto; }
    .employee-grid { grid-template-columns: 1fr; gap: 45px; }.employee-copy { max-width: 700px; order: -1; }.employee-visual { min-height: 570px; }
    .malaysia-card { grid-template-columns: 1fr; gap: 35px; }.malaysia-copy { max-width: 650px; }.customer-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }.more-grid { grid-template-columns: 1fr; }.more-grid > a { max-width: 700px; width: 100%; margin: auto; }
    .final-cta-inner { flex-direction: column; text-align: center; }.final-cta-actions { justify-content: center; }
}

@media (max-width: 767px) {
    .hrm-site-header .top-bar-content { gap: 14px; }.hrm-site-header .top-contact:nth-of-type(3) { display: none; }
    .hrm-site-header .logo-main { font-size: 23px; }
    .home-hero { padding: 58px 0 66px; }.home-hero-grid { gap: 50px; }.home-hero h1 { font-size: 43px; }.hero-lead { font-size: 14px; }.home-hero-actions { flex-direction: column; }.home-btn { width: 100%; }.hero-assurance { flex-direction: column; align-items: center; }
    .product-window { width: calc(100% - 10px); }.product-window-image-body { padding: 6px; }.status-one { right: -5px; bottom: -22px; }.status-two { display: none; }
    .trust-grid { grid-template-columns: 1fr; }.trust-grid > div, .trust-grid > div:nth-child(3) { border-left: 1px solid #e7ecf2; border-bottom: 1px solid #e7ecf2; }.trust-grid > div:last-child { border-bottom: 0; }
    .home-price-section { padding-top: 24px; }.price-advantage-card { padding: 35px 28px; grid-template-columns: 1fr; gap: 24px; text-align: center; }.price-amount { min-height: 0; padding: 0 0 24px; align-items: center; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }.price-advantage-copy p { margin-left: auto; margin-right: auto; }.price-included { justify-content: center; }.price-advantage-actions { width: 100%; grid-column: auto; align-items: center; flex-direction: column; }.price-advantage-actions .home-btn { width: 100%; }
    .home-section { padding: 68px 0; }.section-heading h2, .connected-copy h2, .employee-copy h2, .malaysia-copy h2, .final-cta-inner h2 { font-size: 34px; }.module-grid, .product-proof-grid { grid-template-columns: 1fr; }.module-card { min-height: 270px; }.product-proof-copy { min-height: 124px; padding: 20px; }
    .workflow-map { height: 420px; }.workflow-node { width: 98px; height: 68px; }.workflow-center { width: 116px; height: 116px; }.node-attendance { left: 0; }.node-leave { right: 0; }.node-claim { right: 0; }.node-payroll { left: 0; }.workflow-line { width: 135px; }
    .employee-feature-grid { grid-template-columns: 1fr; }.employee-visual:before { width: 310px; height: 310px; }.self-service-callout { right: -3px; }.malaysia-card { margin: 0 12px; padding: 44px 26px; border-radius: 17px; }.compliance-grid { grid-template-columns: 1fr 1fr; }.compliance-grid > div { min-height: 80px; }
    .customer-grid { margin-top: 34px; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }.customer-note { align-items: flex-start; flex-direction: column; }.more-grid > a { grid-template-columns: 40px 1fr auto; padding: 20px; }.home-final-cta { padding: 64px 0; }.final-cta-actions { width: 100%; flex-direction: column; }
    .module-subscription-inner { padding-top: 12px; padding-bottom: 12px; align-items: flex-start; flex-direction: column; gap: 10px; }.module-subscription-inner > div:first-child { flex-wrap: wrap; }.subscription-actions { width: 100%; justify-content: space-between; }
}

@media (max-width: 420px) {
    .hrm-site-header .top-contact:first-of-type { display: none; }
    .home-hero h1 { font-size: 38px; }.hero-lead { line-height: 1.7; }.floating-status { min-width: 145px; }
    .metric-card em { white-space: normal; }.workflow-map { transform: scale(.94); }.phone-shell { width: 248px; }.self-service-callout { top: 145px; right: -10px; }.customer-grid { grid-template-columns: 1fr; }.customer-card figcaption { min-height: 72px; }
}

@media (prefers-reduced-motion: reduce) {
    .hrm-home-page *, .hrm-site-header * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
