/* ================================================================
   style_2026.css — Main page light-mode styles
   PayAdvisorMobile® Landing Page · 2026
   ================================================================ */

/* ── Philip bounce animation ─────────────────────────────────── */
@keyframes philipBounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-20px);
    }
}

.philip-bounce {
    animation: philipBounce 500ms alternate infinite;
}

/* ── Spaces ──────────────────────────────────────── */
.section-padding-none {
    padding: 0px;
}

.section-padding-top-bottom-10 {
    padding: 10px 0px;
}

.section-padding-top-bottom-30 {
    padding: 30px 0px;
}

.section-padding-top-bottom-50 {
    padding: 50px 0px;
}

.space-large {
    height: 30px;
    display: block;
}

/* ── Texts ──────────────────────────────────────── */
h1 {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 41.5px !important;
    font-weight: 800 !important;
}

h2 {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 41.5px !important;
    font-weight: 800 !important;
}

h3 {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 30px !important;
    font-weight: 800 !important;
}

.text-plus-jakarta {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.text-title-big {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 700;
    color: #1a2e44;
    display: block;
}

.text-title-normal {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #1a2e44 !important;
    display: block;
}

.text-title-small {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #1a2e44 !important;
    display: block;
}

.cta-h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    padding-bottom: 5px;
}

