/* 2026 子頁視覺系統：AI 應用、虛擬展場、關於我們、合作夥伴 */

:root {
    --ink-950: #050f27;
    --ink-900: #091733;
    --ink-800: #102247;
    --lime: #b4d333;
    --cyan: #00a0e9;
    --paper: #f3f6f8;
    --line: #dce3e8;
    --muted: #657182;
}

.inner-page {
    background: #fff;
}

.inner-page .page-hero {
    min-height: 620px;
    padding: 72px 5% 86px;
    display: grid;
    align-items: center;
    background:
        radial-gradient(circle at 16% 18%, rgba(0, 160, 233, 0.15), transparent 33%),
        radial-gradient(circle at 86% 72%, rgba(180, 211, 51, 0.11), transparent 28%),
        linear-gradient(135deg, #050f27 0%, #071631 55%, #0b2141 100%);
}

.inner-page .page-hero::before,
.inner-page .page-hero::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.inner-page .page-hero::before {
    inset: 0;
    opacity: 0.2;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to right, #000, transparent 82%);
}

.inner-page .page-hero::after {
    width: 360px;
    height: 360px;
    right: -150px;
    top: -150px;
    border: 1px solid rgba(180, 211, 51, 0.24);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(180, 211, 51, 0.025), 0 0 0 140px rgba(0, 160, 233, 0.025);
}

.page-hero-grid {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
    gap: clamp(48px, 7vw, 100px);
    align-items: center;
}

.inner-page .breadcrumb {
    margin-bottom: 38px;
    letter-spacing: 0.08em;
}

.hero-kicker,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--lime);
    font-family: 'Orbitron', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.19em;
    text-transform: uppercase;
}

.hero-kicker::before,
.section-kicker::before {
    width: 28px;
    height: 2px;
    background: currentColor;
    content: '';
}

.inner-page .page-hero-zh {
    max-width: 720px;
    margin: 18px 0 0;
    font-size: clamp(2.15rem, 4.1vw, 3.75rem);
    line-height: 1.1;
    letter-spacing: -0.045em;
}

.inner-page .page-hero-zh::after {
    display: none;
}

.hero-title-accent {
    color: var(--lime);
}

.inner-page .page-hero-lead {
    max-width: 650px;
    margin-top: 28px;
    color: rgba(255, 255, 255, 0.7);
    font-size: clamp(0.95rem, 1.35vw, 1.08rem);
    line-height: 1.9;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.hero-btn {
    min-height: 50px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: var(--lime);
    color: #07111f;
    font-size: 0.86rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.hero-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(180, 211, 51, 0.2);
}

.hero-btn--ghost {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
}

.hero-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.09);
    box-shadow: none;
}

.hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.hero-tags span {
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.72rem;
}

.hero-visual {
    position: relative;
}

.hero-visual::before {
    position: absolute;
    inset: 14% -7% -10% 15%;
    border-radius: 48%;
    background: rgba(0, 160, 233, 0.16);
    filter: blur(70px);
    content: '';
}

/* AI hero dashboard */
.ai-console {
    position: relative;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 28px;
    background: rgba(4, 12, 30, 0.7);
    box-shadow: 0 36px 90px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(18px);
}

.ai-console-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.45);
    font-family: 'Orbitron', sans-serif;
    font-size: 0.66rem;
    letter-spacing: 0.12em;
}

.ai-console-lights {
    display: flex;
    gap: 6px;
}

.ai-console-lights i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
}

.ai-console-lights i:first-child {
    background: var(--lime);
    box-shadow: 0 0 14px rgba(180, 211, 51, 0.75);
}

.ai-flow {
    display: grid;
    grid-template-columns: 1fr 68px 1fr;
    gap: 12px;
    align-items: stretch;
}

.ai-flow-column {
    display: grid;
    gap: 12px;
}

.ai-flow-node {
    min-height: 74px;
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.045);
}

.ai-flow-node i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 10px;
    background: rgba(0, 160, 233, 0.13);
    color: var(--cyan);
    font-size: 0.86rem;
}

.ai-flow-node strong,
.ai-flow-node span {
    display: block;
}

.ai-flow-node strong {
    color: #fff;
    font-size: 0.78rem;
}

.ai-flow-node span {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.65rem;
}

