/* Shared page-only styles for PalmSecure, RTPASS, and WEBICS */

.banner_area {
    position: relative;
}

.banner_area .banner_inner {
    background: linear-gradient(135deg, rgba(20, 39, 78, 0.88), rgba(31, 60, 136, 0.78));
}

.banner_area .banner_inner .banner_content {
    margin-top: 85px;
}

.banner_area .section-head-square {
    width: 200px;
    padding: 3rem 0 3rem 3rem;
}

.banner_area .section-head-square > .head-title,
.banner_area .banner_inner .banner_content h2,
.banner_area .head-title {
    width: 640px;
    font-size: 28px !important;
    line-height: 1.45 !important;
    font-weight: 700;
    letter-spacing: -0.2px;
    margin-bottom: 0;
}

.solution-page {
    padding: 105px 0 120px;
    background: linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
}

.solution-page .container {
    max-width: 1100px;
}

.solution-intro {
    max-width: 760px;
    margin: 0 auto 58px;
    text-align: center;
}

.solution-title {
    margin: 0;
    color: #14274e;
    font-size: 38px;
    font-weight: 800;
    letter-spacing: -0.6px;
}

.solution-line {
    width: 56px;
    height: 4px;
    margin: 18px auto 22px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #27486b, #4a90e2);
}

.solution-intro p {
    margin: 0;
    color: #5b6574;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.8;
    word-break: keep-all;
}

.solution-image-stack {
    overflow: hidden;
    border: 1px solid #dbe5f1;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(20, 39, 78, 0.06);
}

.solution-image-stack img {
    display: block;
    width: 100%;
    height: auto;
}

.solution-image-stack img + img {
    border-top: 1px solid #e4ebf3;
}

/* PalmSecure first introduction image recreated as HTML */
.palmsecure-essence {
    margin-bottom: 42px;
    padding: 46px;
    border: 1px solid #e5dbe8;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(70, 18, 93, 0.06);
}

.palmsecure-essence-head {
    margin-bottom: 34px;
    text-align: center;
}

.palmsecure-essence-head span {
    display: inline-block;
    margin-bottom: 8px;
    color: #b50076;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.palmsecure-essence-head h2 {
    margin: 0;
    color: #25103c;
    font-size: 30px;
    font-weight: 800;
}

.palmsecure-essence-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 250px minmax(0, 1fr);
    gap: 24px 32px;
    align-items: stretch;
}

.palmsecure-feature {
    padding: 23px 24px 20px;
    border-top: 3px solid #c51c2c;
    background: #fffafa;
}

.palmsecure-feature h3 {
    margin: 0 0 16px;
    color: #b31728;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.45;
    word-break: keep-all;
}

.palmsecure-feature ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.palmsecure-feature li {
    position: relative;
    padding-left: 15px;
    color: #4a4650;
    font-size: 14px;
    line-height: 1.65;
    word-break: keep-all;
}

.palmsecure-feature li::before {
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 6px;
    height: 6px;
    background: #c51c2c;
    content: "";
}

.palmsecure-feature strong {
    color: #302b33;
    font-weight: 800;
}

.palmsecure-feature-vein { grid-column: 1; grid-row: 1; }
.palmsecure-feature-sensor { grid-column: 3; grid-row: 1; }
.palmsecure-feature-security { grid-column: 1; grid-row: 2; }
.palmsecure-feature-adoption { grid-column: 3; grid-row: 2; }