.text-gradient-pink-cyan {
    background: linear-gradient(135deg, #ffe0f0 0%, #f2dbf7 45%, #51fcff 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.text-gradient-pink-white-fblue {
    background: linear-gradient(135deg, #ff83c3 0%, #fff 45%, #51e8ff 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.text-gradient-fyellow-pink-white {
    background: linear-gradient(135deg, #f5ffa8 0%, #f2dbf7 45%, #ffffff 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.text-gradient-fyellow-pink-fblue {
    background: linear-gradient(135deg, #f5ffa8 0%, #f2dbf7 45%, #51fcff 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.text-gradient-fyellow-white-fblue {
    background: linear-gradient(135deg, #f5ffa8 0%, #fff 45%, #51fcff 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.text-gradient-fblue-white {
    background: linear-gradient(135deg, #51fcff 0%, #fff 45%, #fff 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.text-gradient-white-lblue {
    background: linear-gradient(135deg, #ffffff 0%, #fff 45%, #51fcff 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.text-gradient-white-cyan {
    background: linear-gradient(135deg, #ffffff 0%, #fff 45%, #51ffb2 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.text-gradient-blue-lblue-blue {
    background: linear-gradient(135deg, #0019ff 0%, #56e1ff 45%, #0019ff 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.text-p-normal-center {
    font-size: 0.95rem;
    color: #5a7a94;
    margin-top: 12px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.text-p-normal {
    font-size: 15.5px;
    color: #5a7a94;
    line-height: normal;
}

.text-p-normal-small {
    font-size: 14px;
    color: #5a7a94;
    margin-top: 6px;
    line-height: normal;
    display: block;
}

.text-p-normal-tiny {
    font-size: 13px;
    color: #5a7a94;
    line-height: normal;
}

.text-size-13 {
    font-size: 13px !important;
    line-height: normal;
}

.text-size-14 {
    font-size: 14px !important;
    line-height: normal;
}

.text-size-18 {
    font-size: 18px !important;
    line-height: normal;
}

.text-size-22 {
    font-size: 22px !important;
    line-height: normal;
}

.text-size-25 {
    font-size: 25px !important;
    line-height: normal;
}

.text-size-30 {
    font-size: 30px !important;
    line-height: normal;
}

.text-pam {
    color: #02CBF7 !important;
}

.text-iss {
    color: #0B5554 !important;
}

.text-qse {
    color: #770000 !important;
}

.text-grey-light {
    color: #b0b0b0 !important;
}

.text-grey-dim {
    color: #727e84 !important;
}

.text-grey-darker {
    color: #1A2E44 !important;
}

.text-green-slight-dark {
    color: #00511d !important;
}

.text-green-bright {
    color: #b8ff00 !important;
}

.text-blue-dim {
    color: #5a7a94;
}

.text-blue-dark {
    color: #003c8e !important;
}

.text-blue-fdark {
    color: #073d56 !important;
}

.text-blue-bright {
    color: #0019ff;
}

.text-blue-slight-dark {
    color: #013667;
}

.text-blue-accent {
    color: #1078b8 !important;
}

.text-font-black {
    font-weight: 800;
}

.text-line-height-normal {
    line-height: normal;
}

.text-line-height-small {
    line-height: 1.75;
}

.text-shadow-fifty {
    text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5);
}

.text-shadow-blue-fifty {
    text-shadow: 2px 2px 20px rgba(0, 162, 255, 0.5);
}

.section-eyebrow-tag {
    display: inline-block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 900;
    padding: 3px 15px;
    border: none;
    color: #ffffff;
    border-radius: 5px;
    font-size: 0.9rem;
}

/* ── Breadcrumbs ──────────────────────────────────────── */
.breadcrumbs {
    overflow: hidden;
    background: #fff;
    border-color: #e1e1e1;
    border-style: solid;
    border-bottom-width: 1px;
    border-top-width: 1px;
    margin: 0px;
    max-height: 50px;
    height: 34px;
    padding: 0px;
}

.breadcrumbs ul {
    margin: 0px;
}

.breadcrumbs ul li:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #ddd;
    position: absolute;
    top: 0%;
    margin-top: -14px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

.breadcrumbs ul li:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #fff;
    position: absolute;
    top: 0%;
    margin-top: -14px;
    overflow: hidden;
    left: 100%;
    z-index: 2;
}

.breadcrumbs ul li {
    display: inline;
    color: #666;
    display: block;
    float: left;
    font-size: 12px;
    padding: 7px 0px 7px 54px;
    position: relative;
    text-decoration: none;
    border-right-width: 0px;
}

.breadcrumbs ul li>a,
.breadcrumbs ul li>a:link,
.breadcrumbs ul li>a:visited {
    color: #2e9bd5;
    font-weight: bold;
}

.breadcrumbs ul li>a:hover {
    color: #02CBF7;
}

.breadcrumbs ul li:first-child {
    padding-left: 20px;
}

/* ── Buttons ──────────────────────────────────────── */
.btn-styled {
    text-shadow: none;
    color: #012636;
    font-size: 16px;
    font-weight: 900;
    padding: 6px 18px 4px 18px;
    box-shadow: 0px 3px 30px rgba(0, 153, 255, 0.7);
    border-color: #02cbf7;
    background: linear-gradient(135deg, #02cbf7 0%, #1795d0 100%);
    /* border-width: 2px; */
    border-radius: 14px;
    /* 3px */
}

.btn-styled.btn-large {
    padding: 10px 20px;
}

.btn-styled:hover {
    color: #073d56;
    background-color: #02cbf7;
    transform: translateY(-2px);
}

.btn-styled-standout {
    text-shadow: none;
    color: #012636;
    font-size: 16px;
    font-weight: 900;
    padding: 8px 20px;
    box-shadow: 0px 3px 30px rgba(0, 153, 255, 0.7);
    border-color: #0091ff;
    background: linear-gradient(135deg, #02cbf7 0%, #1795d0 100%);
    border-radius: 14px;
    animation: btnStyledStandoutPulse 1.5s infinite;
}

.btn-styled-standout a {
    font-family: 'LatoBold';
}

.btn-styled-standout:hover {
    color: #073d56;
    background: #FFFFFF;
    /* transform: scale(1.05); */
}

.btn-styled-fb {
    text-shadow: none;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    padding: 6px 18px 4px 18px;
    box-shadow: 0px 1px 30px rgb(0 44 103 / 70%);
    background: linear-gradient(45deg, #08cfff, #024296);
    border-radius: 9999px;
}

.btn-styled-insta {
    text-shadow: none;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    padding: 6px 18px 4px 18px;
    box-shadow: 0px 1px 30px rgb(255 0 245 / 70%);
    background: linear-gradient(45deg, #7839f5, #ff5757);
    border-radius: 9999px;
}

.btn-styled-youtube {
    text-shadow: none;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    padding: 6px 18px 4px 18px;
    box-shadow: 0px 1px 30px rgb(255 38 38 / 96%);
    background: linear-gradient(45deg, #ff5353, #a90000);
    border-radius: 9999px;
}

.btn-styled-fb.btn-large,
.btn-styled-insta.btn-large,
.btn-styled-youtube.btn-large {
    padding: 10px 20px;
}

.btn-styled-fb:hover,
.btn-styled-insta:hover,
.btn-styled-youtube:hover {
    transform: translateY(-2px);
}

@keyframes btnStyledStandoutPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
    }

    70% {
        transform: scale(1.02);
        box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(155, 89, 182, 0);
    }
}

.hero-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #1a6abf;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.25s ease, transform 0.2s ease;
}

.hero-btn-primary:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
    transform: translateY(-2px);
}

.hero-btn-secondary {
    /* display: inline-flex; */
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.15);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.hero-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-2px);
}

.hero-btn-secondary-filled {
    /* display: inline-flex; */
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #02cbf7;
    background: #1a2535;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.hero-btn-secondary-filled:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
    transform: translateY(-2px);
}

.cta-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #1a6abf;
    background: #ffffff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.25s ease, transform 0.2s ease;
}

.cta-btn-primary:hover {
    box-shadow: 0 8px 36px rgba(0, 0, 0, 0.22);
    transform: translateY(-2px);
}

.cta-btn-shadow {
    box-shadow: 0 4px 24px rgba(0, 255, 230);
}

.cta-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.15);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.cta-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-2px);
}

.cta-btn-secondary-filled {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #02cbf7;
    background: #1a2535;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.cta-btn-secondary-filled:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
    transform: translateY(-2px);
}

/* ── Lists ──────────────────────────────────────── */
.dot-list {
    flex-shrink: 0;
    margin-top: 16px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

/* ── Nav Bar ──────────────────────────────────────── */
.nav-tab {
    display: block;
    padding: 10px 16px;
    font-size: 1rem;
    font-weight: 500;
    color: rgba(200, 224, 240, 0.8);
    text-decoration: none;
    border-radius: 10px;
}

.nav-tab:hover {
    color: #e2f0fd;
    background: rgba(255, 255, 255, 0.06);
}

.dd-link-light {
    display: block;
    padding: 2px 0px 2px 5px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #1a6abf;
    text-decoration: none;
    transition: color 0.15s ease;
    line-height: normal;
}

.dd-link-light:hover {
    background: #02cbf7;
    color: #073D56;
    text-decoration: none;
}

.nav-iss,
.nav-qse {
    display: block;
    text-decoration: none;
    padding: 5px;
}

.nav-iss:hover {
    background: #6FAE50 !important;
}

.nav-qse:hover {
    background: #BC4444 !important;
}

.nav-iss:hover .text-p-normal-tiny,
.nav-qse:hover .text-p-normal-tiny {
    color: #fff !important;
}

.cta-link {
    color: #02cbf7 !important;
    text-decoration: underline;
}

/* ── Hr ──────────────────────────────────────── */
.hr-nav {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    margin: 5px 0px;
}

.hr-small-blue {
    border-radius: 9999px;
    background: #02cbf7;
    width: 100px;
    height: 4px;
}

.hr-small-red {
    border-radius: 9999px;
    background: #e03030;
    width: 100px;
    height: 4px;
}

.hr-small-green {
    border-radius: 9999px;
    background: #00b77c;
    width: 100px;
    height: 4px;
}

/* ── Card ──────────────────────────────────────── */
.card-perfect-circle {
    border-radius: 9999px !important;
}

.card-box-shadow {
    box-shadow: 0px 1px 15px rgba(154, 170, 207, 0.4) !important;
}

.card-box-shadow-dark {
    box-shadow: 0px 1px 15px rgba(0, 19, 63, 0.4) !important;
}

.glass-light {
    background: rgb(0 46 123 / 85%) !important;
}

.glass-dark {
    background: rgba(13, 30, 58, 0.85) !important;
}

.card-bg-blue {
    /* border: 1px solid#21b1ff !important; */
    background-color: #c5f1ff !important;
}

.card-bg-pam {
    background-color: #02cbf7 !important;
}

.card-bg-green {
    /* border: 3px solid#00c364 !important; */
    background-color: #cbfce4 !important;
}

/* ── List ──────────────────────────────────────── */
.nav-styled-top-left.blue li {
    padding: 0px 0px 5px 32px;
    background: url('../images/icon/icon-ok-sign-dblue.webp') top left no-repeat;
}

/* ── Hero Section ─────────────────────────────────────────────── */
.imda-banner-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #02cbf7;
    background: rgba(2, 203, 247, 0.12);
    padding: 3px 10px;
    border-radius: 5px;
}

.hero-section {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 20px;
}

.hero-bg-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #2a7de1 0%, #3a95f0 40%, #5bbef7 75%, #7dd4fa 100%);
    z-index: 0;
}

.hero-bg-radial {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 80% 30%, rgba(255, 255, 255, 0.18) 0%, transparent 60%);
    z-index: 0;
    pointer-events: none;
}

.hero-content-z {
    position: relative;
    z-index: 1;
}

.hero-eyebrow-wrap {
    margin-bottom: 24px;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 5px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.hero-h1 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 45px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: 24px;
}

.hero-subtitle {
    font-size: 1.05rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 32px;
    max-width: 520px;
}

.hero-cta-group {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.hero-trust-group {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.hero-trust-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
    /* border: 1px solid rgba(255, 255, 255, 0.35); */
}

.hero-trust-icon {
    color: #fff;
    font-size: 0.8rem;
}

.hero-trust-text {
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
}

.hero-right {
    position: relative;
    text-align: center;
}

.hero-bubble-wrap {
    position: absolute;
    bottom: 320px;
    left: -90px;
    width: 240px;
    z-index: 3;
}

.hero-bubble {
    background: #1a2535;
    border-radius: 10px;
    padding: 10px 8px;
    position: relative;
}

.hero-bubble-tail {
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #1a2535;
}

.hero-bubble-text {
    font-size: 0.875rem;
    line-height: 1.65;
    color: #fff;
    margin: 0;
    line-height: 15px;
}

.hero-bubble-highlight {
    color: #02cbf7;
    font-weight: 800;
}

.hero-philip {
    position: absolute;
    top: 120px;
    left: -80px;
    z-index: 2;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.15));
    pointer-events: none;
}