.ai-core {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.ai-core-orbit {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(180, 211, 51, 0.48);
    border-radius: 50%;
    color: var(--lime);
    box-shadow: inset 0 0 24px rgba(180, 211, 51, 0.08), 0 0 26px rgba(180, 211, 51, 0.1);
}

.ai-core-line {
    width: 1px;
    flex: 1;
    min-height: 18px;
    background: linear-gradient(var(--lime), rgba(180, 211, 51, 0.08));
}

.ai-console-bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 18px;
}

.ai-console-stat {
    padding: 14px 12px;
    border-radius: 14px;
    background: rgba(180, 211, 51, 0.08);
}

.ai-console-stat b,
.ai-console-stat span {
    display: block;
}

.ai-console-stat b {
    color: #fff;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.85rem;
}

.ai-console-stat span {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.43);
    font-size: 0.62rem;
}

/* Exhibition hero */
.exhibition-hero-card {
    position: relative;
    min-height: 450px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 32px;
    box-shadow: 0 36px 90px rgba(0, 0, 0, 0.38);
}

.exhibition-hero-card img {
    width: 100%;
    height: 100%;
    min-height: 450px;
    display: block;
    object-fit: cover;
    transition: transform 700ms ease;
}

.exhibition-hero-card:hover img {
    transform: scale(1.035);
}

.exhibition-hero-card::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(4, 10, 20, 0.9));
    content: '';
}

.exhibition-live {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(3, 9, 19, 0.6);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    backdrop-filter: blur(12px);
}

.exhibition-live::before {
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-right: 8px;
    border-radius: 50%;
    background: var(--lime);
    box-shadow: 0 0 12px var(--lime);
    content: '';
}

.exhibition-card-copy {
    position: absolute;
    z-index: 1;
    right: 24px;
    bottom: 24px;
    left: 24px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
}

.exhibition-card-copy strong,
.exhibition-card-copy span {
    display: block;
}

.exhibition-card-copy strong {
    color: #fff;
    font-size: 1rem;
}

.exhibition-card-copy span {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.72rem;
}

.exhibition-card-arrow {
    width: 48px;
    height: 48px;
    display: grid !important;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--lime);
    color: #07111f !important;
    font-size: 1rem !important;
}

/* Shared editorial sections */
.inner-page .section {
    max-width: 1280px;
    padding-top: 110px;
    padding-bottom: 110px;
}

.section-heading-row {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(320px, 1fr);
    gap: clamp(38px, 7vw, 110px);
    align-items: end;
    margin-bottom: 50px;
}

.section-heading-row .section-title {
    margin-top: 18px;
    font-size: clamp(1.9rem, 3.55vw, 3.15rem);
    line-height: 1.12;
    letter-spacing: -0.045em;
}

.section-heading-row .section-title::after {
    display: none;
}

.section-heading-row .section-lead {
    margin: 0;
    max-width: 620px;
    font-size: 0.98rem;
}

.section-index {
    color: var(--cyan);
    font-family: 'Orbitron', sans-serif;
    font-size: 0.76rem;
    letter-spacing: 0.12em;
}

.soft-section {
    background: var(--paper);
}

.dark-section {
    background:
        radial-gradient(circle at 90% 0, rgba(0, 160, 233, 0.11), transparent 35%),
        var(--ink-950);
    color: #fff;
}

.dark-section .section-title {
    color: #fff;
}

.dark-section .section-lead {
    color: rgba(255, 255, 255, 0.58);
}

.dark-section .section-kicker {
    color: var(--lime);
}

/* AI page */
.ai-page .principle {
    background: var(--paper);
}

.ai-page .principle-grid {
    gap: 18px;
}

.ai-page .principle-item {
    position: relative;
    overflow: hidden;
    min-height: 270px;
    padding: 34px;
    border: 1px solid #e4e9ed;
    border-radius: 22px;
    box-shadow: 0 14px 40px rgba(12, 29, 55, 0.04);
}

.ai-page .principle-item::after {
    position: absolute;
    top: 22px;
    right: 24px;
    color: #e8edf0;
    font-family: 'Orbitron', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    content: attr(data-index);
}

.ai-page .principle-icon {
    border-radius: 14px;
    background: var(--ink-950);
    color: var(--lime);
}

.ai-page .principle-item h3 {
    margin-top: 42px;
    font-size: 1.12rem;
}

.ai-page .modules {
    gap: 22px;
}