.palmsecure-core {
    position: relative;
    display: grid;
    grid-column: 2;
    grid-row: 1 / span 2;
    width: 220px;
    height: 220px;
    place-self: center;
    place-items: center;
    border-radius: 50%;
    background: conic-gradient(#f05a62 0 25%, #ff787d 25% 50%, #ef565f 50% 75%, #ff7077 75% 100%);
}

.palmsecure-core::before {
    position: absolute;
    width: 122px;
    height: 122px;
    border-radius: 50%;
    background: #fff;
    content: "";
}

.palmsecure-core strong {
    position: relative;
    z-index: 1;
    color: #606068;
    font-size: 18px;
    letter-spacing: -0.7px;
}

.palmsecure-core strong span {
    color: #9d8b52;
}

.palmsecure-core-item {
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.palmsecure-core-1 { top: 25px; left: 70px; }
.palmsecure-core-2 { top: 95px; right: 14px; transform: rotate(90deg); }
.palmsecure-core-3 { right: 84px; bottom: 25px; }
.palmsecure-core-4 { top: 94px; left: 15px; transform: rotate(-90deg); }

@media (max-width: 991px) {
    .banner_area .section-head-square > .head-title,
    .banner_area .banner_inner .banner_content h2,
    .banner_area .head-title {
        width: 100%;
        font-size: 24px !important;
    }

    .solution-page {
        padding: 82px 0 90px;
    }

    .palmsecure-essence-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .palmsecure-feature-vein,
    .palmsecure-feature-security { grid-column: 1; }
    .palmsecure-feature-sensor,
    .palmsecure-feature-adoption { grid-column: 2; }
    .palmsecure-feature-vein,
    .palmsecure-feature-sensor { grid-row: 1; }
    .palmsecure-feature-security,
    .palmsecure-feature-adoption { grid-row: 2; }
    .palmsecure-core { display: none; }
}

@media (max-width: 767px) {
    .banner_area .section-head-square {
        width: 160px;
        padding: 2rem 0 2rem 2rem;
        margin: 0 auto;
    }

    .banner_area .section-head-square > .head-title,
    .banner_area .banner_inner .banner_content h2,
    .banner_area .head-title {
        width: 100%;
        font-size: 20px !important;
        line-height: 1.5 !important;
    }

    .solution-page {
        padding: 64px 0 72px;
    }

    .solution-intro {
        margin-bottom: 40px;
    }

    .solution-title {
        font-size: 30px;
    }

    .solution-intro p {
        font-size: 15px;
    }

    .palmsecure-essence {
        margin-bottom: 26px;
        padding: 28px 20px;
    }

    .palmsecure-essence-head {
        margin-bottom: 26px;
    }

    .palmsecure-essence-head h2 {
        font-size: 25px;
    }

    .palmsecure-essence-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .palmsecure-feature-vein,
    .palmsecure-feature-sensor,
    .palmsecure-feature-security,
    .palmsecure-feature-adoption {
        grid-column: 1;
        grid-row: auto;
    }

    .palmsecure-feature {
        padding: 20px 18px 18px;
    }
}

/* PalmSecure image-based detail sections */
.palmsecure-content-section {
    margin-bottom: 42px;
    padding: 38px;
    border: 1px solid #dbe5f1;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(20, 39, 78, 0.06);
}

.palmsecure-content-section:last-child {
    margin-bottom: 0;
}

.palmsecure-section-head {
    margin-bottom: 26px;
    text-align: center;
}

.palmsecure-section-head span {
    display: inline-block;
    margin-bottom: 8px;
    color: #b50076;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.palmsecure-section-head h2 {
    margin: 0;
    color: #25103c;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.4px;
}

.palmsecure-image-card {
    overflow: hidden;
    border: 1px solid #e1e7ef;
    border-radius: 8px;
    background: #fff;
}

.palmsecure-image-card img {
    display: block;
    width: 100%;
    height: auto;
}

.palmsecure-image-card img + img {
    border-top: 1px solid #e4eaf1;
}

@media (max-width: 767px) {
    .palmsecure-content-section {
        margin-bottom: 26px;
        padding: 24px 16px;
    }

    .palmsecure-section-head {
        margin-bottom: 20px;
    }

    .palmsecure-section-head h2 {
        font-size: 25px;
    }
}


/* PalmSecure application fields */
.palmsecure-section-head p {
    max-width: 760px;
    margin: 14px auto 0;
    color: #657080;
    font-size: 15px;
    line-height: 1.75;
    word-break: keep-all;
}

.palmsecure-application-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.palmsecure-application-card {
    position: relative;
    display: flex;
    min-height: 265px;
    overflow: hidden;
    border: 1px solid #e1e7ef;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #fafbfd 100%);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.palmsecure-application-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(20, 39, 78, 0.10);
}

.palmsecure-application-number {
    display: flex;
    flex: 0 0 72px;
    align-items: flex-start;
    justify-content: center;
    padding-top: 24px;
    background: linear-gradient(180deg, #25103c, #6e135d);
    color: rgba(255, 255, 255, 0.88);
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.palmsecure-application-body {
    padding: 24px 24px 22px;
}

.palmsecure-application-tag {
    display: inline-block;
    margin-bottom: 10px;
    color: #b50076;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.palmsecure-application-card h3 {
    margin: 0 0 10px;
    color: #1d2940;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.45;
    word-break: keep-all;
}

.palmsecure-application-card p {
    margin: 0 0 16px;
    color: #647083;
    font-size: 14px;
    line-height: 1.7;
    word-break: keep-all;
}

.palmsecure-application-card ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.palmsecure-application-card li {
    position: relative;
    padding-left: 15px;
    color: #3e4959;
    font-size: 14px;
    line-height: 1.6;
    word-break: keep-all;
}

.palmsecure-application-card li::before {
    position: absolute;
    top: 0.68em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c51c2c;
    content: "";
}

/* PalmSecure reference cases */
.palmsecure-reference-list {
    overflow: hidden;
    border: 1px solid #e1e7ef;
    border-radius: 12px;
    background: #fff;
}

.palmsecure-reference-row {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr) minmax(250px, 0.85fr);
    align-items: stretch;
    border-bottom: 1px solid #e8edf3;
}

.palmsecure-reference-row:last-child {
    border-bottom: 0;
}

.palmsecure-reference-category {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 14px;
    background: #f3f5f8;
    color: #25103c;
    font-size: 17px;
    font-weight: 800;
}

.palmsecure-reference-content {
    padding: 22px 24px;
}

.palmsecure-reference-content h3 {
    margin: 0 0 8px;
    color: #1d2940;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.45;
}

.palmsecure-reference-content p {
    margin: 0;
    color: #667182;
    font-size: 14px;
    line-height: 1.7;
    word-break: keep-all;
}

.palmsecure-reference-examples {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 20px 22px;
    border-left: 1px solid #e8edf3;
    background: #fbfcfd;
}

.palmsecure-reference-examples span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 11px;
    border: 1px solid #dce4ee;
    border-radius: 999px;
    background: #fff;
    color: #455164;
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .palmsecure-reference-row {
        grid-template-columns: 94px minmax(0, 1fr);
    }

    .palmsecure-reference-examples {
        grid-column: 2;
        border-top: 1px solid #e8edf3;
        border-left: 0;
    }
}

@media (max-width: 767px) {
    .palmsecure-application-grid {
        grid-template-columns: 1fr;
    }

    .palmsecure-application-card {
        min-height: auto;
    }

    .palmsecure-application-number {
        flex-basis: 56px;
        padding-top: 20px;
        font-size: 16px;
    }

    .palmsecure-application-body {
        padding: 20px 18px;
    }

    .palmsecure-application-card h3 {
        font-size: 18px;
    }

    .palmsecure-reference-row {
        grid-template-columns: 1fr;
    }

    .palmsecure-reference-category {
        justify-content: flex-start;
        padding: 14px 18px;
    }

    .palmsecure-reference-content {
        padding: 18px;
    }

    .palmsecure-reference-examples {
        grid-column: 1;
        padding: 16px 18px 18px;
    }
}


/* PalmSecure business innovation timeline */
.palmsecure-innovation-timeline {
    position: relative;
    display: grid;
    gap: 22px;
    margin-top: 6px;
    padding-left: 34px;
}

.palmsecure-innovation-timeline::before {
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 12px;
    width: 2px;
    background: linear-gradient(180deg, #b50076, #27486b);
    content: "";
}

.palmsecure-innovation-item {
    position: relative;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 22px;
    padding: 26px 28px;
    border: 1px solid #e1e7ef;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #fafbfd 100%);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.palmsecure-innovation-item::before {
    position: absolute;
    top: 34px;
    left: -29px;
    width: 14px;
    height: 14px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #b50076;
    box-shadow: 0 0 0 2px rgba(181, 0, 118, 0.18);
    content: "";
}

.palmsecure-innovation-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(20, 39, 78, 0.09);
}

.palmsecure-innovation-year {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 3px;
    color: #25103c;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.4px;
}

.palmsecure-innovation-content {
    min-width: 0;
}

.palmsecure-innovation-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #f9eaf4;
    color: #a30069;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.palmsecure-innovation-content h3 {
    margin: 0 0 10px;
    color: #1d2940;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.45;
    word-break: keep-all;
}

.palmsecure-innovation-content p {
    margin: 0 0 15px;
    color: #647083;
    font-size: 14px;
    line-height: 1.75;
    word-break: keep-all;
}

.palmsecure-innovation-content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.palmsecure-innovation-content li {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 11px;
    border: 1px solid #dce4ee;
    border-radius: 999px;
    background: #fff;
    color: #455164;
    font-size: 12px;
    font-weight: 700;
}

.palmsecure-innovation-summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 26px;
    padding: 22px 24px;
    border-radius: 12px;
    background: linear-gradient(90deg, #25103c, #7b1568);
    color: #fff;
    text-align: center;
}

.palmsecure-innovation-summary strong {
    font-size: 20px;
    font-weight: 800;
}

.palmsecure-innovation-summary span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .palmsecure-innovation-timeline {
        padding-left: 24px;
    }

    .palmsecure-innovation-timeline::before {
        left: 7px;
    }

    .palmsecure-innovation-item {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 22px 18px;
    }

    .palmsecure-innovation-item::before {
        left: -23px;
    }

    .palmsecure-innovation-year {
        justify-content: flex-start;
        font-size: 21px;
    }

    .palmsecure-innovation-content h3 {
        font-size: 18px;
    }

    .palmsecure-innovation-summary {
        flex-direction: column;
        gap: 6px;
    }

    .palmsecure-innovation-summary strong {
        font-size: 18px;
    }
}