.hero-phones {
    position: relative;
    z-index: 1;
    margin-left: 150px;
    filter: drop-shadow(0 24px 60px rgba(0, 0, 0, 0.2)) drop-shadow(0 8px 24px rgba(0, 0, 0, 0.15));
    width: 420px;
    height: 450px;
}

.hero-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
    line-height: 0;
}

.hero-wave svg {
    width: 100%;
    height: 80px;
    display: block;
}

/* ── Stats Bar ────────────────────────────────────────────────── */
.stats-section {
    background: #ffffff;
    border-bottom: 1px solid rgba(42, 125, 225, 0.12);
    padding: 0 0 40px;
}

.stat-number {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
    line-height: 1;
    margin-bottom: 6px;
}

.stat-label {
    font-size: 0.8rem;
    color: #5a7a94;
    font-weight: 500;
}

/* ── Shared Section Styles ────────────────────────────────────── */
.section-h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 800;
    color: #1a2e44;
    /* margin-top: 16px; */
    line-height: 1.2;
}

.section-desc-lg {
    max-width: 540px;
}

.section-inner {
    position: relative;
    z-index: 1;
}

/* ── Bento Feature Cards ──────────────────────────────────────── */
.section-pure-white {
    background: #ffffff;
}

.section-soft-blue {
    background: #f4f8fd;
    position: relative;
    overflow: hidden;
}