.ai-page .module {
    position: relative;
    overflow: hidden;
    padding: 36px;
    border: 1px solid #e1e6eb;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 54px rgba(11, 28, 52, 0.055);
}

.ai-page .module::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--lime), var(--cyan));
    opacity: 0;
    transition: opacity 200ms ease;
    content: '';
}

.ai-page .module:hover {
    border-color: rgba(0, 160, 233, 0.35);
    transform: translateY(-5px);
    box-shadow: 0 24px 70px rgba(11, 28, 52, 0.1);
}

.ai-page .module:hover::before {
    opacity: 1;
}

.ai-page .module-head {
    align-items: start;
}

.ai-page .module-icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    background: var(--ink-950);
    color: var(--lime);
}

.module-title-wrap small {
    display: block;
    margin-bottom: 5px;
    color: var(--cyan);
    font-family: 'Orbitron', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.ai-page .module h3 {
    font-size: 1.24rem;
}

.ai-page .module-for {
    margin-top: auto;
    padding-top: 18px;
}

.ai-page .flow {
    background: var(--ink-950);
}

.ai-page .flow-steps {
    position: relative;
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.1);
}

.ai-page .flow-step {
    min-height: 250px;
    border: 0;
    border-radius: 0;
    background: #0a1731;
}

.ai-page .trust-list {
    gap: 14px;
}

.ai-page .trust-list li {
    min-height: 116px;
    padding: 24px 24px 24px 60px;
    border: 1px solid #e3e8ec;
    border-radius: 18px;
    background: #fff;
}

.ai-page .trust-list li i {
    top: 26px;
    left: 24px;
    font-size: 1.1rem;
}

.ai-page .ai-cta,
.exhibition-page .exh-cta,
.inner-cta {
    position: relative;
    overflow: hidden;
    padding: 110px 5%;
    background: var(--lime);
    color: #07111f;
}

.ai-page .ai-cta::after,
.exhibition-page .exh-cta::after,
.inner-cta::after {
    position: absolute;
    right: -5vw;
    bottom: -0.42em;
    color: rgba(5, 15, 39, 0.09);
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(5rem, 15vw, 13rem);
    font-weight: 700;
    line-height: 1;
    content: 'RIEASE';
}

.ai-page .ai-cta h2,
.exhibition-page .exh-cta h2,
.inner-cta h2 {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto 18px;
    font-size: clamp(1.9rem, 3.4vw, 3.05rem);
    line-height: 1.2;
    letter-spacing: -0.04em;
}

.ai-page .ai-cta p,
.exhibition-page .exh-cta p,
.inner-cta p {
    position: relative;
    z-index: 1;
    color: rgba(5, 15, 39, 0.7);
}

.ai-page .ai-cta .cta-btn,
.exhibition-page .exh-cta .cta-btn,
.inner-cta .cta-btn {
    position: relative;
    z-index: 1;
    /* 全域 * { margin: 0 } 使段落無下留白，按鈕會緊貼說明文字；
       此處補回與 .hero-actions 相近的「文字→按鈕」間距。 */
    margin-top: 30px;
    background: var(--ink-950);
    color: #fff;
    border-radius: 999px;
}

/* Exhibition page */
.exhibition-page .feature-grid {
    gap: 18px;
}

.exhibition-page .feature-item {
    min-height: 270px;
    padding: 34px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 48px rgba(11, 28, 52, 0.05);
}

.exhibition-page .feature-icon {
    border-radius: 14px;
    background: var(--ink-950);
    color: var(--lime);
}

.exhibition-page .feature-item h3 {
    margin-top: 42px;
    font-size: 1.12rem;
}

.exhibition-page .flow {
    background: var(--paper);
}

.exhibition-page .flow-steps {
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fff;
}

.exhibition-page .flow-step {
    min-height: 235px;
    border-radius: 0;
    border-right: 1px solid var(--line);
}

.exhibition-page .flow-step:last-child {
    border-right: 0;
}

.exhibition-page .showcase-section {
    background: var(--ink-950);
    color: #fff;
}

.exhibition-page .showcase-section .section-lead {
    color: rgba(255, 255, 255, 0.58);
}

