/* Port & Marine Security & Surveillance Page */

/* Shared: Blue Pill Label */
.automated_workforce_section {
    background: linear-gradient(135deg, #FAFAFA 0%, #FFFFFF 50%, #EFF6FF 100%);
    padding: 130px 0px 80px 0px;
    position: relative;
    overflow: hidden;
}

/* Hero Content */
.automated_workforce_section h1 {
    color: var(--ma-tag-black);
    margin-bottom: 16px;
}

.hero_content>p {
    color: var(--ma-grey130);
    margin-bottom: 16px;
}

.hero_cta_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 30px;
    background-color: var(--ma-type-primary);
    color: var(--ma-white);
    font-size: var(--ma-body-text);
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: fit-content;
}

.hero_cta_btn:hover,
.hero_cta_btn:focus,
.hero_cta_btn:active {
    background-color: var(--ma-type-primaryhoverdark);
    color: var(--ma-white);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(38, 68, 140, 0.3);
}

/* Hero Image / Scatter Stats */
.hero_image {
    border-radius: 20px;
    overflow: hidden;
}

.pms-scatter {
    position: relative;
    height: 460px;
}

.pms-sc {
    position: absolute;
    background: #fff;
    border-radius: 20px;
    padding: 18px 22px 16px;
    width: 210px;
    box-shadow: 0 16px 48px rgba(15, 36, 96, .18), 0 3px 10px rgba(15, 36, 96, .08);
    border: 1px solid rgba(226, 232, 240, .8);
    transition: transform .25s, box-shadow .25s;
}

.pms-sc:hover {
    transform: translateY(-5px) rotate(0deg) !important;
    box-shadow: 0 28px 64px rgba(15, 36, 96, .22);
}

.pms-sc-1 {
    top: 0;
    right: 20px;
    transform: rotate(2.2deg);
    z-index: 2;
}

.pms-sc-2 {
    top: 130px;
    left: 0;
    transform: rotate(-2.5deg);
    z-index: 4;
}

.pms-sc-3 {
    top: 248px;
    right: 14px;
    transform: rotate(1.8deg);
    z-index: 3;
}

.pms-sc-4 {
    bottom: 0;
    left: 28px;
    transform: rotate(-1.8deg);
    z-index: 1;
}

.pms-sc-icon {
    width: 36px;
    height: 36px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 11px;
}

.pms-sci-1 {
    background: #eff6ff;
    color: var(--ma-type-primary);
}

.pms-sci-2 {
    background: #fef2f2;
    color: #dc2626;
}

.pms-sci-3 {
    background: #f0fdf4;
    color: #16a34a;
}

.pms-sci-4 {
    background: #faf5ff;
    color: #7c3aed;
}

.pms-sc-val {
    font-size: 42px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1;
    letter-spacing: -2px;
}

.pms-sc-val span {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
}

.pms-scv-1 span {
    color: var(--ma-type-primary);
}

.pms-scv-2 span {
    color: #dc2626;
}

.pms-scv-3 span {
    color: #16a34a;
}

.pms-scv-4 span {
    color: #7c3aed;
}

.pms-sc-lbl {
    font-size: 12px;
    color: #475569;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 7px;
}

.pms-sc-trend {
    font-size: 10.5px;
    font-weight: 600;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 3px;
    padding-top: 9px;
    border-top: 1px solid #f1f5f9;
}

.pms-sct-1 {
    color: var(--ma-type-primary);
}

.pms-sct-2 {
    color: #dc2626;
}

.pms-sct-3 {
    color: #16a34a;
}

.pms-sct-4 {
    color: #7c3aed;
}

/* ------------------------------ SECTION 2: SMART INTEGRATION / ABOUT ------------------------------ */
.smart_integration_section {
    background-color: var(--ma-white);
    padding: 80px 0;
}

.smart_integration_section h2 {
    margin-bottom: 16px;
}

.smart_integration_section p {
    margin-bottom: 16px;
}

/* Feature Cards / Metrics */
.pms-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 36px;
}

.pms-metric {
    background: #fff;
    border: 1px solid var(--ma-grey40);
    border-radius: 16px;
    padding: 20px 16px;
    text-align: center;
    transition: all 0.3s ease;
}

.pms-metric:hover {
    box-shadow: var(--ma-depth64);
    transform: translateY(-3px);
}

.pms-metric-val {
    font-size: var(--ma-page-title);
    font-weight: 900;
}

.pms-metric-lbl {
    font-size: var(--ma-body-text);
    color: var(--ma-grey130);
    margin-top: 6px;
}