.lm-card {
    background: #ffffff;
    /* border: 1px solid rgba(0, 0, 0, 0.08); */
    box-shadow: 0px 1px 15px rgba(154, 170, 207, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lm-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
}

.card-summary {
    padding: 12px 24px;
}

.card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.card-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-bottom: 18px;
}

.card-header .card-icon-wrap {
    margin-bottom: 0;
}

.card-header .card-h3,
.card-header .card-h3-lg {
    margin-bottom: 0;
}

.card-h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a2e44;
    margin-bottom: 10px;
}

.card-h3-lg {
    margin-bottom: 14px;
}

.card-p {
    font-size: 0.875rem;
    line-height: 1.75;
    color: #4a6a85;
    margin: 0;
}

.why-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.why-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.86rem;
}

.why-strong {
    color: #1a2e44;
}

.security-callout {
    font-size: 0.82rem;
    font-weight: 700;
    color: #13b488;
    background: rgba(0, 255, 79, 0.2);
    /* border: 1px solid rgba(14, 168, 106, 0.2); */
    border-radius: 8px;
    padding: 10px 14px;
    margin: 0;
}

/* ── Core Modules ─────────────────────────────────────────────── */
.module-card {
    display: block;
    padding: 24px 20px;
    border-radius: 16px;
    text-align: center;
    text-decoration: none;
    background: #ffffff;
    box-shadow: 0px 1px 15px rgba(154, 170, 207, 0.4);
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.module-card-small-top-bottom {
    display: block;
    padding: 14px 20px;
    border-radius: 16px;
    text-align: center;
    text-decoration: none;
    background: #ffffff;
    box-shadow: 0px 1px 15px rgba(154, 170, 207, 0.4);
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.module-card-tiny-padding {
    display: block;
    padding: 5px;
    border-radius: 16px;
    text-align: center;
    text-decoration: none;
    background: #ffffff;
    box-shadow: 0px 1px 15px rgba(154, 170, 207, 0.4);
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.module-card-no-padding {
    display: block;
    padding: 0px;
    border-radius: 16px;
    text-align: center;
    text-decoration: none;
    background: #ffffff;
    box-shadow: 0px 1px 15px rgba(154, 170, 207, 0.4);
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.module-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    transition: transform 0.3s ease;
}

.module-desc {
    font-size: 0.78rem;
    color: #5a7a94;
    line-height: 1.5;
}

/* ── Employee Lifecycle ───────────────────────────────────────── */
.lifecycle-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
    border-radius: 16px;
    text-decoration: none;
    background: #ffffff;
    box-shadow: 0px 1px 15px rgba(154, 170, 207, 0.4);
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.lifecycle-icon-wrap {
    border-radius: 12px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-all-wrap {
    text-align: center;
    margin-top: 40px;
}

.view-all-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1078b8;
    text-decoration: none;
    padding: 11px 24px;
    border-radius: 10px;
    border: 1px solid rgba(16, 120, 184, 0.25);
    background: rgba(16, 120, 184, 0.06);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.view-all-link:hover {
    background: rgba(16, 120, 184, 0.12);
    border-color: rgba(16, 120, 184, 0.45);
    transform: translateY(-1px);
}

/* ── More Features ────────────────────────────────────────────── */
.feature-card {
    display: block;
    padding: 32px 20px 20px 20px;
    border-radius: 20px;
    text-decoration: none;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 56px rgba(0, 0, 0, 0.1);
}

.feature-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 12px;
    border-radius: 20px 20px 0 0;
}

.feature-icon-wrap {
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.feature-h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #1a2e44;
    margin-bottom: 12px;
}

.feature-learn-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* ── Final CTA ────────────────────────────────────────────────── */
.section-gradient-lblue-darker-main {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.section-gradient-lblue-darker-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #2a7de1 0%, #3a95f0 40%, #5bbef7 75%, #7dd4fa 100%);
    z-index: 0;
}

.section-gradient-lblue-darker {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 50% 30%, rgba(255, 255, 255, 0.15) 0%, transparent 65%);
    z-index: 0;
    pointer-events: none;
}

.section-gradient-cyan-blue {
    background: linear-gradient(to right, #02cbf7, #1795d0);
}

.cta-orb-1 {
    position: absolute;
    top: 10%;
    left: 8%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.cta-orb-2 {
    position: absolute;
    bottom: 10%;
    right: 8%;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.10) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.cta-side-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: 200px;
    border-radius: 5px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
    z-index: 1;
    pointer-events: none;
}

.cta-side-img--left {
    left: 2%;
}

.cta-side-img--right {
    right: 2%;
}

.cta-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.35);
    margin-bottom: 24px;
}

.cta-p {
    font-size: 1rem;
    line-height: 1.75;
    max-width: 620px;
    margin: 0 auto 40px;
}

.cta-btn-group {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-trust-strip {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}

.cta-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cta-trust-icon {
    font-size: 0.85rem;
}

.cta-trust-text {
    font-size: 0.78rem;
    font-weight: 600;
    color: #003a5c;
}

/* ── About ──────────────────────────────────────── */
.section-about {
    padding-top: 7%;
    padding-bottom: 10% !important;
}

.about-banner {
    background-image: url('../images/capps_about.webp');
    background-position-y: -110px !important;
    background-size: 100em;
}

.about-banner-logo {
    padding: 4px;
}

.about-banner-logo img {
    width: auto;
    height: 60px;
}

/* ── News ──────────────────────────────────────── */
.news-img-div {
    width: 100%;
    height: 140px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 10px 10px 0 0;
}

.news-img-div.bg-48 {
    background-size: 48% !important;
}

.news-img-div.bg-60 {
    background-size: 60% !important;
}

.news-img-div.bg-65 {
    background-size: 65% !important;
}

.news-img-div.bg-75 {
    background-size: 75% !important;
}

.news-img-div.bg-80 {
    background-size: 80% !important;
}

.news-img-div.bg-90 {
    background-size: 90% !important;
}

.news-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 1px 15px rgba(154, 170, 207, 0.4);
    transition: border-color 0.3s ease, transform 0.2s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.news-card:hover {
    border-color: rgba(2, 203, 247, 0.4);
    transform: translateY(-2px);
}

.news-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-date-badge {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #02cbf7;
    /* border: 1px solid rgba(2, 203, 247, 0.2);
    border-radius: 100px; */
    padding: 3px 12px;
    font-size: 0.72rem;
    color: #003c8e;
    margin-bottom: 10px;
}

.news-title-text {
    padding: 0px 12px 12px 12px;
    font-size: 0.875rem;
    color: #5a7a94;
    line-height: 1.45;
    flex: 1;
}

a.news-card-link {
    text-decoration: none;
    display: block;
    height: 100%;
}

a.news-card-link:hover .news-title-text {
    color: #02cbf7;
}

@media (max-width: 640px) {
    .news-img-div.bg-48 {
        background-size: 42% !important;
    }

    .news-img-div.bg-65 {
        background-size: 65% !important;
    }
}

/* ── Knowledge Hub ──────────────────────────────────────── */
.kh-card {
    display: flex;
    gap: 24px;
    padding: 16px;
    margin-bottom: 10px;
    border-radius: 12px;
    background-color: #eff7ff;
}

/* .kh-card:first-child { padding-top: 0; } */
/* .kh-card:hover { background-color: #f8fafc; } */
.kh-card__image {
    flex: 0 0 200px;
    max-width: 200px;
}

#kh-img-less-more {
    width: auto;
    height: 190px;
    margin: 0 auto;
}

#kh-img-a-better-me,
#kh-img-hris-requirements-checklist,
#kh-img-define-data-science,
#kh-img-hr-data-sources,
#kh-img-happiness-chemicals {
    width: auto;
    height: 140px;
    margin: 0 auto;
}