.exhibition-page .showcase-figure {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 28px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.exhibition-page .showcase-mask {
    opacity: 1;
    background: linear-gradient(180deg, transparent 52%, rgba(3, 10, 22, 0.82));
    align-items: end;
    justify-content: start;
    padding: 30px;
}

.exhibition-page .showcase-mask-btn {
    border-radius: 999px;
}

.exhibition-page .showcase-caption {
    color: rgba(255, 255, 255, 0.58);
}

.exhibition-page .controls-note {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 4px solid var(--lime);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.055);
}

.exhibition-page .controls-note li {
    color: rgba(255, 255, 255, 0.65);
}

.exhibition-page .exh-cta {
    color: #07111f;
}

.exhibition-page .exh-cta p {
    color: rgba(5, 15, 39, 0.7);
}

/* About */
.about-page .page-hero {
    min-height: 660px;
}

.about-hero-metrics {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    /* 右欄整欄下移 34px（見下方 nth-child 規則），須留出等量下緣空間 */
    padding-bottom: 34px;
}

.about-hero-metric {
    min-height: 180px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.055);
    backdrop-filter: blur(14px);
}

/* 錯位節奏：右欄整欄下移。原規則僅位移 nth-child(2)，在四張卡的 2x2 版面下
   會與 nth-child(4) 重疊 20px（about、integrity、careers 三頁皆可見）。 */
.about-hero-metric:nth-child(2),
.about-hero-metric:nth-child(4) {
    transform: translateY(34px);
}

.about-hero-metric:nth-child(2) {
    background: rgba(180, 211, 51, 0.11);
}

.about-hero-metric strong {
    color: #fff;
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(2.2rem, 4vw, 3.8rem);
}

.about-hero-metric span {
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.78rem;
}

.story-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(360px, 1.2fr);
    gap: clamp(48px, 8vw, 120px);
    align-items: start;
}

.story-media {
    position: sticky;
    top: 120px;
    width: 100%;
    max-width: 430px;
}

.story-media img {
    width: 100%;
    height: 100%;
    min-height: 0;
    display: block;
    object-fit: cover;
    object-position: 48% center;
}

.story-media-link {
    position: relative;
    overflow: hidden;
    display: block;
    aspect-ratio: 4 / 5;
    max-height: 580px;
    border-radius: 28px;
    background: var(--ink-950);
    box-shadow: 0 28px 70px rgba(7, 22, 43, 0.17);
    color: #fff;
    text-decoration: none;
    isolation: isolate;
}

.story-media-link::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5, 15, 39, 0.06) 42%, rgba(5, 15, 39, 0.74) 100%),
        linear-gradient(90deg, rgba(5, 15, 39, 0.1), transparent 35%);
    content: '';
    pointer-events: none;
}

.story-media-link img {
    filter: saturate(1.04) contrast(1.02) brightness(1.01);
    transition: transform 650ms ease, filter 650ms ease;
}

.story-media-link:hover img {
    filter: saturate(1.1) contrast(1.03) brightness(1.03);
    transform: scale(1.025);
}

.company-location-badge,
.company-location-action {
    position: absolute;
    z-index: 2;
    left: 22px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(12px);
}

.company-location-badge {
    top: 22px;
    width: max-content;
    max-width: calc(100% - 44px);
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(5, 15, 39, 0.65);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
}

.company-location-badge i {
    color: var(--lime);
}

.company-location-action {
    right: 22px;
    bottom: 22px;
    justify-content: space-between;
    padding: 13px 15px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    background: rgba(5, 15, 39, 0.72);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
}

.company-location-action i {
    color: var(--lime);
}

.story-media-note {
    width: 100%;
    margin: 14px 0 0;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-radius: 18px;
    background: var(--lime);
    color: var(--ink-950);
}

.story-media-note strong {
    font-family: 'Orbitron', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.04em;
}

.story-media-note span {
    color: rgba(5, 15, 39, 0.68);
    font-size: 0.7rem;
}

.story-content h2 {
    margin: 18px 0 30px;
    font-size: clamp(1.9rem, 3.5vw, 3.25rem);
    line-height: 1.14;
    letter-spacing: -0.045em;
}

.story-content > p {
    margin-bottom: 22px;
    color: var(--muted);
    font-size: 0.98rem;
    line-height: 1.95;
}

.story-points {
    display: grid;
    gap: 12px;
    margin-top: 42px;
}

.story-point {
    padding: 22px;
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
}

.story-point b {
    color: var(--cyan);
    font-family: 'Orbitron', sans-serif;
}

