.pci-page {
    overflow: hidden;
    color: var(--gmp-dark-deep);
    background: var(--gmp-light);
}

.pci-hero {
    position: relative;
    overflow: hidden;
    padding: 180px 0 100px;
    border-bottom: 1px solid rgba(var(--gmp-primary-rgb), 0.06);
    background:
        radial-gradient(circle at 82% 18%, rgba(var(--gmp-primary-rgb), 0.1), transparent 38%),
        radial-gradient(circle at 10% 84%, rgba(0, 255, 133, 0.06), transparent 30%),
        var(--gmp-warm);
}

.pci-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 16px;
    padding: 4px 16px;
    border-radius: 999px;
    color: var(--gmp-primary);
    background: rgba(var(--gmp-primary-rgb), 0.09);
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1.5;
}

.pci-title {
    margin-bottom: 22px;
    color: var(--gmp-dark-deep);
    font-size: clamp(2.35rem, 4vw, 3.65rem);
    line-height: 1.15;
}

.pci-title span {
    color: var(--gmp-primary);
    background: linear-gradient(135deg, var(--gmp-primary), #00b35c);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pci-subtitle {
    max-width: 760px;
    margin: 0;
    color: var(--gmp-slate);
    font-size: 1.15rem;
    line-height: 1.7;
}

.pci-hero-visual {
    position: relative;
    max-width: 480px;
    margin: 0 auto;
}

.pci-hero-image {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
}

.pci-trophy {
    position: absolute;
    z-index: 2;
    top: -42px;
    left: 8%;
    width: auto;
    max-height: 120px;
    filter: drop-shadow(0 12px 18px rgba(15, 23, 42, 0.16));
}

.pci-content {
    padding: 96px 0;
    background: #fff;
}

.pci-intro {
    margin-bottom: 72px;
}

.pci-section-label {
    margin-bottom: 8px;
    color: var(--gmp-primary);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.16em;
}

.pci-intro h2,
.pci-security-heading h2 {
    margin-bottom: 20px;
    font-size: clamp(1.85rem, 3vw, 2.55rem);
}

.pci-intro > div:first-child > p:not(.pci-section-label) {
    color: #64748b;
    line-height: 1.9;
}

.pci-benefits {
    padding: 28px;
    border-left: 4px solid var(--gmp-primary);
    border-radius: 6px 22px 22px 6px;
    background: #f8fafc;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.04);
}

.pci-benefits h3 {
    margin-bottom: 22px;
    font-size: 1.2rem;
}

.pci-benefits ul {
    display: grid;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pci-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: #64748b;
    line-height: 1.65;
}

.pci-benefits i {
    margin-top: 5px;
    color: var(--gmp-primary);
}

.pci-security-heading {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.pci-security-heading > p:last-child {
    margin: 0;
    color: #64748b;
}

.pci-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 560px;
    overflow: hidden;
    padding: 34px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.045);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.pci-card:hover {
    transform: translateY(-6px);
    border-color: rgba(var(--gmp-primary-rgb), 0.18);
    box-shadow: 0 22px 46px rgba(var(--gmp-primary-rgb), 0.09);
}

.pci-card-number {
    position: absolute;
    top: 24px;
    right: 28px;
    color: rgba(var(--gmp-primary-rgb), 0.09);
    font-family: 'Outfit', 'Noto Sans TC', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1;
}

.pci-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
    border-radius: 50%;
    color: var(--gmp-primary);
    background: rgba(var(--gmp-primary-rgb), 0.08);
    font-size: 1.55rem;
}

.pci-card h3 {
    margin-bottom: 14px;
    font-size: 1.22rem;
}

.pci-card p {
    margin: 0;
    color: #64748b;
    font-size: 0.94rem;
    line-height: 1.8;
}

.pci-card-media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 190px;
    margin-top: 28px;
    padding: 18px;
    border-radius: 18px;
    background: #f8fafc;
}

.pci-card-media img {
    display: block;
    max-width: 100%;
    height: auto;
}

.pci-card-media-logo img {
    max-height: 82px;
}

.pci-card-media-certificate {
    flex-direction: column;
    gap: 12px;
}

.pci-card-media .pci-mark {
    max-height: 44px;
}

.pci-card-media .pci-document {
    max-height: 170px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 9px;
    box-shadow: 0 7px 18px rgba(15, 23, 42, 0.08);
}

@media (max-width: 991.98px) {
    .pci-hero-visual {
        max-width: 560px;
    }

    .pci-card {
        min-height: auto;
    }
}

@media (max-width: 575.98px) {
    .pci-hero {
        padding: 140px 0 72px;
    }

    .pci-title {
        font-size: 2.25rem;
    }

    .pci-subtitle {
        font-size: 1.05rem;
    }

    .pci-trophy {
        top: -28px;
        max-height: 82px;
    }

    .pci-content {
        padding: 72px 0;
    }

    .pci-benefits,
    .pci-card {
        padding: 24px;
    }

    .pci-card-media {
        min-height: 170px;
    }
}