#kh-img-employee-development-challenges-part-2,
#kh-img-employee-development-challenges-part-1,
#kh-img-employee-development-plan-why,
#kh-img-enhanced-claim-reporting,
#kh-img-min-months-increment-field,
#kh-img-cpf-new-rate-jan,
#kh-img-new-position-of-pam,
#kh-img-cpf-changes-effect,
#kh-img-pam-announcement-notification,
#kh-img-scan-and-go,
#kh-img-time-saving-feature,
#kh-img-project-cost-vs-payroll-cost,
#kh-img-no-meeting-wednesday,
#kh-img-5-effective-tips {
    width: auto;
    height: 105px;
    margin: 0 auto;
}

.kh-card__body {
    flex: 1;
    min-width: 0;
}

.kh-card__category {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    display: inline-block;
    font-size: 10px;
    font-weight: 900;
    color: #fff;
    background: #ff7e31;
    padding: 3px 8px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.kh-card__title {
    font-weight: 700;
    color: #013667;
    font-size: 25px;
    margin: 0 0 8px;
    line-height: 1.7rem;
}

.kh-card__title a {
    color: inherit;
    font-size: 25px;
    text-decoration: none;
    transition: color 0.2s;
}

.kh-card__title a:hover {
    color: #1795d0;
}

.kh-card__excerpt {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 8px;
}

.kh-card__meta {
    font-size: 13px;
    color: #6e92c6;
}

.kh-card__meta span {
    color: #1795d0;
}

/* ── Webinar ──────────────────────────────────────── */
.section-webinar {
    background: #ffffff;
    overflow: hidden;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 900px;
    background-image: url('../images/webinar/webinar-profile-bg-2.webp');
}

.webinar-page {
    display: none;
}

.webinar-page.active {
    display: block;
}

.webinar-img-card {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 1px 15px rgba(154, 170, 207, 0.4);
    background: #0B002E;
}

.webinar-img-card:hover {
    transform: translateY(-2px);
}

.webinar-img-card img {
    width: 100%;
    height: auto;
    display: block;
}

/* ── Reviews ──────────────────────────────────────── */
/* Stars */
.star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.star-rating input {
    display: none;
}

.star-rating label {
    cursor: pointer;
    font-size: 30px;
    color: #555;
    padding: 0 2px;
    transition: color 0.15s;
}

.star-rating label:hover,
.star-rating label:hover~label,
.star-rating input:checked~label {
    color: #F5A623;
}

/* Review card */
.review-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 1px 15px rgba(154, 170, 207, 0.4);
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
}