.story-point h3 {
    margin-bottom: 6px;
    font-size: 1.0625rem;
}

.story-point p {
    color: var(--muted);
    font-size: 0.82rem;
    line-height: 1.8;
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 48px;
}

.value-card {
    min-height: 310px;
    padding: 34px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.045);
}

.value-card b {
    color: var(--lime);
    font-family: 'Orbitron', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
}

/* 標題由上而下排列：原 margin-top:auto 會貼齊卡片底部，短文案時
   kicker 與標題之間空出大片留白（見 about、services）。 */
.value-card h3 {
    margin: 20px 0 16px;
    color: #fff;
    font-size: 1.35rem;
}

.value-card p {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.86rem;
    line-height: 1.85;
}

.trust-band {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 40px;
    align-items: center;
}

.trust-badge {
    min-height: 300px;
    padding: 42px;
    display: grid;
    place-items: center;
    border-radius: 28px;
    background: var(--ink-950);
}

.trust-badge img {
    max-width: 220px;
    max-height: 90px;
}

.trust-copy h2 {
    margin: 16px 0 20px;
    font-size: clamp(1.9rem, 3.4vw, 3.05rem);
    line-height: 1.15;
    letter-spacing: -0.04em;
}

.trust-copy p {
    color: var(--muted);
    line-height: 1.9;
}

/* Services */
.service-hero-stack {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.service-hero-item {
    min-height: 120px;
    padding: 22px;
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.055);
    backdrop-filter: blur(14px);
}

.service-hero-item:nth-child(even) {
    transform: translateY(24px);
}

.service-hero-item i {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: rgba(180, 211, 51, 0.12);
    color: var(--lime);
}

.service-hero-item strong,
.service-hero-item small {
    display: block;
}

.service-hero-item strong {
    color: #fff;
    font-size: 0.9rem;
}

.service-hero-item small {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.75rem;
}

.service-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.service-detail-card {
    position: relative;
    overflow: hidden;
    min-height: 430px;
    padding: 36px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 18px 54px rgba(11, 28, 52, 0.05);
    transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.service-detail-card:hover {
    border-color: rgba(0, 160, 233, 0.32);
    transform: translateY(-5px);
    box-shadow: 0 26px 72px rgba(11, 28, 52, 0.11);
}

.service-detail-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.service-detail-number {
    color: var(--cyan);
    font-family: 'Orbitron', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.service-detail-image {
    width: 124px;
    height: 124px;
    overflow: hidden;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--paper);
}

.service-detail-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.service-detail-card h2 {
    margin: 42px 0 15px;
    color: var(--ink-950);
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    line-height: 1.2;
}

.service-detail-card > p {
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.9;
}

.service-detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
    padding-top: 28px;
}

.service-detail-tags span {
    padding: 8px 11px;
    border-radius: 999px;
    background: var(--paper);
    color: #526071;
    font-size: 0.68rem;
}

.delivery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 48px;
}

.delivery-card {
    min-height: 300px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.045);
}

.delivery-card b {
    color: var(--lime);
    font-family: 'Orbitron', sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
}

/* 同 .value-card h3：不貼底，改由上而下 */
.delivery-card h3 {
    margin: 20px 0 14px;
    color: #fff;
    font-size: 1.25rem;
}

.delivery-card p {
    color: rgba(255, 255, 255, 0.53);
    font-size: 0.84rem;
    line-height: 1.85;
}

/* Contact */
.contact-page .page-hero {
    min-height: 480px;
}

.contact-page .page-hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
}

.contact-hero-note {
    position: relative;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.055);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(16px);
}

.contact-hero-note > span {
    color: var(--lime);
    font-family: 'Orbitron', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.13em;
}

.contact-hero-note strong {
    display: block;
    margin: 45px 0 18px;
    color: #fff;
    font-size: clamp(1.35rem, 2.5vw, 2rem);
    line-height: 1.45;
}

.contact-hero-note p {
    color: rgba(255, 255, 255, 0.53);
    font-size: 0.82rem;
    line-height: 1.85;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.72fr) minmax(480px, 1.28fr);
    gap: clamp(36px, 7vw, 96px);
    align-items: start;
}

.contact-info-panel {
    position: sticky;
    top: 118px;
}

.contact-info-panel h2 {
    margin: 16px 0 18px;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.16;
    letter-spacing: -0.04em;
}