/* Info Box */
.pms-info-box {
    padding: 16px 20px;
    border-radius: 12px;
    font-size: 13px;
    color: var(--ma-grey130);
    line-height: 1.7;
    border: 1px solid var(--ma-grey40);
    background-color: var(--ma-bg-light);
}

/* ------------------------------ SECTION 3A: HR MEETS FINANCE / PROJECTS ------------------------------ */
.hr_meets_finance_section {
    background-color: #FAFAFA;
    padding: 80px 0;
}

.hr_meets_finance_section h2 {
    margin-bottom: 16px;
}

/* Checklist box */
.hr_meets_finance_checklist {
    background-color: var(--ma-white);
    border: 1px solid var(--ma-grey40);
    border-radius: 14px;
    padding: 28px;
}

.hr_meets_finance_checklist h6 {
    margin-bottom: 16px;
}

.hr_meets_finance_checklist ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.hr_meets_finance_checklist ul li {
    font-size: var(--ma-body-text);
    color: var(--ma-grey130);
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.hr_meets_finance_checklist ul li:last-child {
    margin-bottom: 0;
}

.hr_meets_finance_checklist ul li i {
    color: var(--ma-type-primary);
    flex-shrink: 0;
    margin-top: 2px;
}

/* Section image / Feature card */
.hr_meets_finance_img {
    border-radius: 16px;
    overflow: hidden;
}

.pms-client-card {
    background: var(--ma-bg-section-dark);
    border-radius: 20px;
    padding: 36px 32px;
    color: #fff;
}

.pms-client-card-title {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #93c5fd;
    margin-bottom: 20px;
}

.pms-client-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.pms-client-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.pms-client-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.pms-client-ico {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    background: rgba(255, 255, 255, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.pms-client-info h6 {
    font-weight: 700;
    font-size: 13.5px;
    margin-bottom: 2px;
    color: #fff;
}

.pms-client-info p {
    font-size: 11.5px;
    color: rgba(255, 255, 255, .65);
    margin-bottom: 0;
}

/* ------------------------------ SECTION: SUPPORTS / FRAMEWORK ------------------------------ */
.biometrics_supports_section {
    background-color: var(--ma-bg-section-dark);
    padding: 80px 0px;
}

.biometrics_supports_section h2 {
    color: var(--ma-white);
}

.supports_item {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 20px;
    text-align: left;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
}

.supports_item:hover {
    background-color: rgba(255, 255, 255, 0.18);
}

    .supports_item .pms-fw-num {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        background-color: #e6edf417;
        color: white;
        margin-bottom:20px;
    }

    .supports_item h6 {
        color: var(--ma-white);
        margin-bottom: 6px;
    }

    .supports_item .sub {
        font-size: var(--ma-header);
        color: var(--ma-white);
        opacity:0.85;
        text-transform: uppercase;
        margin-bottom: 12px;
    }

.supports_item p {
    color: var(--ma-white);
    opacity: 0.85;
    margin-bottom: 0px;
    font-size: 13.5px;
}

/* ------------------------------ SECTION: OPERATIONAL SYSTEMS ------------------------------ */
.ops_systems_section {
    background-color: #FAFAFA;
    padding: 80px 0;
}

.pms-ops-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}

.pms-ops-card {
    background: #fff;
    border: 1.5px solid #dbeafe;
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.pms-ops-card:hover {
    box-shadow: var(--ma-depth64);
    transform: translateY(-3px);
}

.pms-ops-head {
    background: linear-gradient(135deg, #034694 0%, #1C599F 50%, #356BA9 100%);
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 14px;
}

    .pms-ops-head i {
        font-size: 24px;
        color: var(--ma-white);
    }

    .pms-ops-head h4 {
        font-size: var(--ma-body-text);
        color: var(--ma-white);
        margin: 0;
    }

.pms-ops-body {
    padding: 20px 24px;
}

.pms-ops-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.pms-ops-body ul li {
    font-size: 13px;
    color: #374151;
    display: flex;
    align-items: flex-start;
    gap: 9px;
}

    .pms-ops-body ul li i {
        color: var(--ma-type-primary);
        font-size: 12px;
        flex-shrink: 0;
        margin-top: 2px;
    }

.pms-ops-feature {
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    border: 1.5px solid #bfdbfe;
    border-radius: 18px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
}

.pms-ops-feature h4 {
    font-size: 16px;
    font-weight: 800;
    color: #0f2460;
    margin: 0 0 10px;
}

.pms-ops-feature p {
    font-size: 13.5px;
    color: #475569;
    line-height: 1.7;
    margin: 0;
}

/* ------------------------------ SECTION: DIGITAL TWIN / ICCC ------------------------------ */
.pms_dark_card {
    background: linear-gradient(135deg, #034694 0%, #1C599F 50%, #356BA9 100%);
    border-radius: 20px;
    padding: 40px 32px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.pms_dark_card_title {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #93c5fd;
    margin-bottom: 4px;
}

.pms_dark_card_item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.pms_dark_card_item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.pms_dark_card_ico {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.pms_dark_card_info h6 {
    font-weight: 700;
    font-size: 13.5px;
    margin-bottom: 2px;
    color: #fff;
}

.pms_dark_card_info p {
    font-size: 11.5px;
    color: rgba(255, 255, 255, .65);
    margin-bottom: 0;
    line-height: 1.4;
}

/* ICCC Modules Grid */
.pms-iccc-modules-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.pms-iccc-module-card {
    background: #fff;
    border: 1.5px solid #bfdbfe;
    border-radius: 14px;
    padding: 22px 18px;
    text-align: center;
    transition: all 0.3s ease;
}

.pms-iccc-module-card:hover {
    box-shadow: var(--ma-depth64);
    transform: translateY(-3px);
}

.pms-iccc-module-card i {
    font-size: 26px;
    color: var(--ma-type-primary);
    display: block;
    margin-bottom: 10px;
}

.pms-iccc-module-card span {
    font-size: 13px;
    font-weight: 700;
    color: #0f2460;
}

/* ------------------------------ SECTION: IT ARCHITECTURE ------------------------------ */
.pms-arch-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.pms-arch-card {
    background: #fff;
    border: 1.5px solid #dbeafe;
    border-radius: 16px;
    padding: 28px 24px;
    transition: all 0.3s ease;
}

.pms-arch-card:hover {
    box-shadow: var(--ma-depth64);
    transform: translateY(-3px);
}

.pms-arch-card .icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #eff6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--ma-type-primary);
    margin-bottom: 16px;
}

.pms-arch-card h4 {
    font-size: 14.5px;
    font-weight: 800;
    color: #0f2460;
    margin: 0 0 8px;
}

.pms-arch-card p {
    font-size: 13px;
    color: #475569;
    line-height: 1.65;
    margin: 0;
}

/* ------------------------------ FAQ Section ------------------------------ */
.frequently-asked-questions-section {
    background-color: var(--ma-white);
    padding: 80px 0;
}

.fq-aside {
    position: sticky;
    top: 120px;
}

.fq-aside h2 {
    margin-bottom: 20px;
}

.fq-aside p {
    margin-bottom: 30px;
}

.fq-contact {
    display: flex;
    align-items: center;
    gap: 14px;
    background-color: var(--ma-white);
    border: 1px solid var(--ma-grey40);
    border-radius: 12px;
    padding: 30px;
}

.fq-contact-ico {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: var(--ma-type-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.fq-contact span {
    font-size: 11px;
    color: var(--muted);
    display: block;
    margin-bottom: 2px;
}

.fq-contact a {
    font-size: 15px;
    font-weight: 700;
    color: var(--ma-tag-black);
    text-decoration: none;
}

.fq-contact a:hover {
    color: var(--ma-type-primary);
}

/* FAQ items */
.fq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fq-item {
    border-radius: 12px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: box-shadow .25s;
}

.fq-item.open {
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
}

.fq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    cursor: pointer;
    user-select: none;
    transition: background .2s;
    background-color: var(--ma-white);
}

.fq-q-text {
    margin-bottom: 0;
    font-size: 16px;
    font-family: var(--ma-font-semibold);
    color: var(--ma-tag-black);
}

.fq-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    background: var(--ma-bg-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: var(--ma-type-primary);
    transition: transform .3s, background .3s;
}

.fq-item.open .fq-icon {
    transform: rotate(180deg);
    background: var(--ma-type-primary);
    color: #fff;
}

.fq-a {
    display: none;
    padding: 0 20px 18px;
    background-color: var(--ma-white);
}

.fq-item.open .fq-a {
    display: block;
}

.fq-a p {
    margin-bottom: 0;
    color: var(--ma-grey130);
    line-height: 1.6;
}

@media(max-width:1024px) {
    .fq-aside {
        position: static;
    }
}

/* RESPONSIVE */
@media screen and (max-width: 992px) {
    .pms-metrics {
        grid-template-columns: repeat(2, 1fr);
    }

    .pms-iccc-modules-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .pms-arch-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .automated_workforce_section {
        padding: 80px 0 40px 0;
    }

    .pms-scatter {
        height: auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .pms-sc {
        position: static;
        transform: none !important;
        width: 100%;
    }

    .pms-iccc-modules-row {
        grid-template-columns: 1fr;
    }

    .pms-arch-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 576px) {
    .pms-metrics {
        grid-template-columns: 1fr;
    }
}