/* Rating bar */
.rating-bar-bg {
    flex: 1;
    height: 8px;
    background: rgba(24, 24, 24, 0.08);
    border-radius: 4px;
    margin-left: 10px;
    overflow: hidden;
}

.rating-bar-fill {
    height: 100%;
    background: #F5A623;
    border-radius: 4px;
}

/* Form inputs */
.customer-review-input,
.customer-review-textarea {
    width: 100%;
    border: 1px solid rgba(2, 203, 247, 0.2);
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 0.9rem;
    transition: border-color 0.2s ease;
    outline: none;
}

.customer-review-input:focus,
.customer-review-textarea:focus {
    border-color: #02cbf7;
}

.customer-review-label {
    display: block;
    font-size: 0.8rem;
    margin-bottom: 5px;
}

.customer-review-error {
    color: #f87171;
    font-size: 0.78rem;
    margin-top: 3px;
}

/* Scroll to top */
#reviewScrollTopBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background: #1795d0;
    color: white;
    cursor: pointer;
    padding: 12px;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    box-shadow: 0 4px 14px rgba(23, 149, 208, 0.4);
    transition: all 0.3s ease;
}

/* ── Footer ──────────────────────────────────────── */
.footer-h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.72rem !important;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: normal;
    text-transform: uppercase;
    color: #c8e0f0;
    margin-bottom: 18px;
}