.contact-info-panel > p {
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.9;
}

.contact-methods {
    margin-top: 42px;
    display: grid;
    border-top: 1px solid var(--line);
}

.contact-method {
    padding: 20px 0;
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 14px;
    align-items: start;
    border-bottom: 1px solid var(--line);
}

.contact-method i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: var(--ink-950);
    color: var(--lime);
    font-size: 0.78rem;
}

.contact-method small,
.contact-method a,
.contact-method span {
    display: block;
}

.contact-method small {
    margin-bottom: 5px;
    color: #8a95a3;
    font-size: 0.75rem;
}

.contact-method a,
.contact-method span {
    color: var(--ink-950);
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.65;
    text-decoration: none;
}

.contact-method a:hover {
    color: var(--cyan);
}

.contact-map {
    margin-top: 28px;
    overflow: hidden;
    border-radius: 20px;
    background: var(--paper);
}

.contact-map img {
    width: 100%;
    display: block;
    transition: transform 300ms ease;
}

.contact-map:hover img {
    transform: scale(1.02);
}

.contact-form-card {
    padding: clamp(28px, 4vw, 48px);
    border: 1px solid var(--line);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 22px 70px rgba(10, 27, 52, 0.08);
}

.contact-form-card h2 {
    margin-bottom: 8px;
    font-size: clamp(1.5rem, 3vw, 2.1rem);
}

.contact-form-card > p {
    margin-bottom: 34px;
    color: var(--muted);
    font-size: 0.83rem;
    line-height: 1.8;
}

.contact-field-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 18px;
}

.contact-field {
    display: grid;
    gap: 9px;
}

.contact-field--full {
    grid-column: 1 / -1;
}

.contact-field label {
    color: #374255;
    font-size: 0.76rem;
    font-weight: 700;
}

.contact-field .required {
    color: #d24b4b;
}

.contact-field input,
.contact-field textarea,
.contact-field select {
    width: 100%;
    border: 1px solid #d9e0e6;
    border-radius: 12px;
    background: #f8fafb;
    color: var(--ink-950);
    font: inherit;
    font-size: 0.84rem;
    outline: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.contact-field input,
.contact-field select {
    height: 52px;
    padding: 0 15px;
}

.contact-field textarea {
    min-height: 158px;
    padding: 14px 15px;
    resize: vertical;
}

.contact-field input:focus,
.contact-field textarea:focus,
.contact-field select:focus {
    border-color: var(--cyan);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(0, 160, 233, 0.09);
}

.contact-form-footer {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.contact-privacy {
    max-width: 360px;
    color: #8993a0;
    font-size: 0.75rem;
    line-height: 1.7;
}

.contact-submit {
    min-width: 150px;
    height: 50px;
    border: 0;
    border-radius: 999px;
    background: var(--lime);
    color: var(--ink-950);
    font: inherit;
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.contact-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(180, 211, 51, 0.25);
}

.contact-submit:disabled {
    opacity: 0.55;
    cursor: wait;
    transform: none;
}

.contact-form-status {
    display: none;
    margin-top: 20px;
    padding: 12px 15px;
    border-radius: 10px;
    font-size: 0.76rem;
    line-height: 1.6;
}

.contact-form-status.success,
.contact-form-status.error {
    display: block;
}

.contact-form-status.success {
    background: rgba(93, 153, 32, 0.1);
    color: #467719;
}

.contact-form-status.error {
    background: rgba(196, 56, 56, 0.09);
    color: #a22f2f;
}

/* Partners */
.partner-trust-panel {
    position: relative;
    overflow: hidden;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 30px;
    background:
        radial-gradient(circle at 100% 0, rgba(0, 160, 233, 0.16), transparent 42%),
        rgba(4, 12, 30, 0.72);
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(18px);
}

.partner-trust-panel::after {
    position: absolute;
    width: 210px;
    height: 210px;
    right: -90px;
    top: -90px;
    border: 1px solid rgba(180, 211, 51, 0.25);
    border-radius: 50%;
    box-shadow: 0 0 0 38px rgba(180, 211, 51, 0.025), 0 0 0 76px rgba(0, 160, 233, 0.03);
    content: '';
}

.partner-trust-top {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: rgba(255, 255, 255, 0.4);
    font-family: 'Orbitron', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.12em;
}

.partner-trust-top strong {
    color: var(--lime);
    font-family: inherit;
}

.partner-trust-count {
    position: relative;
    z-index: 1;
    padding: 50px 0 34px;
    display: flex;
    align-items: end;
    gap: 22px;
}

.partner-trust-count strong {
    color: #fff;
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(4rem, 9vw, 7.5rem);
    line-height: 0.8;
}

.partner-trust-count span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.78rem;
    line-height: 1.7;
}

.partner-trust-categories {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.partner-trust-categories div {
    min-height: 125px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.045);
}

.partner-trust-categories i {
    color: var(--lime);
    font-size: 1rem;
}

.partner-trust-categories span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.75rem;
    line-height: 1.5;
}