/* RTPASS image sections */
.rtpass-content-section {
    margin-bottom: 42px;
    padding: 38px;
    border: 1px solid #dbe5f1;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(20, 39, 78, 0.06);
}

.rtpass-content-section:last-child {
    margin-bottom: 0;
}

.rtpass-section-head {
    max-width: 820px;
    margin: 0 auto 26px;
    text-align: center;
}

.rtpass-section-head span {
    display: inline-block;
    margin-bottom: 8px;
    color: #e56517;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.rtpass-section-head h2 {
    margin: 0;
    color: #1d2940;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.4px;
}

.rtpass-section-head p {
    margin: 14px auto 0;
    color: #657080;
    font-size: 15px;
    line-height: 1.75;
    word-break: keep-all;
}

.rtpass-image-card {
    overflow: hidden;
    border: 1px solid #e1e7ef;
    border-radius: 8px;
    background: #fff;
}

.rtpass-image-card img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .rtpass-content-section {
        margin-bottom: 26px;
        padding: 24px 16px;
    }

    .rtpass-section-head {
        margin-bottom: 20px;
    }

    .rtpass-section-head h2 {
        font-size: 25px;
    }

    .rtpass-section-head p {
        font-size: 14px;
    }
}


/* RTPASS HTML service cards */
.rtpass-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.rtpass-service-card {
    display: flex;
    min-height: 270px;
    overflow: hidden;
    border: 1px solid #e1e7ef;
    border-radius: 12px;
    background: linear-gradient(180deg, #fff 0%, #fafbfd 100%);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.rtpass-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(20, 39, 78, 0.10);
}

.rtpass-service-number {
    display: flex;
    flex: 0 0 70px;
    align-items: flex-start;
    justify-content: center;
    padding-top: 24px;
    background: linear-gradient(180deg, #e56517, #b63f08);
    color: #fff;
    font-size: 19px;
    font-weight: 800;
}

.rtpass-service-body {
    padding: 24px 24px 22px;
}

.rtpass-service-tag {
    display: inline-block;
    margin-bottom: 10px;
    color: #e56517;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.09em;
}

.rtpass-service-card h3,
.rtpass-benefit-card h3 {
    margin: 0 0 10px;
    color: #1d2940;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.45;
    word-break: keep-all;
}

.rtpass-service-card p,
.rtpass-benefit-card p {
    margin: 0 0 15px;
    color: #647083;
    font-size: 14px;
    line-height: 1.72;
    word-break: keep-all;
}

.rtpass-service-card ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rtpass-service-card li {
    position: relative;
    padding-left: 15px;
    color: #3f4b5d;
    font-size: 14px;
    line-height: 1.6;
}

.rtpass-service-card li::before {
    position: absolute;
    top: 0.67em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e56517;
    content: "";
}

/* RTPASS necessity list */
.rtpass-need-list {
    display: grid;
    gap: 16px;
}

.rtpass-need-item {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    padding: 22px 24px;
    border: 1px solid #dce5ef;
    border-radius: 12px;
    background: linear-gradient(90deg, #f8fbff 0%, #fff 100%);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.rtpass-need-item:hover {
    transform: translateX(4px);
    box-shadow: 0 10px 24px rgba(20, 39, 78, 0.08);
}

.rtpass-need-index {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #27486b, #4a90e2);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.rtpass-need-item h3 {
    margin: 0 0 7px;
    color: #1d2940;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.45;
}

.rtpass-need-item p {
    margin: 0;
    color: #657080;
    font-size: 14px;
    line-height: 1.7;
    word-break: keep-all;
}

/* RTPASS benefits */
.rtpass-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.rtpass-benefit-card {
    position: relative;
    min-height: 260px;
    padding: 30px 24px 24px;
    overflow: hidden;
    border: 1px solid #e1e7ef;
    border-radius: 12px;
    background: linear-gradient(180deg, #fff 0%, #fafbfd 100%);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.rtpass-benefit-card::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #e56517, #27486b);
    content: "";
}

.rtpass-benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(20, 39, 78, 0.10);
}

.rtpass-benefit-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 30px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: #fff1e8;
    color: #d6550f;
    font-size: 12px;
    font-weight: 800;
}

@media (max-width: 991px) {
    .rtpass-benefit-grid {
        grid-template-columns: 1fr;
    }

    .rtpass-benefit-card {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .rtpass-service-grid {
        grid-template-columns: 1fr;
    }

    .rtpass-service-card {
        min-height: auto;
    }

    .rtpass-service-number {
        flex-basis: 56px;
        padding-top: 20px;
        font-size: 16px;
    }

    .rtpass-service-body {
        padding: 20px 18px;
    }

    .rtpass-need-item {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 20px 18px;
    }

    .rtpass-need-item h3,
    .rtpass-service-card h3,
    .rtpass-benefit-card h3 {
        font-size: 18px;
    }
}


/* WEBICS image sections */
.webics-content-section {
    margin-bottom: 42px;
    padding: 38px;
    border: 1px solid #dbe5f1;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(20, 39, 78, 0.06);
}

.webics-content-section:last-child {
    margin-bottom: 0;
}

.webics-section-head {
    max-width: 820px;
    margin: 0 auto 26px;
    text-align: center;
}

.webics-section-head span {
    display: inline-block;
    margin-bottom: 8px;
    color: #db7415;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.webics-section-head h2 {
    margin: 0;
    color: #1d2940;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.4px;
}

.webics-section-head p {
    margin: 14px auto 0;
    color: #657080;
    font-size: 15px;
    line-height: 1.75;
    word-break: keep-all;
}

.webics-image-card {
    overflow: hidden;
    border: 1px solid #e1e7ef;
    border-radius: 8px;
    background: #fff;
}

.webics-image-card img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .webics-content-section {
        margin-bottom: 26px;
        padding: 24px 16px;
    }

    .webics-section-head {
        margin-bottom: 20px;
    }

    .webics-section-head h2 {
        font-size: 25px;
    }

    .webics-section-head p {
        font-size: 14px;
    }
}


/* =========================================================
   Unified blue theme for PalmSecure / RTPASS / WEBICS
   - aligned with business page visual tone
   ========================================================= */
:root {
    --solution-blue-900: #14274e;
    --solution-blue-800: #1d3557;
    --solution-blue-700: #27486b;
    --solution-blue-600: #37658f;
    --solution-blue-500: #4a90e2;
    --solution-blue-300: #9fb8d3;
    --solution-blue-100: #edf3f8;
    --solution-blue-050: #f7f9fc;
}

/* Common section accents */
.solution-title,
.palmsecure-essence-head h2,
.palmsecure-section-head h2,
.rtpass-section-head h2,
.webics-section-head h2 {
    color: var(--solution-blue-900);
}

.solution-line {
    background: linear-gradient(90deg, var(--solution-blue-700), var(--solution-blue-500));
}

.palmsecure-essence-head span,
.palmsecure-section-head span,
.rtpass-section-head span,
.webics-section-head span,
.palmsecure-application-tag,
.rtpass-service-tag {
    color: var(--solution-blue-700);
}

/* PalmSecure */
.palmsecure-essence {
    border-color: #dbe5f1;
    box-shadow: 0 10px 28px rgba(20, 39, 78, 0.06);
}

.palmsecure-feature {
    border-top-color: var(--solution-blue-700);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
}

.palmsecure-feature h3 {
    color: var(--solution-blue-700);
}

.palmsecure-feature li::before,
.palmsecure-application-card li::before {
    background: var(--solution-blue-600);
}

.palmsecure-core {
    background: conic-gradient(
        #27486b 0 25%,
        #37658f 25% 50%,
        #4a78a5 50% 75%,
        #6d89a6 75% 100%
    );
}

.palmsecure-core strong span {
    color: var(--solution-blue-600);
}

.palmsecure-application-number {
    background: linear-gradient(180deg, var(--solution-blue-900), var(--solution-blue-600));
}

.palmsecure-reference-category {
    color: var(--solution-blue-900);
    background: var(--solution-blue-100);
}

.palmsecure-innovation-timeline::before {
    background: linear-gradient(180deg, var(--solution-blue-700), var(--solution-blue-500));
}

.palmsecure-innovation-item::before {
    background: var(--solution-blue-600);
    box-shadow: 0 0 0 2px rgba(39, 72, 107, 0.18);
}

.palmsecure-innovation-year {
    color: var(--solution-blue-900);
}

.palmsecure-innovation-badge {
    background: var(--solution-blue-100);
    color: var(--solution-blue-700);
}

.palmsecure-innovation-summary {
    background: linear-gradient(90deg, var(--solution-blue-900), var(--solution-blue-600));
}

/* RTPASS */
.rtpass-service-number {
    background: linear-gradient(180deg, var(--solution-blue-800), var(--solution-blue-600));
}

.rtpass-service-card li::before {
    background: var(--solution-blue-600);
}

.rtpass-need-index {
    background: linear-gradient(135deg, var(--solution-blue-700), var(--solution-blue-500));
}

.rtpass-benefit-card::before {
    background: linear-gradient(90deg, var(--solution-blue-700), var(--solution-blue-500));
}

.rtpass-benefit-number {
    background: var(--solution-blue-100);
    color: var(--solution-blue-700);
}

/* WEBICS */
.webics-content-section,
.rtpass-content-section,
.palmsecure-content-section,
.palmsecure-essence {
    border-color: #dbe5f1;
    box-shadow: 0 10px 28px rgba(20, 39, 78, 0.06);
}

.webics-image-card,
.rtpass-image-card,
.palmsecure-image-card {
    border-color: #dce5ef;
}

/* Consistent card hover tone */
.palmsecure-application-card:hover,
.palmsecure-innovation-item:hover,
.rtpass-service-card:hover,
.rtpass-need-item:hover,
.rtpass-benefit-card:hover {
    box-shadow: 0 14px 28px rgba(20, 39, 78, 0.10);
}

/* Text chips and tags */
.palmsecure-reference-examples span,
.palmsecure-innovation-content li {
    border-color: #d8e3ee;
    color: #40526a;
    background: #ffffff;
}



/* PalmSecure center ring: simple 4-way cross division with diagonal label placement */
.palmsecure-core {
    width: 220px;
    height: 220px;
    background:
        linear-gradient(
            to right,
            transparent 0,
            transparent calc(50% - 1px),
            rgba(255,255,255,0.95) calc(50% - 1px),
            rgba(255,255,255,0.95) calc(50% + 1px),
            transparent calc(50% + 1px)
        ),
        linear-gradient(
            to bottom,
            transparent 0,
            transparent calc(50% - 1px),
            rgba(255,255,255,0.95) calc(50% - 1px),
            rgba(255,255,255,0.95) calc(50% + 1px),
            transparent calc(50% + 1px)
        ),
        linear-gradient(
            135deg,
            #4f75a3 0 25%,
            #5f85b0 25% 50%,
            #6f94bc 50% 75%,
            #7ea2c9 75% 100%
        );
}

.palmsecure-core::before {
    width: 110px;
    height: 110px;
}

.palmsecure-core-item {
    font-size: 14px;
    line-height: 1.1;
    white-space: nowrap;
    transform: translate(-50%, -50%) !important;
}

/* top-left */
.palmsecure-core-1 {
    top: 66px;
    left: 45px;
    right: auto;
    bottom: auto;
}

/* top-right */
.palmsecure-core-2 {
    top: 66px;
    left: 175px;
    right: auto;
    bottom: auto;
}

/* bottom-right */
.palmsecure-core-3 {
    top: 154px;
    left: 175px;
    right: auto;
    bottom: auto;
}

/* bottom-left */
.palmsecure-core-4 {
    top: 154px;
    left: 45px;
    right: auto;
    bottom: auto;
}