.footer-div-a a:hover {
    transform: translateY(-2px);
}

#footer-logo-capps:hover img {
    transform: scale(1.5, 1.5);
}

/* ── Responsive: Hero Right ───────────────────────────────── */

/* Below lg (< 1024px): single-column stack — hide Philip & bubble, center phones */
@media (max-width: 1023px) {
    .hero-phones {
        margin: 0 auto 0 70px;
        max-width: 340px;
        display: block;
        width: 300px;
    }

    .hero-right {
        margin-top: 16px;
        min-height: 340px;
    }

    .hero-philip {
        left: -10px;
        bottom: 10px;
        width: 130px;
        height: 170px;
    }

    .hero-bubble-wrap {
        bottom: 200px;
        left: -10px;
        width: 190px;
    }

    .section-gradient-lblue-darker-main {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cta-side-img {
        position: static;
        transform: none;
        width: 80%;
        height: auto;
        border-radius: 5px;
        margin: 16px 0;
    }

    .cta-side-img--left {
        order: 1;
    }

    .section-gradient-lblue-darker-main .section-inner {
        order: 2;
        width: 100%;
    }

    .cta-side-img--right {
        order: 3;
    }

    /* ── About ──────────────────────────────────────── */
    .section-about {
        padding-top: 7%;
        padding-bottom: 4% !important;
    }

    .about-banner {
        background-position-y: 0px !important;
        background-size: 30em !important;
    }

    /* ── Knowledge Hub ──────────────────────────────────────── */
    .kh-card {
        flex-direction: column;
        gap: 12px;
    }

    .kh-card__image {
        flex: 0 0 auto;
        max-width: 100%;
    }

    #kh-img-less-more {
        width: auto;
        height: 190px;
        margin: 0 auto;
    }

    #kh-img-a-better-me,
    #kh-img-hris-requirements-checklist,
    #kh-img-define-data-science,
    #kh-img-hr-data-sources,
    #kh-img-happiness-chemicals {
        width: auto;
        height: 250px;
        margin: 0 auto;
    }

    #kh-img-employee-development-challenges-part-2,
    #kh-img-employee-development-challenges-part-1,
    #kh-img-employee-development-plan-why,
    #kh-img-enhanced-claim-reporting,
    #kh-img-min-months-increment-field,
    #kh-img-cpf-new-rate-jan,
    #kh-img-new-position-of-pam,
    #kh-img-cpf-changes-effect,
    #kh-img-pam-announcement-notification,
    #kh-img-scan-and-go,
    #kh-img-time-saving-feature,
    #kh-img-project-cost-vs-payroll-cost,
    #kh-img-no-meeting-wednesday,
    #kh-img-5-effective-tips {
        width: auto;
        height: 200px;
        margin: 0 auto;
    }

    #kh-filter-controls {
        flex-direction: column;
    }

    #kh-category-filter,
    #kh-search-field {
        width: 100% !important;
        min-width: auto !important;
        max-width: 100% !important;
    }
}

/* Desktop lg+ (≥ 1024px): two-column layout — give right column room for Philip */
@media (min-width: 1024px) {
    .hero-right {
        min-height: 460px;
    }
}

@media only screen and (min-device-width: 1920px) {
    .section-about {
        padding-top: 7%;
        padding-bottom: 15% !important;
    }

    .about-banner {
        background-position-y: -130px !important;
    }
}