.partner-trust-foot {
    margin-top: 22px;
    display: flex;
    align-items: center;
    gap: 11px;
    color: rgba(255, 255, 255, 0.3);
    font-family: 'Orbitron', sans-serif;
    font-size: 0.65rem;
    letter-spacing: 0.09em;
}

.partner-trust-foot i {
    height: 1px;
    flex: 1;
    background: rgba(255, 255, 255, 0.1);
}

.partner-groups {
    display: grid;
    gap: 68px;
}

.partner-group {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: clamp(30px, 6vw, 90px);
    align-items: start;
}

.partner-group-title {
    position: sticky;
    top: 120px;
}

.partner-group-title span {
    color: var(--cyan);
    font-family: 'Orbitron', sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
}

.partner-group-title h2 {
    margin-top: 12px;
    font-size: clamp(1.65rem, 2.6vw, 2.35rem);
    line-height: 1.2;
}

.partner-logo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}

.partner-logo-card {
    min-height: 170px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #fff;
    transition: background 180ms ease, transform 180ms ease;
}

.partner-logo-card:hover {
    position: relative;
    z-index: 1;
    background: var(--paper);
    transform: translateY(-3px);
}

.partner-logo-card img {
    width: 88%;
    height: 74px;
    margin: 0 auto;
    object-fit: contain;
    opacity: 0.92;
    transition: opacity 180ms ease, transform 180ms ease;
}

.partner-logo-card:hover img {
    opacity: 1;
    transform: scale(1.025);
}

.partner-logo-card span {
    margin-top: 18px;
    color: var(--muted);
    font-size: 0.72rem;
}

.collaboration-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 46px;
}

.collaboration-card {
    min-height: 260px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.045);
}

.collaboration-card i {
    color: var(--lime);
    font-size: 1.2rem;
}

.collaboration-card h3 {
    margin: 78px 0 12px;
    color: #fff;
    font-size: 1.15rem;
}

.collaboration-card p {
    color: rgba(255, 255, 255, 0.53);
    font-size: 0.84rem;
    line-height: 1.85;
}

@media (max-width: 1024px) {
    .page-hero-grid {
        grid-template-columns: 1fr;
    }

    .inner-page .page-hero {
        min-height: auto;
    }

    .contact-page .page-hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        max-width: 720px;
    }

    .section-heading-row,
    .story-grid,
    .trust-band,
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .section-heading-row {
        gap: 24px;
    }

    .story-media {
        position: relative;
        top: auto;
        max-width: 720px;
        margin-inline: auto;
    }

    .contact-info-panel {
        position: relative;
        top: auto;
    }

    .contact-layout {
        gap: 58px;
    }

    .story-media-link {
        aspect-ratio: 16 / 10;
        max-height: none;
    }

    .partner-group {
        grid-template-columns: 1fr;
    }

    .partner-group-title {
        position: relative;
        top: auto;
    }
}

@media (max-width: 768px) {
    .inner-page .page-hero {
        padding: 46px 5% 64px;
    }

    .inner-page .breadcrumb {
        margin-bottom: 28px;
    }

    .inner-page .page-hero-zh {
        font-size: clamp(2rem, 8.5vw, 2.75rem);
    }

    .inner-page .section {
        padding-top: 76px;
        padding-bottom: 76px;
    }

    .contact-page .page-hero {
        padding-top: 40px;
        padding-bottom: 56px;
    }

    .contact-page .page-hero-grid {
        gap: 34px;
    }

    .contact-hero-note {
        width: 100%;
        max-width: none;
        padding: 24px;
        border-radius: 20px;
    }

    .contact-hero-note strong {
        margin: 30px 0 14px;
        font-size: 1.3rem;
    }

    .contact-layout {
        gap: 44px;
    }

    .contact-info-panel h2 {
        margin-top: 13px;
        font-size: clamp(1.85rem, 8.5vw, 2.5rem);
    }

    .contact-info-panel > p {
        font-size: 0.84rem;
    }

    .contact-methods {
        margin-top: 30px;
    }

    .contact-method {
        grid-template-columns: 36px minmax(0, 1fr);
        padding: 17px 0;
    }

    .contact-method div {
        min-width: 0;
    }

    .contact-method a,
    .contact-method span {
        overflow-wrap: anywhere;
    }

    .contact-map {
        width: 100%;
        display: block;
        margin-top: 22px;
        border-radius: 16px;
    }

    .contact-form-card {
        width: 100%;
        min-width: 0;
        padding: 26px 22px;
        border-radius: 20px;
    }

    .contact-form-card h2 {
        font-size: 1.45rem;
    }

    .contact-form-card > p {
        margin-bottom: 26px;
    }

    .ai-flow {
        grid-template-columns: 1fr;
    }

    .ai-core {
        min-height: 60px;
        flex-direction: row;
    }

    .ai-core-line {
        width: auto;
        height: 1px;
        min-height: 0;
        min-width: 40px;
        background: linear-gradient(90deg, var(--lime), rgba(180, 211, 51, 0.08));
    }

    .ai-console-bottom,
    .value-grid,
    .collaboration-grid {
        grid-template-columns: 1fr;
    }

    .exhibition-hero-card,
    .exhibition-hero-card img {
        min-height: 360px;
    }

    .exhibition-page .flow-step {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .exhibition-page .flow-step:last-child {
        border-bottom: 0;
    }

    .about-hero-metrics {
        grid-template-columns: 1fr;
        padding-bottom: 0;
    }

    .about-hero-metric:nth-child(2),
    .about-hero-metric:nth-child(4) {
        transform: none;
    }

    .story-media-link {
        aspect-ratio: 4 / 5;
        max-height: 500px;
        border-radius: 20px;
    }

    .company-location-badge {
        top: 16px;
        left: 16px;
        max-width: calc(100% - 32px);
    }

    .company-location-action {
        right: 16px;
        bottom: 16px;
        left: 16px;
    }

    .service-hero-stack,
    .service-detail-grid,
    .delivery-grid,
    .contact-field-grid {
        grid-template-columns: 1fr;
    }

    .contact-field--full {
        grid-column: auto;
    }

    .contact-field,
    .contact-field input,
    .contact-field textarea,
    .contact-field select {
        min-width: 0;
        max-width: 100%;
    }

    .contact-field input,
    .contact-field select {
        height: 50px;
    }

    .contact-field textarea {
        min-height: 140px;
    }

    .contact-form-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .contact-submit {
        width: 100%;
    }

    .service-hero-item:nth-child(even) {
        transform: none;
    }

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

    .partner-logo-card {
        min-height: 145px;
        padding: 18px;
    }

    .ai-page .ai-cta,
    .exhibition-page .exh-cta,
    .inner-cta {
        padding: 80px 5%;
    }
}

@media (max-width: 480px) {
    .hero-actions {
        display: grid;
    }

    .hero-btn {
        width: 100%;
    }

    .ai-console {
        padding: 16px;
        border-radius: 22px;
    }

    .partner-logo-grid {
        grid-template-columns: 1fr;
    }

    .partner-trust-panel {
        padding: 22px;
    }

    .partner-trust-top {
        display: block;
    }

    .partner-trust-top strong {
        display: block;
        margin-top: 8px;
    }

    .partner-trust-categories {
        grid-template-columns: 1fr;
    }

    .partner-trust-categories div {
        min-height: 96px;
    }

    .contact-page .page-hero-zh br,
    .contact-hero-note strong br,
    .contact-info-panel h2 br {
        display: none;
    }

    .contact-hero-note {
        padding: 21px 19px;
    }

    .contact-hero-note strong {
        margin-top: 24px;
        font-size: 1.18rem;
    }

    .contact-form-card {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .contact-field-grid {
        gap: 18px;
    }

    .contact-privacy {
        max-width: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-btn,
    .module,
    .partner-logo-card,
    .exhibition-hero-card img {
        transition: none !important;
    }
}
