:root {
    --ink: #111827;
    --muted: #5b6472;
    --line: #d6e1eb;
    --surface: #f4f8fc;
    --white: #ffffff;
    --red: #df232b;
    --red-dark: #b51520;
    --teal: #0879aa;
    --amber: #16a8df;
    --steel: #17344d;
    --navy: #09273f;
    --shadow: 0 24px 60px rgba(9, 39, 63, 0.14);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--surface);
    font-family: "Inter", Arial, sans-serif;
    line-height: 1.5;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea {
    font: inherit;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: linear-gradient(90deg, rgba(7, 31, 51, 0.94), rgba(8, 78, 116, 0.9));
    border-bottom: 2px solid rgba(223, 35, 43, 0.86);
    backdrop-filter: blur(18px);
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1580px;
    min-height: 102px;
    margin: 0 auto;
    padding: 0 34px;
}

.brand {
    display: inline-flex;
    align-items: center;
}

.brand-mark {
    display: grid;
    width: 198px;
    height: 72px;
    place-items: center;
    padding: 5px 8px;
    background: #ffffff;
    border: 1px solid rgba(223, 35, 43, 0.34);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(3, 20, 34, 0.2);
}

.brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-mark,
.nav-links a,
.btn,
.language-dropdown select {
    transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.brand-mark:hover,
.btn:hover {
    transform: translateY(-2px);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: clamp(18px, 3vw, 58px);
    color: rgba(255, 255, 255, 0.82);
    font-weight: 400;
}

.nav-links a {
    position: relative;
    padding: 11px 0;
    border-radius: 0;
    font-size: clamp(15px, 1.18vw, 20px);
    line-height: 1;
    white-space: nowrap;
}

.nav-links a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: var(--red);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.24s ease;
}

.nav-links a[aria-current="page"] {
    color: #ffffff;
    font-weight: 800;
}

.nav-links a[aria-current="page"]::after,
.nav-links a:hover::after {
    transform: scaleX(1);
}

.language-dropdown {
    display: inline-flex;
    align-items: center;
}

.language-dropdown select {
    min-height: 34px;
    padding: 0 8px;
    color: #ffffff;
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 13px;
    font-weight: 800;
    outline: none;
    cursor: pointer;
}

.language-dropdown select:hover {
    color: #7ddcff;
    box-shadow: none;
}

.nav-links a:hover {
    background: transparent;
    color: #ffffff;
}

.nav-links .nav-cta {
    margin-left: 0;
    color: rgba(255, 255, 255, 0.82);
    background: transparent;
    box-shadow: none;
}

.nav-links .nav-cta:hover {
    color: var(--white);
    background: transparent;
}

.nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
}

.nav-toggle span {
    width: 18px;
    height: 2px;
    background: #ffffff;
}

.hero {
    position: relative;
    min-height: calc(100vh - 82px);
    overflow: hidden;
    color: var(--white);
    background: var(--navy);
}

.hero::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(16, 24, 38, 0.88) 0%, rgba(16, 24, 38, 0.58) 46%, rgba(16, 24, 38, 0.08) 100%),
        linear-gradient(0deg, rgba(16, 24, 38, 0.52), rgba(16, 24, 38, 0));
    content: "";
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: heroDrift 18s ease-in-out infinite alternate;
}

.hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: calc(100vh - 82px);
    align-content: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 112px 28px 86px;
}

.hero-content {
    max-width: 810px;
}

.hero-kicker {
    display: inline-flex;
    margin: 0 0 20px;
    padding: 9px 14px;
    color: var(--white);
    background: var(--red);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    animation: fadeUp 0.75s ease 0.1s both;
}

.hero-content h1 {
    animation: fadeUp 0.78s ease 0.22s both;
}

.hero-copy {
    animation: fadeUp 0.78s ease 0.34s both;
}

.hero-actions {
    animation: fadeUp 0.78s ease 0.46s both;
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--red);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    margin-bottom: 22px;
    font-size: clamp(50px, 7vw, 104px);
    line-height: 0.98;
    letter-spacing: 0;
}

h2 {
    margin-bottom: 18px;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.08;
    letter-spacing: 0;
}

h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.hero-copy {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 20px;
}

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

.btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 800;
    cursor: pointer;
}

.btn.primary {
    color: var(--white);
    background: var(--red);
    box-shadow: 0 16px 28px rgba(0, 159, 227, 0.26);
}

.btn.secondary {
    color: var(--white);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(12px);
}

.btn.secondary-dark {
    color: var(--red-dark);
    background: rgba(0, 159, 227, 0.08);
    border-color: rgba(0, 159, 227, 0.22);
}

.btn.secondary-dark:hover {
    color: var(--white);
    background: var(--red);
}

.metrics-section {
    max-width: 1180px;
    margin: 0 auto;
    padding: 92px 24px 70px;
}

.home-summary {
    padding-bottom: 86px;
}

.home-summary-copy {
    max-width: 760px;
    margin: -14px 0 34px auto;
    color: var(--muted);
    font-size: 18px;
}

.company-summary-card {
    max-width: 980px;
    margin-left: auto;
    padding: 34px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(20, 31, 49, 0.08);
}

.company-summary-card p {
    margin: 0;
    color: var(--steel);
    font-size: 20px;
    line-height: 1.75;
}

.home-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.home-card {
    display: grid;
    min-height: 260px;
    padding: 28px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px 8px 44px 8px;
    box-shadow: 0 16px 38px rgba(20, 31, 49, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.home-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 28px 54px rgba(20, 31, 49, 0.16);
}

.home-card span {
    color: var(--red);
    font-weight: 800;
}

.home-card h3 {
    align-self: end;
    margin-bottom: 8px;
    font-size: 28px;
}

.home-card p {
    margin-bottom: 0;
    color: var(--muted);
}

.metrics-heading {
    display: grid;
    grid-template-columns: 0.76fr 1.24fr;
    gap: 48px;
    align-items: start;
    margin-bottom: 34px;
}

.metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.metrics-grid article {
    min-height: 230px;
    padding: 28px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px 8px 48px 8px;
    box-shadow: 0 14px 36px rgba(20, 31, 49, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.metrics-grid article:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 46px rgba(20, 31, 49, 0.14);
}

.metrics-grid strong,
.metrics-grid span {
    display: block;
}

.metrics-grid strong {
    margin-bottom: 58px;
    color: var(--navy);
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1;
}

.metrics-grid span {
    color: var(--muted);
    font-weight: 600;
}

.section {
    max-width: 1180px;
    margin: 0 auto;
    padding: 88px 24px;
}

.section-heading {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 48px;
    align-items: start;
    margin-bottom: 42px;
}

.section-heading.compact {
    display: block;
    max-width: 720px;
}

.about-grid {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 36px;
    align-items: stretch;
}

.about-copy {
    padding-right: 24px;
    color: var(--muted);
    font-size: 17px;
}

.panel-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
}

.about-photo {
    min-height: 320px;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.about-photo img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    color: var(--red);
    font-weight: 800;
}

.about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.principles,
.product-grid,
.process-track,
.partner-logos {
    display: grid;
    gap: 16px;
}

.principles {
    grid-template-columns: repeat(3, 1fr);
    grid-column: 1 / -1;
}

.principles article,
.product-card,
.process-track article {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
}

.principles article {
    padding: 24px;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.principles article:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 38px rgba(20, 31, 49, 0.1);
}

.principles span,
.product-index {
    display: block;
    color: var(--red);
    font-weight: 800;
}

.principles span {
    margin-bottom: 26px;
}

.principles p,
.product-card p,
.process-track p {
    color: var(--muted);
}

.products-section {
    max-width: none;
    background: #e8edf4;
}

.products-section > * {
    max-width: 1132px;
    margin-right: auto;
    margin-left: auto;
}

.product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card {
    position: relative;
    display: grid;
    min-height: 390px;
    overflow: hidden;
    color: var(--white);
    background: var(--navy);
    border: 0;
    box-shadow: 0 18px 40px rgba(20, 31, 49, 0.12);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.product-card::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(16, 24, 38, 0.92) 0%, rgba(16, 24, 38, 0.38) 62%, rgba(16, 24, 38, 0.06) 100%);
    content: "";
}

.product-card > div {
    position: relative;
    z-index: 2;
    align-self: end;
    padding: 26px;
}

.product-card:hover img {
    transform: scale(1.045);
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 52px rgba(20, 31, 49, 0.18);
}

.product-card::after {
    display: none;
}

.product-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-card p {
    color: rgba(255, 255, 255, 0.74);
}

.product-card.accent {
    background: var(--navy);
    border-color: transparent;
}

.product-card.accent p,
.product-card.accent .product-index {
    color: rgba(255, 255, 255, 0.78);
}

.product-index {
    margin-bottom: 86px;
    color: #ffffff;
    opacity: 0.76;
}

.quality-section {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 48px;
    align-items: center;
}

.feature-list {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.feature-list div {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--steel);
    font-weight: 600;
}

.feature-list em {
    font-style: normal;
}

.feature-list span {
    flex: 0 0 auto;
    width: 12px;
    height: 12px;
    margin-top: 7px;
    background: var(--teal);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(15, 139, 141, 0.12);
}

.cert-panel {
    display: grid;
    gap: 0;
    overflow: hidden;
    padding: 0;
    background: var(--navy);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.cert-panel div {
    padding: 28px;
    color: var(--white);
    background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0;
}

.cert-panel span,
.cert-panel strong,
.cert-panel small {
    display: block;
}

.cert-panel span {
    color: #66d0d2;
    font-size: 13px;
    font-weight: 800;
}

.cert-panel strong {
    margin-top: 6px;
    font-size: 30px;
}

.cert-panel small {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
}

.technology-section {
    max-width: none;
    color: var(--white);
    background: var(--steel);
}

.technology-section > * {
    max-width: 1132px;
    margin-right: auto;
    margin-left: auto;
}

.technology-section .eyebrow {
    color: #66d0d2;
}

.technology-section p {
    color: rgba(255, 255, 255, 0.72);
}

.rd-panel {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: 34px;
    align-items: start;
    max-width: 1132px;
    margin: 0 auto 22px;
    padding: 26px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
}

.rd-panel h3,
.lab-centre h3 {
    color: var(--white);
    font-size: clamp(24px, 3vw, 36px);
    line-height: 1.12;
}

.engineer-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    max-width: 1132px;
    margin: 0 auto 34px;
}

.engineer-grid article {
    min-height: 150px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
}

.engineer-grid strong,
.engineer-grid span {
    display: block;
}

.engineer-grid strong {
    margin-bottom: 34px;
    color: #66d0d2;
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1;
}

.engineer-grid span {
    color: rgba(255, 255, 255, 0.76);
    font-weight: 800;
}

.process-track {
    grid-template-columns: repeat(6, minmax(160px, 1fr));
    overflow-x: auto;
    padding-bottom: 8px;
}

.process-track article {
    min-width: 180px;
    padding: 22px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.16);
}

.process-track span {
    color: #66d0d2;
    font-weight: 800;
}

.lab-centre {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 30px;
    align-items: center;
    max-width: 1132px;
    margin: 40px auto 0;
    padding: 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
}

.lab-centre img {
    width: 100%;
    min-height: 280px;
    object-fit: cover;
    border-radius: 8px;
}

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

.partner-logos span {
    display: grid;
    min-height: 86px;
    place-items: center;
    padding: 14px;
    color: var(--steel);
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid var(--line);
    border-radius: 8px;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.partner-logos span:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 28px rgba(20, 31, 49, 0.1);
}

.reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.7s ease var(--reveal-delay, 0ms), transform 0.7s ease var(--reveal-delay, 0ms);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes heroDrift {
    from {
        transform: scale(1.02) translate3d(0, 0, 0);
    }
    to {
        transform: scale(1.08) translate3d(-1.4%, 1%, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}

.partner-logos img {
    max-width: 120px;
    max-height: 52px;
    object-fit: contain;
}

.contact-section {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 48px;
    max-width: 1180px;
    margin: 0 auto 72px;
    padding: 68px 24px;
}

.contact-copy p {
    max-width: 520px;
    color: var(--muted);
}

.contact-links {
    display: grid;
    gap: 10px;
    margin-top: 28px;
    color: var(--steel);
    font-weight: 700;
}

.contact-form {
    display: grid;
    gap: 16px;
    padding: 28px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.contact-form label {
    display: grid;
    gap: 8px;
    color: var(--steel);
    font-size: 14px;
    font-weight: 800;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 13px 14px;
    color: var(--ink);
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: var(--teal);
    box-shadow: 0 0 0 4px rgba(15, 139, 141, 0.12);
}

.contact-video-hero {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    color: var(--white);
    background: #07131f;
}

.contact-video-background,
.contact-video-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.contact-video-background {
    object-fit: cover;
}

.contact-video-overlay {
    background:
        linear-gradient(90deg, rgba(5, 18, 31, 0.9) 0%, rgba(5, 18, 31, 0.68) 48%, rgba(5, 18, 31, 0.45) 100%),
        linear-gradient(0deg, rgba(5, 18, 31, 0.42), transparent 45%);
}

.contact-video-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(420px, 0.65fr);
    gap: clamp(40px, 7vw, 112px);
    align-items: center;
    width: min(100% - 96px, 1696px);
    min-height: 100svh;
    margin: 0 auto;
    padding: 148px 0 72px;
}

.contact-video-copy {
    max-width: 760px;
}

.contact-video-copy h1 {
    max-width: 760px;
    margin: 14px 0 24px;
    color: var(--white);
    font-size: clamp(48px, 5.6vw, 92px);
    line-height: 0.98;
}

.contact-video-copy > p:not(.eyebrow) {
    max-width: 660px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 19px;
    line-height: 1.65;
}

.contact-video-details {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
    margin-top: 32px;
}

.contact-video-details a {
    color: var(--white);
    font-weight: 700;
}

.contact-video-form-shell {
    width: 100%;
    max-width: 620px;
    justify-self: end;
}

.contact-video-form {
    padding: clamp(24px, 3vw, 42px);
    color: var(--ink);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 8px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(14px);
}

.contact-video-form-heading {
    margin-bottom: 24px;
}

.contact-video-form-heading h2 {
    margin: 7px 0 0;
    font-size: clamp(28px, 2.4vw, 40px);
}

.contact-video-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.contact-video-form label {
    display: grid;
    gap: 8px;
    color: var(--steel);
    font-size: 13px;
    font-weight: 700;
}

.contact-video-form label.wide {
    grid-column: 1 / -1;
}

.contact-video-form input,
.contact-video-form textarea {
    width: 100%;
    padding: 13px 14px;
    color: var(--ink);
    background: #f4f7fa;
    border: 1px solid var(--line);
    border-radius: 6px;
    outline: none;
}

.contact-video-form input:focus,
.contact-video-form textarea:focus {
    border-color: var(--teal);
    box-shadow: 0 0 0 4px rgba(0, 159, 227, 0.12);
}

.contact-video-submit {
    width: 100%;
    margin-top: 18px;
}

.contact-banner-alert {
    margin-bottom: 14px;
    padding: 14px 16px;
    color: #123;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 6px;
}

.contact-banner-alert.success {
    border-left: 4px solid #2fa66d;
}

.contact-banner-alert.danger {
    border-left: 4px solid #d94747;
}

.contact-banner-alert ul {
    margin: 8px 0 0;
    padding-left: 18px;
}

.map-section {
    max-width: none;
    margin: 36px 0 0;
    padding: 64px 24px;
    color: var(--white);
    background:
        linear-gradient(90deg, rgba(0, 106, 166, 0.92), rgba(0, 159, 227, 0.72)),
        url("/images/shuangfei/slide-4.png");
    background-position: center;
    background-size: cover;
}

.map-footer-inner {
    display: grid;
    grid-template-columns: minmax(360px, 1.25fr) 0.45fr 0.6fr;
    gap: 54px;
    align-items: start;
    max-width: 1180px;
    margin: 0 auto;
}

.map-brand-panel img {
    width: min(420px, 100%);
    height: 82px;
    margin-bottom: 24px;
    object-fit: contain;
    object-position: left center;
    filter: brightness(0) invert(1);
}

.footer-nav,
.footer-contact {
    display: grid;
    gap: 12px;
    color: var(--white);
}

.footer-nav h2,
.footer-contact h2 {
    margin-bottom: 10px;
    color: var(--white);
    font-size: 28px;
    line-height: 1;
}

.footer-nav a,
.footer-contact a {
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    font-weight: 700;
}

.footer-nav a:hover,
.footer-contact a:hover {
    color: var(--white);
    text-decoration: underline;
}

.real-map-shell {
    position: relative;
    width: min(390px, 100%);
    height: 230px;
    overflow: hidden;
    background: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 8px;
    box-shadow: 0 22px 44px rgba(0, 35, 60, 0.26);
}

.google-map {
    width: 100%;
    height: 100%;
    border: 0;
}

.footer-contact-button {
    display: inline-flex;
    width: fit-content;
    margin-top: 10px;
    padding: 10px 16px;
    color: var(--red-dark) !important;
    background: rgba(255, 255, 255, 0.88);
    border-radius: 4px;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 28px 24px;
    color: var(--muted);
    border-top: 1px solid var(--line);
}

.footer p {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.footer img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.footer div {
    display: flex;
    gap: 18px;
}

.product-detail-hero {
    position: relative;
    display: grid;
    min-height: 540px;
    align-items: end;
    overflow: hidden;
    color: var(--white);
    background: var(--navy);
}

.product-detail-hero::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(16, 24, 38, 0.9), rgba(16, 24, 38, 0.46));
    content: "";
}

.product-detail-hero > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-detail-hero-content {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    margin: 0 auto;
    padding: 130px 24px 76px;
}

.product-detail-hero-content .text-link {
    margin-bottom: 26px;
    color: #66d0d2;
}

.product-detail-hero-content span {
    display: block;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 72px;
    font-weight: 800;
    line-height: 1;
}

.product-detail-hero-content h1 {
    max-width: 760px;
}

.product-detail-hero-content p:not(.eyebrow) {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 19px;
}

.product-detail-section,
.related-products {
    max-width: 1180px;
    margin: 0 auto;
    padding: 88px 24px;
}

.related-products {
    padding-top: 0;
}

.product-detail-heading {
    max-width: 720px;
    margin-bottom: 34px;
}

.product-detail-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.product-detail-card {
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(20, 31, 49, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.product-detail-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(20, 31, 49, 0.14);
}

.product-detail-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.product-detail-card div {
    padding: 24px;
}

.product-detail-card p {
    color: var(--muted);
}

.related-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.related-product-card {
    display: grid;
    gap: 18px;
    min-height: 128px;
    padding: 22px;
    color: var(--white);
    background: var(--navy);
    border-radius: 8px;
    transition: transform 0.28s ease, background 0.28s ease;
}

.related-product-card:hover {
    background: var(--red-dark);
    transform: translateY(-5px);
}

.related-product-card span {
    color: #66d0d2;
    font-weight: 800;
}

.related-product-card strong {
    font-size: 20px;
}

.article-hero {
    overflow: hidden;
    background: var(--navy);
}

.article-hero > img {
    width: 100%;
    height: min(68vh, 620px);
    object-fit: cover;
    display: block;
}

.article-heading {
    margin-bottom: 34px;
}

.article-heading .text-link {
    margin-bottom: 24px;
}

.article-heading h1 {
    margin-bottom: 22px;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.04;
}

.article-heading p:not(.eyebrow) {
    color: var(--muted);
    font-size: 19px;
}

.article-section {
    max-width: 920px;
    margin: 0 auto;
    padding: 64px 24px 84px;
}

.article-body {
    padding: 42px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(20, 31, 49, 0.09);
}

.article-body p {
    color: var(--steel);
    font-size: 19px;
    line-height: 1.75;
}

.article-body p:last-child {
    margin-bottom: 0;
}

.content-hero {
    position: relative;
    overflow: hidden;
    color: var(--white);
    background:
        linear-gradient(90deg, rgba(16, 24, 38, 0.9), rgba(0, 106, 166, 0.62)),
        url("/images/shuangfei/slide-2.jpeg");
    background-position: center;
    background-size: cover;
}

.content-hero.careers-hero {
    background:
        linear-gradient(90deg, rgba(16, 24, 38, 0.9), rgba(0, 106, 166, 0.62)),
        url("/images/shuangfei/slide-4.png");
    background-position: center;
    background-size: cover;
}

.content-hero.products-hero {
    background:
        linear-gradient(90deg, rgba(16, 24, 38, 0.92), rgba(0, 106, 166, 0.58)),
        url("/images/shuangfei/product.jpeg");
    background-position: center;
    background-size: cover;
}

.content-hero.technology-hero {
    background:
        linear-gradient(90deg, rgba(16, 24, 38, 0.92), rgba(0, 106, 166, 0.58)),
        url("/images/shuangfei/slide-3.jpeg");
    background-position: center;
    background-size: cover;
}

.content-hero-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 132px 24px 92px;
}

.content-hero-inner h1 {
    max-width: 860px;
    margin-bottom: 20px;
    font-size: clamp(44px, 6vw, 82px);
}

.content-hero-inner p:not(.eyebrow) {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 19px;
}

.listing-section {
    max-width: 1180px;
    margin: 0 auto;
    padding: 82px 24px;
}

.listing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.blog-card {
    display: grid;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(20, 31, 49, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.blog-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 28px 52px rgba(20, 31, 49, 0.16);
}

.blog-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.blog-card div {
    display: grid;
    gap: 12px;
    padding: 24px;
}

.blog-card span {
    color: var(--red);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.blog-card h2 {
    margin: 0;
    font-size: 25px;
    line-height: 1.12;
}

.blog-card p {
    margin: 0;
    color: var(--muted);
}

.blog-page-hero {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 360px;
    overflow: hidden;
    color: #ffffff;
    background: #0c2940;
}

.blog-page-hero > img,
.blog-page-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.blog-page-hero > img {
    object-fit: cover;
    object-position: center 48%;
}

.blog-page-hero-overlay {
    background: linear-gradient(90deg, rgba(8, 29, 48, 0.9), rgba(8, 43, 69, 0.5));
}

.blog-page-hero-inner {
    position: relative;
    z-index: 1;
    width: min(100% - 64px, 1680px);
    margin: 0 auto;
    padding-bottom: 42px;
}

.blog-page-hero-inner .eyebrow {
    color: #78d5ff;
}

.blog-page-hero-inner h1 {
    max-width: 760px;
    margin: 5px 0 0;
    color: #ffffff;
    font-size: clamp(48px, 6vw, 82px);
    line-height: 0.98;
}

.blog-toolbar {
    position: relative;
    z-index: 3;
    background: #ffffff;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 10px 24px rgba(20, 31, 49, 0.09);
}

.blog-toolbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: min(100% - 64px, 1680px);
    min-height: 82px;
    margin: 0 auto;
}

.blog-search {
    display: flex;
    align-items: center;
    width: min(100%, 330px);
    padding: 0 18px;
    border: 1px solid #d5dce5;
    border-radius: 7px;
}

.blog-search-icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    margin-right: 12px;
    border: 1.8px solid var(--ink);
    border-radius: 50%;
}

.blog-search-icon::after {
    content: "";
    position: absolute;
    right: -5px;
    bottom: -3px;
    width: 7px;
    height: 2px;
    background: var(--ink);
    transform: rotate(45deg);
}

.blog-search input {
    width: 100%;
    min-height: 48px;
    color: var(--ink);
    background: transparent;
    border: 0;
    outline: 0;
    font: inherit;
}

.blog-filter {
    display: flex;
    align-self: stretch;
    gap: 4px;
}

.blog-filter button {
    position: relative;
    padding: 0 15px;
    color: var(--steel);
    background: transparent;
    border: 0;
    cursor: pointer;
    font: inherit;
}

.blog-filter button::after {
    content: "";
    position: absolute;
    right: 15px;
    bottom: 0;
    left: 15px;
    height: 4px;
    background: var(--red);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
}

.blog-filter button:hover,
.blog-filter button.is-active {
    color: var(--ink);
    font-weight: 700;
}

.blog-filter button.is-active::after {
    transform: scaleX(1);
}

.blog-listing-section {
    min-height: 460px;
    padding: 80px 32px 100px;
    background: #f7f9fc;
}

.blog-page-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    width: min(100%, 1600px);
    margin: 0 auto;
}

.blog-page-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dce2ea;
    border-top: 4px solid var(--red);
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(20, 31, 49, 0.08);
    transition: transform 200ms ease, box-shadow 200ms ease;
}

.blog-page-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 42px rgba(20, 31, 49, 0.15);
}

.blog-page-card[hidden] {
    display: none;
}

.blog-page-card-media {
    position: relative;
    display: block;
    min-height: 320px;
    overflow: hidden;
    color: #ffffff;
    background: #36576f;
}

.blog-page-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 29, 48, 0.08) 25%, rgba(8, 29, 48, 0.9) 100%);
}

.blog-page-card-media > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 420ms ease;
}

.blog-page-card:hover .blog-page-card-media > img {
    transform: scale(1.05);
}

.blog-page-card-media > span {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    padding: 6px 9px;
    color: #ffffff;
    background: rgba(223, 35, 43, 0.92);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.blog-page-card-media > div {
    position: absolute;
    right: 20px;
    bottom: 22px;
    left: 20px;
    z-index: 1;
}

.blog-page-card-media h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(22px, 2vw, 31px);
    line-height: 1.08;
}

.blog-page-card-media p {
    display: -webkit-box;
    overflow: hidden;
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blog-page-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 92px;
    padding: 18px 20px;
}

.blog-page-card-meta time,
.blog-page-card-meta span {
    display: block;
    color: var(--muted);
    font-size: 13px;
}

.blog-page-card-meta span {
    margin-top: 5px;
}

.blog-page-card-meta > a {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    place-items: center;
    color: var(--red);
    border: 2px solid var(--red);
    border-radius: 50%;
    font-size: 23px;
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.blog-page-card-meta > a:hover {
    color: #ffffff;
    background: var(--red);
    transform: translateX(3px);
}

.blog-empty-state {
    width: min(100%, 1600px);
    margin: 0 auto;
    padding: 60px 24px;
    text-align: center;
    background: #ffffff;
    border: 1px solid var(--line);
}

.blog-empty-state strong {
    font-size: 24px;
}

.blog-empty-state p {
    margin: 8px 0 0;
    color: var(--muted);
}

.product-index-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.product-page-section .product-index-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.product-index-card {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    min-height: 360px;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-top: 4px solid var(--red);
    border-radius: 8px;
    box-shadow: 0 24px 64px rgba(20, 31, 49, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.product-page-section .product-index-card {
    grid-template-columns: 1fr;
    min-height: 0;
}

button.product-index-card {
    width: 100%;
    padding: 0;
    color: inherit;
    text-align: left;
    cursor: pointer;
    font: inherit;
}

.product-index-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 30px 60px rgba(20, 31, 49, 0.16);
}

.product-index-card img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

.product-page-section .product-index-card img {
    height: 190px;
    min-height: 190px;
}

.product-index-card div {
    display: grid;
    align-content: end;
    padding: 34px;
}

.product-page-section .product-index-card div {
    min-height: 230px;
    padding: 22px;
}

.product-index-card span {
    display: block;
    margin-bottom: 66px;
    color: var(--red);
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}

.product-page-section .product-index-card span {
    margin-bottom: 28px;
    font-size: 24px;
}

.product-index-card h2 {
    font-size: clamp(30px, 2.6vw, 42px);
    line-height: 1.05;
}

.product-page-section .product-index-card h2 {
    font-size: clamp(22px, 1.7vw, 28px);
}

.product-index-card p {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.65;
}

.product-page-section .product-index-card p {
    font-size: 14px;
    line-height: 1.55;
}

.product-index-card strong {
    color: var(--red);
}

.product-page-heading {
    max-width: 1480px;
    margin: 0 auto 40px;
}

.product-page-heading h2 {
    margin-bottom: 14px;
    color: var(--navy);
    font-size: clamp(38px, 5.2vw, 72px);
    line-height: 0.95;
}

.product-page-heading h2 span,
.product-page-heading h2 strong {
    display: block;
}

.product-page-heading h2 span {
    color: var(--navy);
    font-size: 0.44em;
}

.product-page-heading h2 strong {
    color: var(--red);
}

.product-page-heading p {
    max-width: 720px;
    color: var(--muted);
    font-size: 17px;
}

.product-detail-media {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 34px;
    align-items: stretch;
}

.product-detail-media > img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    border: 1px solid var(--line);
    background: var(--white);
    box-shadow: 0 28px 70px rgba(20, 31, 49, 0.08);
}

.product-detail-copy {
    padding: 34px;
    border: 1px solid var(--line);
    background: var(--white);
    box-shadow: 0 28px 70px rgba(20, 31, 49, 0.08);
}

.product-detail-copy p {
    color: var(--muted);
    font-size: 20px;
    line-height: 1.8;
}

.product-page-hero::after {
    background:
        linear-gradient(90deg, rgba(16, 24, 38, 0.88), rgba(16, 24, 38, 0.32)),
        linear-gradient(0deg, rgba(16, 24, 38, 0.58), rgba(16, 24, 38, 0));
}

.product-page-section {
    max-width: none;
    padding: 96px 0;
}

.product-page-section > .product-page-heading,
.product-page-section > .product-index-grid,
.product-page-section > .product-detail-media,
.product-page-section > .related-product-grid {
    max-width: 1480px;
    margin-right: auto;
    margin-left: auto;
    padding-right: clamp(28px, 5vw, 96px);
    padding-left: clamp(28px, 5vw, 96px);
}

.product-page-section > .product-detail-media {
    max-width: calc(1480px - (clamp(28px, 5vw, 96px) * 2));
}

.related-product-heading {
    margin-top: 86px;
}

.product-popup[hidden] {
    display: none;
}

.product-popup {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid;
    place-items: center;
    padding: 28px;
}

.product-popup-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(8, 14, 24, 0.68);
    backdrop-filter: blur(8px);
}

.product-popup-panel {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
    width: min(1040px, 100%);
    max-height: min(760px, 92vh);
    overflow: hidden;
    background: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.42);
    box-shadow: 0 34px 90px rgba(8, 14, 24, 0.32);
}

.product-popup-panel > img {
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
    background: #eef3f8;
}

.product-popup-panel > div {
    display: grid;
    align-content: center;
    padding: clamp(28px, 4vw, 54px);
}

.product-popup-panel h2 {
    margin-bottom: 18px;
    color: var(--navy);
    font-size: clamp(30px, 3.4vw, 48px);
    line-height: 1.05;
}

.product-popup-panel p:not(.eyebrow) {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.75;
}

.product-popup-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--navy);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--line);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

body.has-open-popup {
    overflow: hidden;
}

.section-action {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.technology-page-section {
    max-width: none;
    padding: 96px 0;
    background: #f4f7fb;
}

.technology-page-hero::after {
    background:
        linear-gradient(90deg, rgba(16, 24, 38, 0.88), rgba(16, 24, 38, 0.34)),
        linear-gradient(0deg, rgba(16, 24, 38, 0.58), rgba(16, 24, 38, 0));
}

.technology-page-heading,
.technology-capability-grid,
.technology-stat-grid,
.technology-process-grid,
.technology-lab-section {
    max-width: 1480px;
    margin-right: auto;
    margin-left: auto;
    padding-right: clamp(28px, 5vw, 96px);
    padding-left: clamp(28px, 5vw, 96px);
}

.technology-page-heading {
    margin-bottom: 34px;
}

.technology-page-heading + .technology-page-heading {
    margin-top: 84px;
}

.technology-page-heading h2 {
    max-width: 760px;
    color: var(--navy);
    font-size: clamp(38px, 5.2vw, 72px);
    line-height: 0.96;
}

.technology-page-heading h2 span,
.technology-page-heading h2 strong {
    display: block;
}

.technology-page-heading h2 span {
    color: var(--navy);
    font-size: 0.48em;
}

.technology-page-heading h2 strong {
    color: var(--red);
}

.technology-page-heading p {
    max-width: 760px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.75;
}

.technology-rd-section {
    max-width: 1480px;
    margin: 0 auto 84px;
    padding-right: clamp(28px, 5vw, 96px);
    padding-left: clamp(28px, 5vw, 96px);
}

.technology-rd-section .technology-page-heading {
    max-width: 680px;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.technology-rd-heading {
    max-width: 900px;
    margin: 0 0 42px;
    text-align: left;
}

.technology-rd-heading h2 {
    color: var(--navy);
    font-size: clamp(36px, 4.6vw, 62px);
    line-height: 1.05;
}

.technology-rd-heading h2 span,
.technology-rd-heading h2 strong {
    display: block;
}

.technology-rd-heading h2 span {
    color: #d92535;
}

.technology-rd-copy {
    display: grid;
    gap: 22px;
    max-width: none;
    margin-bottom: 60px;
}

.technology-rd-copy p {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.75;
    text-align: justify;
}

.technology-rd-panel {
    padding: 28px 0 0;
    background: transparent;
    border-radius: 0;
}

.technology-rd-top {
    display: grid;
    gap: 22px;
    justify-items: center;
    margin-bottom: 46px;
    color: #000;
    text-align: center;
}

.technology-rd-top p {
    margin: 0;
}

.technology-rd-top strong {
    color: var(--red);
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1;
}

[data-count-up] {
    display: inline-block;
    cursor: default;
    transform-origin: center;
    transition: color 180ms ease, text-shadow 180ms ease, transform 180ms ease;
}

[data-count-up]:hover,
[data-count-up].is-counting {
    color: var(--red);
    text-shadow: 0 12px 28px rgba(0, 159, 227, 0.28);
    transform: translateY(-2px) scale(1.04);
}

.technology-rd-cards [data-count-up]:hover,
.technology-rd-cards [data-count-up].is-counting {
    color: var(--white);
    text-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.technology-rd-top span {
    color: #000;
    font-weight: 800;
}

.technology-rd-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.technology-rd-cards article {
    min-height: 190px;
    padding: 26px 18px 42px;
    color: var(--white);
    text-align: center;
    background:
        linear-gradient(180deg, var(--red) 0%, var(--red) 54%, rgba(0, 159, 227, 0) 100%);
}

.technology-rd-cards strong,
.technology-rd-cards span {
    display: block;
}

.technology-rd-cards strong {
    margin-bottom: 22px;
    font-size: clamp(42px, 4.6vw, 64px);
    line-height: 1;
    letter-spacing: 0.06em;
}

.technology-rd-cards span {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}

.technology-capability-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.technology-capability-grid article,
.technology-stat-grid article,
.technology-process-grid article {
    border: 1px solid var(--line);
    border-top: 4px solid var(--red);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 24px 64px rgba(20, 31, 49, 0.08);
    transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.technology-capability-grid article {
    min-height: 300px;
    padding: 30px;
}

.technology-capability-grid span,
.technology-process-grid span {
    display: block;
    margin-bottom: 42px;
    color: var(--red);
    font-size: 30px;
    font-weight: 800;
}

.technology-capability-grid h3,
.technology-process-grid h3 {
    margin-bottom: 14px;
    color: var(--navy);
    font-size: 28px;
    line-height: 1.08;
}

.technology-capability-grid p,
.technology-process-grid p {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
}

.technology-stat-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}

.technology-stat-grid article {
    min-height: 156px;
    padding: 22px;
}

.technology-stat-grid strong,
.technology-stat-grid span {
    display: block;
}

.technology-stat-grid strong {
    margin-bottom: 34px;
    color: var(--red);
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1;
}

.technology-stat-grid span {
    color: var(--navy);
    font-weight: 800;
    line-height: 1.35;
}

.technology-process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.technology-process-grid article {
    min-height: 260px;
    padding: 28px;
}

.technology-process-grid article:hover {
    border-color: var(--red);
    background: linear-gradient(135deg, var(--navy), var(--teal));
    box-shadow: 0 28px 72px rgba(9, 39, 63, 0.24);
    transform: translateY(-6px);
}

.technology-process-grid article:hover span,
.technology-process-grid article:hover h3,
.technology-process-grid article:hover p {
    color: var(--white);
}

.technology-lab-section {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 34px;
    align-items: stretch;
    margin-top: 90px;
}

.technology-lab-image {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    background: transparent;
    border: 0;
    cursor: zoom-in;
}

.technology-lab-section img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
    border: 1px solid var(--line);
    background: var(--white);
    box-shadow: 0 24px 64px rgba(20, 31, 49, 0.08);
    transition: transform 260ms ease, filter 260ms ease;
}

.technology-lab-image:hover img {
    filter: brightness(0.92);
    transform: scale(1.025);
}

.technology-lab-section > div {
    display: grid;
    align-content: center;
    padding: clamp(30px, 4vw, 56px);
    border: 1px solid var(--line);
    background: var(--white);
    box-shadow: 0 24px 64px rgba(20, 31, 49, 0.08);
}

.technology-lab-section h3 {
    margin-bottom: 18px;
    color: var(--navy);
    font-size: clamp(30px, 3.4vw, 48px);
    line-height: 1.08;
}

.technology-lab-section p:not(.eyebrow) {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.75;
}

.listing-card,
.job-card,
.career-board {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(20, 31, 49, 0.08);
}

.listing-card {
    min-height: 280px;
    padding: 28px;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.listing-card:hover,
.job-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(20, 31, 49, 0.14);
}

.listing-card span,
.job-card span {
    display: block;
    margin-bottom: 42px;
    color: var(--red);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.listing-card h2 {
    font-size: 28px;
}

.listing-card p,
.job-card p {
    color: var(--muted);
}

.career-board {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 18px;
    padding: 32px;
}

.career-board h2 {
    max-width: 680px;
    margin-bottom: 0;
}

.job-list {
    display: grid;
    gap: 14px;
}

.job-card {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    min-height: 150px;
    padding: 24px;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.job-card span {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    margin-bottom: 0;
    color: var(--white);
    background: var(--red);
    border-radius: 50%;
    font-size: 16px;
}

.job-card-main {
    min-width: 0;
}

.job-card-main small {
    display: block;
    margin-bottom: 8px;
    color: var(--red);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.job-card-main h3 {
    margin-bottom: 8px;
    font-size: 26px;
}

.job-card-main p {
    max-width: 720px;
    margin-bottom: 0;
}

.career-detail-hero {
    color: var(--white);
    background:
        linear-gradient(90deg, rgba(16, 24, 38, 0.92), rgba(0, 106, 166, 0.72)),
        url("/images/shuangfei/slide-2.jpeg");
    background-position: center;
    background-size: cover;
}

.career-detail-hero-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 128px 24px 82px;
}

.career-detail-hero-inner .text-link {
    margin-bottom: 26px;
    color: #66d0d2;
}

.career-detail-hero-inner h1 {
    max-width: 820px;
    margin-bottom: 18px;
    font-size: clamp(44px, 6vw, 82px);
}

.career-detail-hero-inner p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.78);
    font-size: 20px;
}

.career-detail-section {
    max-width: 1040px;
    margin: 0 auto;
    padding: 82px 24px;
}

.career-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 18px;
}

.career-detail-card,
.career-apply-panel {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(20, 31, 49, 0.08);
}

.career-detail-card {
    padding: 30px;
}

.career-detail-card h2 {
    font-size: 34px;
}

.career-detail-card p,
.career-detail-card li {
    color: var(--muted);
    font-size: 17px;
}

.career-detail-card ul {
    display: grid;
    gap: 13px;
    margin: 0;
    padding-left: 20px;
}

.career-apply-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 18px;
    padding: 30px;
}

.career-apply-panel h2 {
    margin-bottom: 0;
    font-size: 32px;
}

.career-application {
    margin-top: 24px;
    padding: 34px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(20, 31, 49, 0.09);
    scroll-margin-top: 110px;
}

.career-application-heading {
    max-width: 850px;
    margin-bottom: 28px;
}

.career-application-heading h2 {
    margin: 4px 0 10px;
    font-size: clamp(30px, 4vw, 48px);
}

.career-application-heading > p:not(.eyebrow) {
    margin: 0;
    color: var(--muted);
}

.career-application-alert {
    margin-bottom: 20px;
    padding: 15px 17px;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.career-application-alert.success {
    color: #05603a;
    background: #ecfdf3;
    border-color: #abefc6;
}

.career-application-alert.danger {
    color: #912018;
    background: #fef3f2;
    border-color: #fecdca;
}

.career-application-alert ul {
    margin: 8px 0 0;
    padding-left: 20px;
}

.career-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.career-application-form label {
    display: grid;
    gap: 8px;
    color: var(--steel);
    font-size: 14px;
    font-weight: 700;
}

.career-application-form input,
.career-application-form textarea {
    width: 100%;
    padding: 13px 14px;
    color: var(--ink);
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 7px;
    outline: 0;
    resize: vertical;
}

.career-application-form input:focus,
.career-application-form textarea:focus {
    border-color: var(--red);
    box-shadow: 0 0 0 4px rgba(0, 159, 227, 0.12);
}

.career-form-wide {
    grid-column: 1 / -1;
}

.career-file-field small {
    color: var(--muted);
    font-size: 12px;
    font-weight: 500;
}

.career-application-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 22px;
}

.career-application-page-hero {
    color: #ffffff;
    background: linear-gradient(110deg, #101826, #006aa6);
}

.career-application-page-hero > div {
    width: min(100% - 64px, 1500px);
    margin: 0 auto;
    padding: 150px 0 60px;
}

.career-application-page-hero h1 {
    max-width: 980px;
    margin: 12px 0;
    color: #ffffff;
    font-size: clamp(48px, 7vw, 90px);
    line-height: 0.98;
}

.career-application-page-hero p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.75);
}

.career-application-page {
    width: min(100% - 64px, 1300px);
    margin: 0 auto;
    padding: 60px 0 90px;
}

.career-page-hero::after {
    background:
        linear-gradient(90deg, rgba(16, 24, 38, 0.9), rgba(16, 24, 38, 0.34)),
        linear-gradient(0deg, rgba(16, 24, 38, 0.58), transparent);
}

.career-page-hero .text-link {
    display: inline-flex;
    margin-bottom: 24px;
    color: #8cdcf7;
}

.career-application-page-hero > .about-page-hero-content {
    width: auto;
    max-width: 1180px;
    margin: 0;
    padding: 120px 24px 82px;
    padding-left: clamp(52px, 5vw, 96px);
}

.career-application-page-hero .about-page-hero-content h1 {
    max-width: 690px;
    margin: 0 0 20px;
    font-size: clamp(36px, 4.35vw, 58px);
    line-height: 1.08;
}

.career-page-section,
.career-detail-section,
.career-application-page {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}

.career-page-inner {
    max-width: 1480px;
    margin-right: auto;
    margin-left: auto;
    padding-right: clamp(28px, 5vw, 96px);
    padding-left: clamp(28px, 5vw, 96px);
}

.career-page-heading {
    margin-bottom: 42px;
}

.career-page-heading h2 {
    max-width: 680px;
    margin: 8px 0 24px;
    color: var(--red-dark);
    font-size: clamp(44px, 5vw, 72px);
    line-height: 1;
}

.career-page-heading > p {
    max-width: 820px;
    color: var(--muted);
    font-size: 18px;
}

.career-page-section .job-list {
    gap: 18px;
}

.career-page-section .job-card {
    min-height: 170px;
    padding: 30px 34px;
    border-radius: 6px;
}

.career-page-section .job-card > span {
    color: var(--white);
    background: var(--red);
}

.career-page-section .job-card-main small {
    color: var(--red-dark);
}

.career-page-section .job-card-main h3 {
    color: var(--ink);
    font-size: clamp(24px, 2.2vw, 32px);
}

.career-empty-state {
    padding: 52px;
    text-align: center;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 6px;
}

.career-empty-state h3 {
    margin-bottom: 10px;
}

.career-empty-state p {
    margin: 0;
    color: var(--muted);
}

.career-detail-card,
.career-apply-panel,
.career-application {
    border-radius: 6px;
}

.career-detail-card:first-of-type {
    padding: clamp(30px, 4vw, 52px);
}

.career-detail-card:first-of-type h2 {
    font-size: clamp(32px, 3.5vw, 48px);
}

.career-application-page {
    padding-top: 96px;
    padding-bottom: 96px;
}

.career-application {
    margin-top: 0;
    padding: clamp(24px, 4vw, 48px);
}

.cms-empty-list {
    padding: 54px 26px;
    text-align: center;
}

.cms-empty-list strong {
    font-size: 22px;
}

.cms-empty-list p {
    margin: 7px 0 0;
    color: var(--muted);
}

.application-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.application-detail-grid article {
    padding: 18px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
}

.application-detail-grid article.wide {
    grid-column: 1 / -1;
}

.application-detail-grid span,
.application-detail-grid strong {
    display: block;
}

.application-detail-grid span {
    margin-bottom: 7px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.application-detail-grid p {
    margin: 0;
    color: var(--steel);
    white-space: pre-line;
}

.about-page-hero {
    position: relative;
    display: grid;
    min-height: 560px;
    align-items: end;
    overflow: hidden;
    color: var(--white);
    background: var(--navy);
}

.about-page-hero::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(16, 24, 38, 0.86), rgba(16, 24, 38, 0.26)),
        linear-gradient(0deg, rgba(16, 24, 38, 0.62), rgba(16, 24, 38, 0));
    content: "";
}

.about-page-hero > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-page-hero-content {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    margin: 0;
    padding: 120px 24px 82px;
    padding-left: clamp(52px, 5vw, 96px);
}

.about-page-hero-content .eyebrow {
    font-size: clamp(18px, 1.55vw, 26px);
}

.about-page-hero-content h1 {
    max-width: 690px;
    font-size: clamp(36px, 4.35vw, 58px);
    line-height: 1.08;
}

.about-page-hero-content p:not(.eyebrow) {
    max-width: 690px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
}

.about-page-section {
    max-width: none;
    margin: 0 auto;
    padding: 96px 0;
}

.about-page-intro {
    max-width: 1480px;
    margin-right: auto;
    margin-left: auto;
    padding-right: clamp(28px, 5vw, 96px);
    padding-left: clamp(28px, 5vw, 96px);
    margin-bottom: 88px;
}

.about-page-intro h2 {
    max-width: 680px;
    margin: 8px 0 24px;
    color: var(--red-dark);
    font-size: clamp(44px, 5vw, 72px);
    line-height: 1;
}

.about-page-intro p:not(.eyebrow) {
    color: var(--muted);
    font-size: 18px;
    text-align: justify;
}

.about-profile-photo {
    float: right;
    width: min(44%, 520px);
    min-height: 340px;
    margin: 0 0 24px 44px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 24px 58px rgba(20, 31, 49, 0.14);
}

.about-profile-photo img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.timeline-section,
.awards-showcase,
.family-section {
    max-width: 1480px;
    margin-right: auto;
    margin-left: auto;
    padding-right: clamp(28px, 5vw, 96px);
    padding-left: clamp(28px, 5vw, 96px);
    margin-top: 88px;
}

.about-page-split {
    max-width: 1480px;
    margin-right: auto;
    margin-left: auto;
    padding-right: clamp(28px, 5vw, 96px);
    padding-left: clamp(28px, 5vw, 96px);
}

.certifications-section {
    position: relative;
    max-width: 1480px;
    margin: 96px auto 0;
    padding-right: clamp(28px, 5vw, 96px);
    padding-left: clamp(28px, 5vw, 96px);
}

.certifications-section .section-heading.compact {
    max-width: 680px;
    margin-bottom: 36px;
}

.certification-title {
    max-width: 680px;
    color: var(--navy);
    font-size: clamp(44px, 5vw, 72px);
    line-height: 0.96;
}

.certification-title span,
.certification-title strong {
    display: block;
}

.certification-title span {
    margin-bottom: 8px;
    color: var(--navy);
    font-size: 0.48em;
    line-height: 1;
}

.certification-title strong {
    color: var(--red-dark);
}

.award-title,
.family-title {
    max-width: 680px;
    color: var(--navy);
    font-size: clamp(44px, 5vw, 72px);
    line-height: 0.96;
}

.award-title span,
.award-title strong,
.family-title span,
.family-title strong {
    display: block;
}

.award-title span,
.family-title span {
    margin-bottom: 8px;
    color: var(--navy);
    font-size: 0.48em;
    line-height: 1;
}

.award-title strong,
.family-title strong {
    color: var(--red-dark);
}

.timeline-section .section-heading.compact {
    max-width: 680px;
    margin-bottom: 44px;
}

.timeline-section .section-heading.compact .eyebrow {
    display: none;
}

.timeline-section .section-heading.compact h2 {
    max-width: 680px;
    color: var(--navy);
    font-size: clamp(44px, 5vw, 72px);
    line-height: 0.96;
}

.history-title span,
.history-title strong {
    display: block;
}

.history-title span {
    margin-bottom: 8px;
    color: var(--navy);
    font-size: 0.48em;
    line-height: 1;
}

.history-title strong {
    color: var(--red-dark);
}

.timeline-carousel {
    position: relative;
    padding-top: 8px;
}

.timeline-carousel::before {
    display: none;
}

.timeline-grid {
    display: grid;
    grid-auto-columns: calc((100% - 96px) / 4);
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 32px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 118px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.timeline-grid::-webkit-scrollbar {
    display: none;
}

.timeline-arrow {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    color: var(--red);
    background: var(--white);
    border: 3px solid var(--red);
    border-radius: 50%;
    box-shadow: 0 14px 30px rgba(0, 159, 227, 0.14);
    cursor: pointer;
    font-size: 44px;
    font-weight: 800;
    line-height: 1;
    transition: transform 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.timeline-arrow:hover {
    background: var(--red);
    color: var(--white);
    transform: scale(1.06);
}

.timeline-controls {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 22px;
}

.certification-panel,
.family-grid article {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(20, 31, 49, 0.08);
}

.timeline-grid article {
    position: relative;
    height: 236px;
    padding: 24px;
    color: var(--white);
    background: var(--red);
    border: 0;
    border-radius: 0;
    box-shadow: 0 18px 42px rgba(0, 159, 227, 0.16);
    scroll-snap-align: start;
    transition: transform 0.28s ease;
}

.timeline-grid article::after {
    position: absolute;
    bottom: -28px;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 28px solid var(--red);
    border-right: 28px solid transparent;
    border-left: 28px solid transparent;
    content: "";
    transform: translateX(-50%);
}

.timeline-grid article:hover,
.family-grid article:hover {
    transform: translateY(-4px);
}

.family-grid article:hover {
    box-shadow: 0 26px 52px rgba(20, 31, 49, 0.15);
}

.family-grid article > img {
    width: 100%;
    height: 285px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.timeline-card-image {
    position: absolute;
    top: 14px;
    right: 14px;
    display: grid;
    width: 78px;
    height: 78px;
    place-items: center;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 6px;
    cursor: zoom-in;
    padding: 0;
}

.timeline-card-copy span,
.timeline-card-copy h3 {
    padding-right: 96px;
}

.timeline-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.timeline-grid article:hover .timeline-card-image img,
.family-grid article:hover > img {
    transform: scale(1.045);
}

.family-grid article > div {
    padding: 24px;
}

.timeline-grid span {
    display: block;
    margin-bottom: 14px;
    color: var(--white);
    font-size: 30px;
    font-weight: 800;
}

.timeline-grid h3 {
    max-width: 92%;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 1.08;
}

.timeline-grid p {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.35;
}

.family-grid p,
.family-grid small {
    color: var(--muted);
}

.timeline-grid p {
    color: rgba(255, 255, 255, 0.88);
}

.timeline-pin {
    position: absolute;
    top: calc(100% + 34px);
    left: 50%;
    z-index: 1;
    width: 16px;
    height: 16px;
    margin: 0;
    background: var(--white);
    border: 3px solid var(--red);
    border-radius: 50%;
    transform: translateX(-50%);
}

.timeline-pin::before {
    position: absolute;
    bottom: 13px;
    left: 50%;
    width: 3px;
    height: 34px;
    background: var(--red);
    content: "";
    transform: translateX(-50%);
}

.timeline-pin::after {
    position: absolute;
    top: 13px;
    left: 50%;
    width: 3px;
    height: 114px;
    background: var(--red);
    content: "";
    transform: translateX(-50%);
}

.image-lightbox {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: grid;
    place-items: center;
    padding: 28px;
    background: rgba(5, 12, 24, 0.84);
}

.image-lightbox[hidden] {
    display: none;
}

.image-lightbox img {
    max-width: min(1080px, 94vw);
    max-height: 86vh;
    object-fit: contain;
    background: var(--white);
    border-radius: 8px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.image-lightbox-close {
    position: fixed;
    top: 20px;
    right: 24px;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: var(--white);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 50%;
    cursor: pointer;
    font-size: 32px;
    line-height: 1;
}

.about-page-split {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 96px;
}

.about-page-split.awards-section {
    grid-template-columns: minmax(0, 1fr);
}

.certification-panel {
    padding: 34px;
    overflow: hidden;
    position: relative;
}

.certification-panel::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(0, 159, 227, 0.16), rgba(0, 159, 227, 0));
    content: "";
    pointer-events: none;
}

.certification-list,
.award-list {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.certifications-section .certification-list {
    grid-auto-columns: calc((100% - 68px) / 3);
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 34px;
    margin-top: 0;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.certifications-section .certification-list::-webkit-scrollbar {
    display: none;
}

.certification-list article,
.award-list span {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 16px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.certifications-section .certification-list article {
    display: block;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    scroll-snap-align: start;
}

.certification-list article:hover,
.award-list span:hover {
    transform: translateX(5px);
    background: var(--white);
    box-shadow: 0 14px 30px rgba(20, 31, 49, 0.08);
}

.certifications-section .certification-list article:hover {
    transform: translateY(-5px);
    background: transparent;
    box-shadow: none;
}

.certification-list img,
.award-list img {
    width: 104px;
    height: 78px;
    object-fit: cover;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 6px;
}

.certification-image {
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    background: var(--white);
    border: 1px solid rgba(16, 24, 38, 0.18);
    border-radius: 2px;
    box-shadow: 0 14px 30px rgba(20, 31, 49, 0.2);
    cursor: zoom-in;
}

.certifications-section .certification-list .certification-image img {
    display: block;
    width: 100%;
    height: clamp(360px, 34vw, 520px);
    object-fit: cover;
    object-position: top center;
    background: var(--white);
    border: 0;
    border-radius: 0;
    transition: transform 0.45s ease;
}

.certifications-section .certification-list article:hover .certification-image img {
    transform: scale(1.025);
}

.certification-list strong {
    display: block;
    margin-top: 18px;
    color: var(--red-dark);
    font-size: 24px;
    line-height: 1.1;
}

.certification-list span,
.certification-list small,
.award-list span {
    color: var(--muted);
    font-weight: 700;
}

.certifications-section .certification-list span {
    display: block;
    margin-top: 8px;
    color: var(--navy);
    font-size: 18px;
}

.certifications-section .certification-list small {
    display: block;
    margin-top: 8px;
    font-size: 14px;
}

.certification-controls {
    position: absolute;
    top: 52%;
    right: clamp(8px, 2vw, 42px);
    left: clamp(8px, 2vw, 42px);
    z-index: 3;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    transform: translateY(-50%);
}

.certification-controls .timeline-arrow {
    width: 52px;
    height: 52px;
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.92);
    font-size: 40px;
}

.award-showcase-grid {
    display: flex;
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    min-height: 430px;
    background: var(--navy);
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.award-showcase-grid::-webkit-scrollbar {
    display: none;
}

.award-showcase-grid article {
    position: relative;
    flex: 0 0 20%;
    min-width: 240px;
    transition: flex-basis 0.45s ease, transform 0.28s ease;
}

.award-showcase-grid article:hover {
    flex-basis: 34%;
    transform: none;
}

.award-image {
    position: relative;
    display: block;
    width: 100%;
    height: 430px;
    padding: 0;
    overflow: hidden;
    background: var(--navy);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: zoom-in;
}

.award-image::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(0, 159, 227, 0.68), rgba(16, 24, 38, 0.46)),
        linear-gradient(0deg, rgba(16, 24, 38, 0.48), rgba(16, 24, 38, 0.12));
    content: "";
    transition: opacity 0.35s ease, background 0.35s ease;
}

.award-showcase-grid article:hover .award-image::before {
    background:
        linear-gradient(90deg, rgba(0, 159, 227, 0.22), rgba(16, 24, 38, 0.26)),
        linear-gradient(0deg, rgba(16, 24, 38, 0.34), rgba(16, 24, 38, 0.04));
}

.award-image::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 86px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0));
    content: "";
    opacity: 0.7;
    pointer-events: none;
}

.award-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.78) contrast(0.9) blur(0.6px);
    opacity: 0.7;
    transition: transform 0.7s ease, filter 0.35s ease, opacity 0.35s ease;
}

.award-showcase-grid article:hover .award-image img {
    filter: saturate(1.08) contrast(1.02) blur(0);
    opacity: 1;
    transform: scale(1.065);
}

.award-showcase-grid article:nth-child(odd) .award-overlay-text {
    bottom: 54px;
}

.award-showcase-grid article:nth-child(even) .award-overlay-text {
    top: 56px;
    bottom: auto;
}

.award-overlay-text {
    position: absolute;
    right: 22px;
    bottom: 48px;
    left: 22px;
    z-index: 3;
    color: var(--white);
    text-align: left;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
    transition: transform 0.35s ease;
}

.award-showcase-grid article:hover .award-overlay-text {
    transform: translateY(-10px);
}

.award-overlay-text strong,
.award-overlay-text small {
    display: block;
}

.award-overlay-text strong {
    margin-bottom: 6px;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

.award-overlay-text small {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.18;
}

.family-grid {
    display: none;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-top: 34px;
}

.family-showcase {
    position: relative;
    min-height: 650px;
    margin-top: 34px;
    overflow: hidden;
    background: var(--navy);
    box-shadow: 0 24px 54px rgba(20, 31, 49, 0.14);
}

.family-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.45s ease;
}

.family-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.family-slide::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 159, 227, 0.02), rgba(16, 24, 38, 0.72)),
        linear-gradient(90deg, rgba(16, 24, 38, 0.32), rgba(16, 24, 38, 0));
    content: "";
}

.family-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 1.2s ease;
}

.family-slide.is-active > img {
    transform: scale(1);
}

.family-slide-info {
    position: absolute;
    bottom: 38px;
    left: 34px;
    z-index: 2;
    max-width: 520px;
    color: var(--white);
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.34);
}

.family-slide-info h3 {
    margin-bottom: 8px;
    color: var(--white);
    font-size: 30px;
    line-height: 1;
}

.family-slide-info p,
.family-slide-info small {
    display: block;
    margin: 0 0 4px;
    color: rgba(255, 255, 255, 0.94);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

.family-thumbs {
    position: absolute;
    right: 28px;
    bottom: 34px;
    z-index: 3;
    display: flex;
    gap: 14px;
    max-width: 52%;
    overflow-x: auto;
    padding: 6px 4px 12px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.family-thumbs::-webkit-scrollbar {
    display: none;
}

.family-thumb {
    position: relative;
    flex: 0 0 210px;
    height: 118px;
    overflow: hidden;
    padding: 0;
    color: var(--white);
    background: var(--navy);
    border: 2px solid rgba(255, 255, 255, 0.58);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
    cursor: pointer;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.family-thumb.is-active,
.family-thumb:hover {
    border-color: var(--red);
    transform: translateY(-5px);
}

.family-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.86;
}

.family-thumb::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(16, 24, 38, 0.04), rgba(16, 24, 38, 0.68));
    content: "";
}

.family-thumb span {
    position: absolute;
    right: 12px;
    bottom: 10px;
    left: 12px;
    z-index: 1;
    font-size: 13px;
    font-weight: 800;
    text-align: left;
}

.family-controls {
    position: absolute;
    right: 20px;
    bottom: 78px;
    left: auto;
    z-index: 4;
    display: flex;
    justify-content: space-between;
    width: min(58%, 760px);
    pointer-events: none;
}

.family-controls .timeline-arrow {
    width: 46px;
    height: 46px;
    color: var(--white);
    background: rgba(0, 159, 227, 0.72);
    border-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
    font-size: 34px;
    pointer-events: auto;
}

.family-controls .timeline-arrow:hover {
    background: var(--red);
}

.family-grid article {
    position: relative;
    overflow: hidden;
    min-height: 360px;
    padding: 0;
    background: var(--white);
    border: 1px solid rgba(0, 159, 227, 0.18);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(20, 31, 49, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.family-grid article::after {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(0, 159, 227, 0);
    border-radius: 8px;
    content: "";
    pointer-events: none;
    transition: border-color 0.28s ease;
}

.family-grid article:hover::after {
    border-color: rgba(0, 159, 227, 0.36);
}

.family-grid h3 {
    margin-bottom: 12px;
    color: var(--red-dark);
    font-size: 24px;
    line-height: 1.08;
}

.family-section .section-heading.compact {
    max-width: 760px;
    margin-bottom: 0;
}

.family-section .section-heading.compact p {
    max-width: 760px;
    margin-top: 18px;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.6;
}

.family-grid article > img {
    height: 225px;
}

.family-grid article > div {
    padding: 22px;
}

.family-grid p {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
}

.family-grid small {
    display: block;
    margin-top: 12px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.cms-auth-body,
.cms-dashboard-body {
    min-height: 100vh;
    overflow-x: hidden;
    background:
        linear-gradient(135deg, rgba(16, 24, 38, 0.92), rgba(0, 106, 166, 0.78)),
        url("/images/shuangfei/slide-2.jpeg");
    background-position: center;
    background-size: cover;
}

.cms-auth {
    display: grid;
    min-height: 100vh;
    place-items: center;
    padding: 32px;
}

.cms-auth-panel {
    display: grid;
    gap: 30px;
    width: calc(100vw - 64px);
    max-width: 520px;
    min-width: 0;
    padding: 36px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 8px;
    box-shadow: 0 28px 70px rgba(0, 35, 60, 0.28);
}

.cms-auth-panel h1 {
    margin-bottom: 14px;
    font-size: 42px;
    line-height: 1.05;
}

.cms-auth-panel p:not(.eyebrow) {
    color: var(--muted);
}

.cms-login-form {
    display: grid;
    gap: 16px;
    min-width: 0;
}

.cms-login-form label {
    display: grid;
    gap: 8px;
    color: var(--steel);
    font-size: 14px;
    font-weight: 800;
}

.cms-login-form input {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 14px;
    color: var(--ink);
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    outline: none;
}

.cms-dashboard {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    min-height: 100vh;
}

.cms-sidebar {
    display: flex;
    flex-direction: column;
    gap: 38px;
    padding: 28px;
    background: rgba(255, 255, 255, 0.94);
    border-right: 1px solid rgba(255, 255, 255, 0.42);
}

.cms-sidebar .brand-mark {
    width: 220px;
}

.cms-sidebar nav {
    display: grid;
    gap: 8px;
}

.cms-sidebar nav a {
    padding: 13px 14px;
    color: var(--steel);
    border-radius: 8px;
    font-weight: 800;
}

.cms-sidebar nav a:hover {
    color: var(--red);
    background: rgba(0, 159, 227, 0.08);
}

.cms-sidebar nav a[aria-current="page"] {
    color: var(--white);
    background: var(--red);
}

.cms-main {
    padding: 42px;
    background: rgba(244, 247, 251, 0.94);
}

.cms-main-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.cms-main-heading h1 {
    margin-bottom: 0;
    font-size: clamp(34px, 4vw, 56px);
}

.cms-content-index {
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(20, 31, 49, 0.08);
}

.cms-content-index-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 26px;
    border-bottom: 1px solid var(--line);
}

.cms-content-index-heading h2,
.cms-content-index-heading p {
    margin: 0;
}

.cms-content-index-heading h2 {
    font-size: 24px;
}

.cms-content-index-heading p {
    margin-top: 5px;
    color: var(--muted);
}

.cms-content-index-heading > span,
.cms-list-summary span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.cms-content-list {
    display: grid;
}

.cms-content-list-item {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto 34px;
    gap: 18px;
    align-items: center;
    min-height: 108px;
    padding: 20px 26px;
    color: var(--ink);
    border-bottom: 1px solid var(--line);
    transition: background 180ms ease, padding-left 180ms ease;
}

.cms-content-list-item:last-child {
    border-bottom: 0;
}

.cms-content-list-item:hover {
    padding-left: 32px;
    background: rgba(0, 159, 227, 0.06);
}

.cms-content-number {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    color: var(--red);
    background: rgba(0, 159, 227, 0.1);
    border-radius: 8px;
    font-weight: 800;
}

.cms-content-thumb {
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.cms-content-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cms-content-copy,
.cms-content-copy strong,
.cms-content-copy small {
    display: block;
}

.cms-content-copy strong {
    font-size: 19px;
}

.cms-content-copy small {
    margin-top: 5px;
    color: var(--muted);
    line-height: 1.55;
}

.cms-content-meta {
    padding: 7px 10px;
    color: var(--steel);
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.cms-content-arrow {
    color: var(--red);
    font-size: 24px;
    transition: transform 180ms ease;
}

.cms-content-list-item:hover .cms-content-arrow {
    transform: translateX(4px);
}

.cms-content-list-item.is-unread {
    background: rgba(0, 159, 227, 0.07);
    box-shadow: inset 4px 0 0 var(--red);
}

.inbox-unread-label {
    color: #ffffff;
    background: var(--red);
    border-color: var(--red);
}

.cms-inbox-delete {
    display: flex;
    justify-content: flex-end;
    margin-top: 22px;
}

.cms-inbox-delete .btn {
    color: #ffffff;
    background: #c62828;
    border-color: #c62828;
}

.cms-inbox-delete .btn:hover {
    background: #a81f1f;
    border-color: #a81f1f;
}

.cms-editor-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.cms-editor-breadcrumb a {
    color: var(--red);
}

.cms-editor-heading > p:not(.eyebrow) {
    max-width: 720px;
    margin: 7px 0 0;
    color: var(--muted);
}

.cms-editor-heading-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.cms-list-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 26px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--line);
}

.cms-create-disclosure,
.cms-item-disclosure {
    overflow: hidden;
    margin-bottom: 18px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(20, 31, 49, 0.07);
}

.cms-create-disclosure > summary,
.cms-item-disclosure > summary {
    cursor: pointer;
    list-style: none;
}

.cms-create-disclosure > summary::-webkit-details-marker,
.cms-item-disclosure > summary::-webkit-details-marker {
    display: none;
}

.cms-create-disclosure > summary {
    padding: 17px 20px;
    color: var(--red);
    font-weight: 800;
}

.cms-create-disclosure[open] > summary {
    border-bottom: 1px solid var(--line);
}

.cms-create-disclosure > form {
    padding: 22px;
}

.cms-create-disclosure.compact {
    margin: 0 0 20px;
    box-shadow: none;
}

.cms-item-accordion {
    display: grid;
    gap: 12px;
}

.cms-item-disclosure {
    margin: 0;
    box-shadow: none;
}

.cms-item-disclosure > summary {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) 30px;
    gap: 16px;
    align-items: center;
    padding: 14px 16px;
    transition: background 180ms ease;
}

.cms-item-disclosure > summary:hover,
.cms-item-disclosure[open] > summary {
    background: rgba(0, 159, 227, 0.06);
}

.cms-item-disclosure[open] > summary {
    border-bottom: 1px solid var(--line);
}

.cms-item-editor {
    display: grid;
    gap: 18px;
    padding: 22px;
}

.cms-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.cms-card-grid article {
    min-height: 230px;
    padding: 24px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(20, 31, 49, 0.08);
}

.cms-card-grid span {
    display: block;
    margin-bottom: 42px;
    color: var(--red);
    font-weight: 800;
}

.cms-card-grid h2 {
    font-size: 26px;
}

.cms-card-grid p {
    color: var(--muted);
}

.cms-alert {
    margin-bottom: 18px;
    padding: 14px 16px;
    color: var(--steel);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(20, 31, 49, 0.08);
}

.cms-alert.success {
    color: #05603a;
    background: #ecfdf3;
    border-color: #abefc6;
}

.cms-alert.danger {
    color: #912018;
    background: #fef3f2;
    border-color: #fecdca;
}

.cms-alert ul {
    margin: 8px 0 0;
    padding-left: 20px;
}

.cms-editor-form {
    display: grid;
    gap: 18px;
}

.cms-editor-panel {
    padding: 28px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(20, 31, 49, 0.08);
}

.cms-editor-heading {
    margin-bottom: 22px;
}

.cms-editor-heading h2 {
    margin-bottom: 0;
    font-size: 32px;
}

.cms-form-grid {
    display: grid;
    gap: 16px;
}

.cms-form-grid.two {
    grid-template-columns: 0.75fr 1.25fr;
}

.cms-span-two {
    grid-column: 1 / -1;
}

.cms-editor-form label,
.cms-metric-editor-grid label {
    display: grid;
    gap: 8px;
    color: var(--steel);
    font-size: 14px;
    font-weight: 800;
}

.cms-editor-form input,
.cms-editor-form textarea,
.cms-editor-form select {
    width: 100%;
    padding: 13px 14px;
    color: var(--ink);
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    outline: none;
    resize: vertical;
}

.cms-editor-form input:focus,
.cms-editor-form textarea:focus,
.cms-editor-form select:focus {
    border-color: var(--red);
    box-shadow: 0 0 0 4px rgba(0, 159, 227, 0.12);
}

.cms-repeat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.cms-repeat-grid + .cms-repeat-grid {
    margin-top: 16px;
}

.cms-repeat-grid article {
    display: grid;
    gap: 14px;
    align-content: start;
    padding: 18px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
}

.cms-repeat-grid strong {
    color: var(--red);
    font-size: 13px;
}

.cms-editor-form small {
    color: var(--muted);
    font-size: 12px;
    font-weight: 600;
}

.cms-sub-heading {
    margin-top: 28px;
}

.cms-partner-list {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.cms-partner-toolbar {
    display: flex;
    justify-content: flex-end;
    margin-top: 18px;
}

.cms-partner-row {
    display: grid;
    grid-template-columns: 120px minmax(220px, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 14px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
}

.cms-partner-preview {
    display: grid;
    min-height: 72px;
    place-items: center;
    padding: 10px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.cms-partner-preview img {
    max-width: 92px;
    max-height: 44px;
    object-fit: contain;
}

.cms-partner-preview.empty {
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
}

.cms-partner-info {
    min-width: 0;
}

.cms-partner-info strong,
.cms-partner-info span {
    display: block;
}

.cms-partner-info strong {
    color: var(--navy);
    font-size: 17px;
}

.cms-partner-info span {
    overflow: hidden;
    margin-top: 4px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cms-partner-actions {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.cms-partner-file-slot {
    display: none;
}

.cms-crud-toolbar {
    display: flex;
    justify-content: flex-end;
    margin-top: 18px;
}

.cms-crud-list {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.cms-crud-row {
    display: grid;
    grid-template-columns: 120px minmax(220px, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 14px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
}

.cms-crud-preview {
    display: grid;
    min-height: 74px;
    place-items: center;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.cms-crud-preview img {
    width: 100%;
    height: 74px;
    object-fit: cover;
}

.cms-crud-preview.empty {
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
}

.cms-crud-info {
    min-width: 0;
}

.cms-crud-info strong,
.cms-crud-info span {
    display: block;
}

.cms-crud-info strong {
    color: var(--navy);
    font-size: 17px;
}

.cms-crud-info span {
    overflow: hidden;
    margin-top: 4px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cms-crud-hidden {
    display: none;
}

.cms-crud-actions {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.cms-check-row {
    display: flex !important;
    align-items: center;
    gap: 8px !important;
}

.cms-check-row input {
    width: 18px;
    height: 18px;
}

.cms-modal[hidden] {
    display: none;
}

.cms-modal {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: grid;
    place-items: center;
    padding: 24px;
}

.cms-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 12, 24, 0.68);
    backdrop-filter: blur(8px);
}

.cms-modal-panel {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 20px;
    width: min(560px, 100%);
    padding: 26px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 34px 88px rgba(4, 12, 24, 0.32);
}

.cms-modal-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.cms-modal-heading h2 {
    margin-bottom: 0;
    font-size: 30px;
}

.cms-modal-close {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    color: var(--steel);
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.cms-modal-form {
    display: grid;
    gap: 14px;
}

.cms-modal-preview {
    display: grid;
    min-height: 130px;
    place-items: center;
    color: var(--muted);
    background: var(--surface);
    border: 1px dashed #b8c3d3;
    border-radius: 8px;
    font-weight: 800;
}

.cms-modal-preview img {
    max-width: 220px;
    max-height: 92px;
    object-fit: contain;
}

.cms-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.cms-metric-editor-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.cms-metric-editor-grid article {
    display: grid;
    gap: 14px;
    padding: 20px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
}

.cms-metric-editor-grid strong {
    color: var(--red);
}

.cms-metric-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.cms-metric-card-top div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.cms-icon-button {
    min-height: 34px;
    padding: 0 10px;
    color: var(--red-dark);
    background: rgba(0, 159, 227, 0.1);
    border: 1px solid rgba(0, 159, 227, 0.18);
    border-radius: 6px;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.cms-icon-button:hover {
    color: var(--white);
    background: var(--red);
}

.cms-icon-button.danger {
    color: #b42318;
    background: rgba(180, 35, 24, 0.08);
    border-color: rgba(180, 35, 24, 0.16);
}

.cms-icon-button.danger:hover {
    color: var(--white);
    background: #b42318;
}

.cms-add-button {
    width: fit-content;
    margin-top: 18px;
}

.cms-editor-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.cms-product-category-list,
.cms-product-list {
    display: grid;
    gap: 18px;
}

.cms-product-category-panel {
    display: grid;
    gap: 22px;
}

.cms-product-category-grid,
.cms-product-row {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: start;
    padding: 18px;
    border: 1px solid var(--line);
    background: rgba(244, 247, 251, 0.78);
}

.cms-product-thumb {
    overflow: hidden;
    border: 1px solid var(--line);
    background: var(--white);
}

.cms-product-thumb img {
    width: 100%;
    height: 132px;
    object-fit: cover;
}

.cms-product-subheading {
    padding-top: 10px;
    border-top: 1px solid var(--line);
}

.cms-product-subheading h3 {
    margin-bottom: 0;
    font-size: 22px;
}

.empty-state {
    padding: 30px;
    border: 1px solid var(--line);
    background: var(--white);
    color: var(--muted);
}

.empty-state.compact {
    padding: 18px;
}

@media (max-width: 980px) {
    .contact-video-layout {
        grid-template-columns: 1fr;
        width: min(100% - 48px, 760px);
        padding-top: 130px;
    }

    .contact-video-form-shell {
        max-width: none;
        justify-self: stretch;
    }

    .nav-toggle {
        display: inline-flex;
    }

    .nav-links {
        position: absolute;
        top: 86px;
        right: 16px;
        left: 16px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 10px;
        color: #ffffff;
        background: rgba(0, 4, 10, 0.98);
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 8px;
        box-shadow: var(--shadow);
    }

    .nav-links.is-open {
        display: flex;
    }

    .nav-links a {
        padding: 14px;
    }

    .language-dropdown {
        margin: 8px 14px;
    }

    .language-dropdown select {
        width: 100%;
    }


    .nav-links a::after {
        display: none;
    }

    .section-heading,
    .metrics-heading,
    .about-grid,
    .about-page-intro,
    .about-page-split,
    .rd-panel,
    .lab-centre,
    .quality-section,
    .contact-section,
    .map-footer-inner {
        grid-template-columns: 1fr;
    }

    .product-detail-grid,
    .related-product-grid,
    .blog-grid,
    .product-index-grid,
    .listing-grid,
    .career-detail-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-page-section .product-index-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .technology-capability-grid,
    .technology-process-grid,
    .technology-lab-section {
        grid-template-columns: 1fr;
    }

    .technology-rd-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .technology-stat-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-index-card {
        grid-template-columns: 1fr;
    }

    .product-index-card img {
        min-height: 250px;
    }

    .product-page-section {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .job-card {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .job-card .btn {
        grid-column: 2;
        width: fit-content;
    }

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

    .hero-inner {
        padding-top: 92px;
    }

    .hero-content {
        padding-bottom: 44px;
    }

    .principles,
    .metrics-grid,
    .home-card-grid,
    .engineer-grid,
    .product-grid,
    .timeline-grid,
    .family-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .timeline-grid {
        grid-auto-columns: calc((100% - 34px) / 2);
        grid-template-columns: none;
        gap: 34px;
    }

    .certifications-section .certification-list {
        grid-auto-columns: calc((100% - 34px) / 2);
        grid-template-columns: none;
    }

    .award-showcase-grid {
        min-height: 360px;
    }

    .award-showcase-grid article {
        flex-basis: 33.333%;
        min-width: 230px;
    }

    .award-showcase-grid article:hover {
        flex-basis: 48%;
    }

    .award-image {
        height: 360px;
    }

    .award-overlay-text strong {
        font-size: 30px;
    }

    .award-overlay-text small {
        font-size: 18px;
    }

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

    .career-board {
        align-items: flex-start;
        flex-direction: column;
    }

    .career-apply-panel {
        align-items: flex-start;
        flex-direction: column;
    }

    .cms-dashboard {
        grid-template-columns: 1fr;
    }

    .cms-sidebar {
        border-right: 0;
    }

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

    .cms-form-grid.two,
    .cms-metric-editor-grid,
    .cms-repeat-grid,
    .cms-crud-row,
    .cms-partner-row,
    .cms-product-category-grid,
    .cms-product-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .cms-partner-preview {
        grid-row: span 2;
    }
}

/* CMS interface refresh */
.cms-dashboard-body {
    color: #172033;
    background: #f3f7fb;
    overflow-x: hidden;
}

.cms-dashboard {
    grid-template-columns: 264px minmax(0, 1fr);
}

.cms-sidebar {
    position: sticky;
    top: 0;
    z-index: 20;
    height: 100vh;
    gap: 28px;
    padding: 28px 20px;
    overflow-x: hidden;
    overflow-y: auto;
    color: #d9e5f2;
    background: linear-gradient(180deg, #09273f 0%, #0b4668 100%);
    border-right: 0;
    box-shadow: 12px 0 32px rgba(16, 28, 44, 0.08);
    scrollbar-color: rgba(125, 211, 252, 0.45) transparent;
    scrollbar-width: thin;
}

.cms-sidebar .brand {
    display: grid;
    min-height: 60px;
    place-items: center;
    padding: 0;
    background: #ffffff;
    border: 1px solid rgba(223, 35, 43, 0.35);
    border-radius: 8px;
}

.cms-sidebar .brand-mark {
    width: min(204px, 100%);
    height: 52px;
}

.cms-sidebar .brand-mark img {
    filter: none;
}

.cms-sidebar nav {
    gap: 5px;
}

.cms-sidebar nav a {
    position: relative;
    padding: 12px 14px 12px 18px;
    color: #b9c6d5;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
}

.cms-sidebar nav a::before {
    position: absolute;
    top: 50%;
    left: 7px;
    width: 3px;
    height: 0;
    content: "";
    background: #df232b;
    border-radius: 2px;
    transform: translateY(-50%);
    transition: height 160ms ease;
}

.cms-sidebar nav a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
}

.cms-sidebar nav a:hover::before,
.cms-sidebar nav a[aria-current="page"]::before {
    height: 20px;
}

.cms-sidebar nav a[aria-current="page"] {
    color: #ffffff;
    background: rgba(22, 168, 223, 0.18);
    border-color: rgba(255, 255, 255, 0.2);
}

.cms-main {
    width: 100%;
    max-width: 1540px;
    padding: 34px clamp(24px, 3vw, 48px) 56px;
    background: #f3f7fb;
}

.cms-main-heading {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dce3ec;
}

.cms-main-heading .eyebrow {
    margin-bottom: 7px;
    color: #b51520;
    font-size: 12px;
    letter-spacing: 0;
}

.cms-main-heading h1 {
    color: #172033;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.12;
}

.cms-content-index,
.cms-editor-panel,
.cms-create-disclosure,
.cms-item-disclosure,
.cms-card-grid article {
    border-color: #dce3ec;
    border-top-color: #df232b;
    border-radius: 7px;
    box-shadow: 0 8px 26px rgba(25, 43, 69, 0.06);
}

.cms-content-index-heading {
    padding: 21px 24px;
    background: #fbfcfe;
}

.cms-content-index-heading h2 {
    font-size: 21px;
}

.cms-content-list-item {
    min-height: 88px;
    padding: 16px 24px;
}

.cms-content-list-item:hover {
    padding-left: 28px;
    background: #f6fbfe;
}

.cms-content-number {
    width: 40px;
    height: 40px;
    color: #b51520;
    background: #fff0f1;
    font-size: 13px;
}

.cms-content-copy strong {
    font-size: 16px;
}

.cms-editor-panel {
    padding: clamp(20px, 2.4vw, 32px);
}

.cms-editor-heading h2 {
    color: #172033;
    font-size: 26px;
}

.cms-editor-form label,
.cms-metric-editor-grid label {
    gap: 7px;
    color: #344054;
    font-size: 13px;
    font-weight: 650;
}

.cms-editor-form input,
.cms-editor-form textarea,
.cms-editor-form select,
.cms-login-form input {
    padding: 12px 13px;
    color: #172033;
    background: #ffffff;
    border-color: #d5dde8;
    border-radius: 6px;
}

.cms-editor-form input:hover,
.cms-editor-form textarea:hover,
.cms-editor-form select:hover {
    border-color: #aebdce;
}

.cms-editor-form input:focus,
.cms-editor-form textarea:focus,
.cms-editor-form select:focus,
.cms-login-form input:focus {
    border-color: #0879aa;
    box-shadow: 0 0 0 3px rgba(8, 121, 170, 0.14);
}

.cms-create-disclosure > summary {
    padding: 15px 18px;
    color: #0879aa;
    font-size: 14px;
}

.cms-item-disclosure > summary {
    padding: 13px 15px;
}

.cms-partner-row,
.cms-crud-row,
.cms-repeat-grid article,
.application-detail-grid article {
    background: #f8fafc;
    border-color: #dce3ec;
    border-radius: 7px;
}

.cms-icon-button {
    border-radius: 6px;
}

.cms-alert {
    border-radius: 7px;
    box-shadow: none;
}

.cms-confirm[hidden] {
    display: none;
}

.cms-confirm {
    position: fixed;
    z-index: 10000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 20px;
}

.cms-confirm-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 20, 34, 0.62);
    backdrop-filter: blur(5px);
}

.cms-confirm-dialog {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 18px;
    width: min(480px, 100%);
    padding: 24px;
    background: #ffffff;
    border: 1px solid #dce3ec;
    border-radius: 8px;
    box-shadow: 0 28px 80px rgba(8, 22, 40, 0.28);
    animation: cms-confirm-enter 180ms ease-out both;
}

.cms-confirm-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: #b51520;
    background: #fff0f1;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 800;
}

.cms-confirm-copy h2,
.cms-confirm-copy p {
    margin: 0;
}

.cms-confirm-copy h2 {
    color: #172033;
    font-size: 21px;
}

.cms-confirm-copy > p:last-child {
    margin-top: 7px;
    color: #667085;
    font-size: 14px;
    line-height: 1.55;
}

.cms-confirm-eyebrow {
    margin-bottom: 5px !important;
    color: #008fc9;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.cms-confirm-actions {
    display: flex;
    grid-column: 1 / -1;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 4px;
}

.cms-confirm-actions .btn {
    min-width: 118px;
}

.cms-confirm-actions .btn.danger {
    color: #ffffff;
    background: #c62828;
    border-color: #c62828;
}

.cms-confirm-open {
    overflow: hidden;
}

.cms-analytics-period {
    padding: 9px 13px;
    color: #516176;
    background: #ffffff;
    border: 1px solid #dce3ec;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
}

.cms-analytics-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 20px;
}

.cms-analytics-summary article {
    min-width: 0;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dce3ec;
    border-radius: 7px;
    box-shadow: 0 8px 24px rgba(25, 43, 69, 0.05);
}

.cms-analytics-summary span,
.cms-analytics-summary strong,
.cms-analytics-summary small {
    display: block;
}

.cms-analytics-summary span {
    color: #667085;
    font-size: 12px;
    font-weight: 700;
}

.cms-analytics-summary strong {
    margin: 12px 0 7px;
    color: #172033;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1;
}

.cms-analytics-summary small {
    min-height: 17px;
    color: #8491a3;
    font-size: 11px;
}

.cms-analytics-summary small.positive {
    color: #087443;
}

.cms-analytics-summary small.negative {
    color: #b42318;
}

.cms-analytics-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
}

.cms-analytics-panel {
    grid-column: span 4;
    min-width: 0;
    padding: 22px;
    background: #ffffff;
    border: 1px solid #dce3ec;
    border-radius: 7px;
    box-shadow: 0 8px 24px rgba(25, 43, 69, 0.05);
}

.cms-analytics-trend,
.cms-analytics-popular,
.cms-analytics-recent {
    grid-column: span 8;
}

.cms-analytics-actions {
    grid-column: span 4;
}

.cms-analytics-panel-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.cms-analytics-panel-heading h2,
.cms-analytics-panel-heading p {
    margin: 0;
}

.cms-analytics-panel-heading h2 {
    color: #172033;
    font-size: 18px;
}

.cms-analytics-panel-heading p {
    margin-top: 5px;
    color: #7a8798;
    font-size: 12px;
}

.cms-trend-chart {
    display: grid;
    height: 220px;
    grid-template-columns: repeat(30, minmax(5px, 1fr));
    gap: clamp(3px, 0.5vw, 8px);
    align-items: end;
    padding: 20px 4px 26px;
    border-bottom: 1px solid #dce3ec;
}

.cms-trend-column {
    position: relative;
    height: 100%;
}

.cms-trend-column > span {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 3px;
    background: #00a5e8;
    border-radius: 3px 3px 0 0;
    transition: background 160ms ease, transform 160ms ease;
    transform-origin: bottom;
}

.cms-trend-column:hover > span {
    background: #087ead;
    transform: scaleY(1.04);
}

.cms-trend-column small {
    position: absolute;
    bottom: -23px;
    left: 50%;
    color: #8996a8;
    font-size: 9px;
    white-space: nowrap;
    transform: translateX(-50%);
}

.cms-analytics-actions {
    display: flex;
    flex-direction: column;
}

.cms-analytics-actions a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 17px 0;
    color: #344054;
    border-top: 1px solid #e6ebf1;
}

.cms-analytics-actions a:hover {
    color: #008fc9;
}

.cms-analytics-actions a strong {
    color: #008fc9;
    font-size: 26px;
}

.cms-analytics-table {
    display: grid;
}

.cms-analytics-table > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid #e6ebf1;
}

.cms-analytics-table span,
.cms-analytics-table strong,
.cms-analytics-table small {
    display: block;
    min-width: 0;
}

.cms-analytics-table strong {
    overflow: hidden;
    color: #344054;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cms-analytics-table small {
    overflow: hidden;
    margin-top: 4px;
    color: #8a96a7;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cms-analytics-table > div > span:last-child,
.cms-analytics-table time {
    color: #172033;
    font-size: 13px;
    font-weight: 800;
    text-align: right;
}

.cms-ranked-list {
    display: grid;
}

.cms-ranked-list > div {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    gap: 11px;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid #e6ebf1;
}

.cms-ranked-list > div > span {
    color: #00a5e8;
    font-size: 11px;
    font-weight: 800;
}

.cms-ranked-list strong {
    min-width: 0;
    overflow: hidden;
    color: #344054;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cms-ranked-list strong em {
    display: block;
    margin-top: 3px;
    color: #8a96a7;
    font-size: 9px;
    font-style: normal;
    font-weight: 600;
}

.cms-ranked-list small {
    color: #667085;
    font-size: 10px;
}

.cms-ranked-list.compact > div {
    padding: 10px 0;
}

.cms-breakdown-list {
    display: grid;
    gap: 17px;
}

.cms-breakdown-list > div {
    display: grid;
    grid-template-columns: minmax(90px, 0.7fr) minmax(80px, 1fr) 36px;
    gap: 12px;
    align-items: center;
}

.cms-breakdown-list span,
.cms-breakdown-list strong,
.cms-breakdown-list small {
    display: block;
}

.cms-breakdown-list strong {
    color: #344054;
    font-size: 12px;
}

.cms-breakdown-list small {
    margin-top: 3px;
    color: #8a96a7;
    font-size: 9px;
}

.cms-breakdown-list i {
    display: block;
    height: 7px;
    overflow: hidden;
    background: #e8eef5;
    border-radius: 4px;
}

.cms-breakdown-list b {
    display: block;
    height: 100%;
    background: #00a5e8;
    border-radius: inherit;
}

.cms-breakdown-list em {
    color: #516176;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
    text-align: right;
}

.cms-analytics-empty {
    margin: 0;
    padding: 24px 0;
    color: #8a96a7;
    font-size: 12px;
}

@keyframes cms-confirm-enter {
    from {
        opacity: 0;
        transform: translateY(10px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

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

    .cms-sidebar {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 18px;
    }

    .cms-sidebar .brand {
        width: min(240px, 100%);
    }

    .cms-sidebar nav {
        display: flex;
        width: 100%;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: thin;
    }

    .cms-sidebar nav a {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .cms-main {
        max-width: none;
    }

    .cms-analytics-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cms-analytics-panel,
    .cms-analytics-trend,
    .cms-analytics-popular,
    .cms-analytics-recent,
    .cms-analytics-actions {
        grid-column: span 6;
    }
}

@media (max-width: 640px) {
    .cms-dashboard,
    .cms-sidebar,
    .cms-sidebar nav,
    .cms-main,
    .cms-analytics-grid,
    .cms-analytics-panel {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .cms-dashboard {
        overflow: hidden;
    }

    .cms-main {
        min-width: 0;
        padding: 24px 16px 40px;
    }

    .cms-main-heading,
    .cms-content-index-heading,
    .cms-editor-heading-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .cms-main-heading .btn {
        max-width: 100%;
        width: 100%;
    }

    .cms-content-list-item {
        width: 100%;
        min-width: 0;
        grid-template-columns: 42px minmax(0, 1fr) 24px;
        gap: 11px;
        padding: 14px;
    }

    .cms-content-list-item .cms-content-meta {
        display: none;
    }

    .cms-content-copy,
    .cms-content-copy strong,
    .cms-content-copy small {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .cms-form-grid.two,
    .cms-repeat-grid,
    .cms-card-grid,
    .application-detail-grid {
        grid-template-columns: 1fr;
    }

    .cms-span-two,
    .application-detail-grid article.wide {
        grid-column: auto;
    }

    .cms-confirm-dialog {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 14px;
        padding: 20px;
    }

    .cms-confirm-icon {
        width: 40px;
        height: 40px;
    }

    .cms-confirm-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .cms-confirm-actions .btn {
        min-width: 0;
    }

    .cms-analytics-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .cms-analytics-summary article {
        padding: 16px;
    }

    .cms-analytics-grid {
        grid-template-columns: 1fr;
    }

    .cms-analytics-panel,
    .cms-analytics-trend,
    .cms-analytics-popular,
    .cms-analytics-recent,
    .cms-analytics-actions {
        grid-column: auto;
        padding: 18px;
    }

    .cms-trend-chart {
        gap: 3px;
        height: 180px;
    }

    .cms-analytics-period {
        align-self: flex-start;
    }

    .contact-video-hero,
    .contact-video-layout {
        min-height: auto;
    }

    .contact-video-layout {
        width: calc(100% - 32px);
        gap: 34px;
        padding: 108px 0 48px;
    }

    .contact-video-copy h1 {
        font-size: 40px;
        line-height: 1.02;
    }

    .contact-video-copy > p:not(.eyebrow) {
        font-size: 16px;
    }

    .contact-video-form {
        padding: 22px 18px;
    }

    .contact-video-form-grid {
        grid-template-columns: 1fr;
    }

    .contact-video-form label.wide {
        grid-column: auto;
    }

    .navbar {
        min-height: 66px;
        padding: 0 16px;
    }

    .brand small {
        display: none;
    }

    .brand-mark {
        width: 178px;
        height: 44px;
    }

    .hero,
    .section,
    .metrics-section,
    .contact-section,
    .map-section {
        padding-right: 16px;
        padding-left: 16px;
    }

    h1 {
        font-size: 42px;
        line-height: 1.03;
    }

    .about-page-hero,
    .about-page-hero-content {
        min-height: auto;
    }

    .about-page-hero-content {
        padding: 92px 16px 56px;
    }

    .about-page-hero-content h1 {
        font-size: 34px;
    }

    .about-page-intro {
        display: block;
    }

    .about-page-intro h2 {
        font-size: 48px;
    }

    .about-profile-photo {
        float: none;
        width: 100%;
        min-height: 280px;
        margin: 0 0 24px;
    }

    .about-profile-photo img {
        min-height: 280px;
    }

    .hero-copy {
        font-size: 16px;
    }

    .hero-actions,
    .btn {
        width: 100%;
    }

    .hero-inner {
        padding-right: 16px;
        padding-bottom: 18px;
        padding-left: 16px;
    }

    .metrics-grid,
    .home-card-grid,
    .engineer-grid,
    .principles,
    .product-grid,
    .partner-logos,
    .family-grid,
    .product-detail-grid,
    .related-product-grid,
    .blog-grid,
    .product-index-grid,
    .listing-grid,
    .career-detail-grid {
        grid-template-columns: 1fr;
    }

    .product-page-section .product-index-grid {
        grid-template-columns: 1fr;
    }

    .technology-page-section {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .technology-page-heading,
    .technology-rd-section,
    .technology-capability-grid,
    .technology-stat-grid,
    .technology-process-grid,
    .technology-lab-section {
        padding-right: 16px;
        padding-left: 16px;
    }

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

    .technology-rd-copy p {
        font-size: 16px;
    }

    .technology-rd-panel {
        padding: 34px 16px 28px;
    }

    .technology-rd-cards {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .technology-capability-grid article,
    .technology-process-grid article {
        min-height: auto;
        padding: 24px;
    }

    .technology-lab-section {
        margin-top: 64px;
    }

    .technology-lab-section img {
        min-height: 280px;
    }

    .product-page-section {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .product-page-section > .product-page-heading,
    .product-page-section > .product-index-grid,
    .product-page-section > .product-detail-media,
    .product-page-section > .related-product-grid {
        padding-right: 16px;
        padding-left: 16px;
    }

    .product-detail-media {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .product-detail-media > img {
        min-height: 280px;
    }

    .product-popup {
        padding: 16px;
    }

    .product-popup-panel {
        grid-template-columns: 1fr;
        max-height: 90vh;
        overflow-y: auto;
    }

    .product-popup-panel > img {
        min-height: 260px;
        max-height: 330px;
    }

    .product-index-card div {
        padding: 24px;
    }

    .product-index-card span {
        margin-bottom: 36px;
    }

    .product-detail-copy {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .timeline-grid {
        grid-auto-columns: 100%;
        grid-template-columns: none;
        gap: 28px;
        padding-bottom: 114px;
    }

    .certifications-section {
        margin-top: 72px;
        padding-right: 16px;
        padding-left: 16px;
    }

    .certifications-section .certification-list {
        grid-auto-columns: 100%;
        grid-template-columns: none;
        gap: 28px;
    }

    .certification-controls {
        right: 6px;
        left: 6px;
    }

    .certification-controls .timeline-arrow {
        width: 46px;
        height: 46px;
        font-size: 34px;
    }

    .certifications-section .certification-list .certification-image img {
        height: min(460px, 118vw);
    }

    .award-showcase-grid {
        min-height: auto;
    }

    .award-showcase-grid article,
    .award-showcase-grid article:hover {
        flex-basis: 82%;
        min-width: 82%;
    }

    .award-image img {
        height: 100%;
    }

    .award-image {
        height: min(380px, 92vw);
    }

    .award-showcase-grid article:nth-child(even) .award-overlay-text {
        top: auto;
        bottom: 48px;
    }

    .family-section .section-heading.compact p {
        font-size: 16px;
    }

    .family-showcase {
        min-height: 560px;
    }

    .family-slide-info {
        right: 22px;
        bottom: 190px;
        left: 22px;
    }

    .family-thumbs {
        right: 16px;
        bottom: 24px;
        left: 16px;
        max-width: none;
    }

    .family-thumb {
        flex-basis: 170px;
        height: 98px;
    }

    .family-controls {
        right: 10px;
        bottom: 64px;
        left: 10px;
        width: auto;
    }

    .family-controls .timeline-arrow {
        width: 42px;
        height: 42px;
        font-size: 30px;
    }

    .timeline-carousel::before {
        top: 379px;
    }

    .timeline-arrow {
        width: 50px;
        height: 50px;
        font-size: 38px;
    }

    .timeline-grid article {
        height: 226px;
        padding: 22px 74px 24px 22px;
    }

    .timeline-pin {
        top: calc(100% + 30px);
    }

    .timeline-pin::before {
        height: 30px;
    }

    .timeline-pin::after {
        height: 102px;
    }

    .timeline-grid h3 {
        font-size: 21px;
    }

    .timeline-grid span {
        font-size: 27px;
    }

    .job-card {
        grid-template-columns: 1fr;
    }

    .job-card .btn {
        grid-column: auto;
        width: 100%;
    }

    .article-body {
        padding: 28px;
    }

    .cms-auth {
        padding: 16px;
    }

    .cms-auth-panel,
    .cms-main {
        padding: 24px;
    }

    .cms-main-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .cms-content-index-heading,
    .cms-editor-heading-row,
    .cms-editor-breadcrumb {
        align-items: flex-start;
        flex-direction: column;
    }

    .cms-content-list-item {
        grid-template-columns: 46px minmax(0, 1fr) 28px;
        gap: 12px;
        padding: 18px;
    }

    .cms-content-list-item:hover {
        padding-left: 18px;
    }

    .cms-content-meta {
        display: none;
    }

    .cms-content-arrow {
        grid-column: 3;
        grid-row: 1;
    }

    .cms-content-thumb {
        width: 44px;
        height: 44px;
    }

    .cms-item-disclosure > summary {
        grid-template-columns: 46px minmax(0, 1fr) 24px;
        gap: 12px;
        padding: 13px;
    }

    .cms-editor-heading-row .cms-add-button {
        width: 100%;
    }

    .cms-card-grid {
        grid-template-columns: 1fr;
    }

    .cms-form-grid.two,
    .cms-metric-editor-grid,
    .cms-repeat-grid,
    .cms-crud-row,
    .cms-partner-row,
    .cms-product-category-grid,
    .cms-product-row {
        grid-template-columns: 1fr;
    }

    .cms-partner-preview {
        grid-row: auto;
    }

    .cms-editor-actions {
        flex-direction: column;
    }

    .footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer div {
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .cms-analytics-summary {
        grid-template-columns: 1fr;
    }
}

/* Tirta-inspired Shuangfei home */
.tt-home {
    overflow: hidden;
    background: #ffffff;
}

.tt-home .tt-hero-cinematic {
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0 34px;
    color: #ffffff;
    background: #00040a;
}

.tt-hero-cinematic::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 68% 38%, rgba(0, 159, 227, 0.12), transparent 34%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.26) 50%, rgba(0, 0, 0, 0.54) 100%);
}

.tt-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.62;
    filter: saturate(1.18) contrast(1.02) brightness(1.12);
}

.tt-hero-word {
    display: none;
}

.tt-hero-cinematic .tt-hero-inner {
    position: relative;
    z-index: 3;
    display: block;
    width: min(100%, 1580px);
    min-height: 100vh;
    margin: 0 auto;
}

.tt-hero-cinematic .tt-hero-copy {
    position: absolute;
    left: 0;
    bottom: 28%;
    max-width: 940px;
}

.tt-hero-cinematic .tt-hero-copy h1 {
    margin: 0;
    color: #ffffff;
    max-width: 760px;
    font-size: clamp(36px, 4.1vw, 64px);
    font-weight: 900;
    line-height: 1.04;
}

.tt-hero-cinematic .tt-hero-copy p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(17px, 1.4vw, 23px);
    font-weight: 800;
}

.tt-scroll-cue {
    position: absolute;
    left: 0;
    bottom: 84px;
    display: grid;
    width: 52px;
    height: 82px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.86);
    border-radius: 999px;
    opacity: 0.9;
}

.tt-scroll-cue span {
    width: 18px;
    height: 18px;
    border-right: 4px solid rgba(255, 255, 255, 0.34);
    border-bottom: 4px solid rgba(255, 255, 255, 0.34);
    transform: rotate(45deg);
    animation: scrollCue 1.5s ease-in-out infinite;
}

.tt-sound-cue {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 10;
    width: 32px;
    height: 32px;
    padding: 0;
    background: transparent;
    border: 0;
    opacity: 0.55;
}

.tt-sound-cue span {
    position: absolute;
    left: 2px;
    top: 8px;
    width: 16px;
    height: 16px;
    background: #ffffff;
    clip-path: polygon(0 32%, 42% 32%, 100% 0, 100% 100%, 42% 68%, 0 68%);
}

.tt-sound-cue::before,
.tt-sound-cue::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    width: 16px;
    height: 3px;
    background: #ffffff;
    border-radius: 999px;
}

.tt-sound-cue::before {
    transform: rotate(45deg);
}

.tt-sound-cue::after {
    transform: rotate(-45deg);
}

@keyframes scrollCue {
    0%,
    100% {
        transform: translateY(-4px) rotate(45deg);
    }

    50% {
        transform: translateY(5px) rotate(45deg);
    }
}

.tt-hero {
    position: relative;
    padding: 70px 28px 74px;
    background:
        linear-gradient(135deg, rgba(238, 248, 253, 0.96), rgba(255, 255, 255, 0.88)),
        url("/images/shuangfei/slide-3.jpeg");
    background-position: center;
    background-size: cover;
}

.tt-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
    align-items: center;
    gap: 56px;
    max-width: 1180px;
    margin: 0 auto;
}

.tt-hero-copy h1 {
    max-width: 720px;
    margin: 0;
    color: var(--navy);
    font-size: clamp(44px, 6.4vw, 82px);
    line-height: 0.96;
    letter-spacing: 0;
}

.tt-hero-copy p:not(.eyebrow) {
    max-width: 620px;
    margin: 24px 0 0;
    color: #516071;
    font-size: 19px;
}

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

.tt-hero-visual {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    background: var(--navy);
    border: 1px solid rgba(0, 159, 227, 0.16);
    border-radius: 28px 28px 110px 28px;
    box-shadow: 0 32px 80px rgba(16, 24, 38, 0.18);
}

.tt-hero-visual video {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
}

.tt-hero-card {
    position: absolute;
    right: 26px;
    bottom: 26px;
    max-width: 220px;
    padding: 20px;
    color: var(--navy);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(16, 24, 38, 0.16);
    backdrop-filter: blur(18px);
}

.tt-hero-card strong,
.tt-hero-card span {
    display: block;
}

.tt-hero-card strong {
    color: var(--red);
    font-size: 34px;
    line-height: 1;
}

.tt-hero-card span {
    margin-top: 8px;
    color: #516071;
    font-weight: 700;
}

.tt-company {
    max-width: none;
    width: 100%;
    padding: clamp(70px, 8vw, 112px) 0;
    background: #ffffff;
}

.tt-company-copy {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 clamp(28px, 5vw, 96px);
    text-align: left;
}

.tt-company figure {
    overflow: hidden;
    margin: 0;
    border-radius: 8px;
    box-shadow: 0 22px 58px rgba(16, 24, 38, 0.14);
}

.tt-company img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.tt-company-copy h2 {
    max-width: 680px;
    margin: 8px 0 24px;
    color: var(--red-dark);
    font-size: clamp(44px, 5vw, 72px);
    line-height: 1;
}

.section-title-small {
    display: block;
    color: var(--navy);
    font-size: clamp(22px, 2vw, 30px);
    font-weight: 900;
    line-height: 1;
}

.tt-company-copy p:not(.eyebrow) {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    color: #516071;
    font-size: 18px;
    line-height: 1.68;
    text-align: justify;
}

.tt-principles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
    gap: 18px;
    margin: 36px 0 0;
    padding: 0;
    background: transparent;
}

.tt-principles article {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 168px;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    align-items: start;
    column-gap: 16px;
    padding: 24px;
    text-align: left;
    background: linear-gradient(135deg, #092d49 0%, #0879aa 64%, #0aa8df 100%);
    border: 1px solid rgba(102, 211, 255, 0.42);
    border-top: 4px solid #df232b;
    border-radius: 8px;
    box-shadow: 0 20px 44px rgba(0, 76, 117, 0.18);
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

.tt-principles article::after {
    display: none;
}

.tt-principles article:hover {
    transform: translateY(-8px);
    border-color: rgba(174, 232, 255, 0.75);
    box-shadow: 0 30px 64px rgba(0, 76, 117, 0.28);
    filter: saturate(1.08);
}

.tt-principle-icon {
    display: inline-grid;
    width: 52px;
    height: 52px;
    place-items: center;
    margin-bottom: 16px;
    grid-row: 1 / span 2;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 8px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
    transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}

.tt-principles article:hover .tt-principle-icon {
    color: #df232b;
    background: #ffffff;
    transform: rotate(-4deg) scale(1.06);
}

.tt-principle-icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tt-principles h3 {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.05;
    text-transform: uppercase;
}

.tt-principles p {
    max-width: none;
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
    text-align: left;
}

.tt-company-copy .tt-principles p {
    color: rgba(255, 255, 255, 0.86);
    text-align: left;
}

.tt-market {
    background: #f4f7fb;
}

.tt-product-showcase {
    padding: 0 0 70px;
    background: #ffffff;
}

.tt-product-heading {
    max-width: 1480px;
    margin: 0 auto;
    padding: 70px clamp(28px, 5vw, 96px) 34px;
}

.tt-product-heading span {
    display: block;
    color: var(--navy);
    font-size: clamp(24px, 2.2vw, 34px);
    font-weight: 900;
    line-height: 1;
}

.tt-product-heading h2 {
    max-width: 940px;
    margin: 8px 0 0;
    color: var(--red-dark);
    font-size: clamp(52px, 6vw, 86px);
    line-height: 0.95;
}

.tt-product-heading p {
    max-width: 680px;
    margin: 18px 0 0;
    color: #768191;
    font-size: 18px;
    font-weight: 600;
}

.tt-product-bands {
    display: grid;
    width: 100%;
}

.tt-product-band {
    position: relative;
    min-height: 138px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    align-items: center;
    color: #ffffff;
    isolation: isolate;
    transition: min-height 0.36s ease;
}

.tt-product-band.is-expanded {
    min-height: 390px;
}

.tt-product-band::before,
.tt-product-band::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
}

.tt-product-band::before {
    background: linear-gradient(90deg, rgba(0, 116, 166, 0.55), rgba(0, 75, 104, 0.82));
}

.tt-product-band::after {
    background: linear-gradient(90deg, rgba(0, 159, 227, 0.38), rgba(0, 92, 130, 0.58));
    transform: translateX(-100%);
    transition: transform 0.36s ease;
}

.tt-product-band:hover::after {
    transform: translateX(0);
}

.tt-product-band img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.08);
    transition: transform 0.42s ease;
}

.tt-product-band:hover img {
    transform: scale(1.04);
}

.tt-product-arrow {
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    justify-self: center;
    margin-left: 0;
    background: rgba(0, 159, 227, 0.46);
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    cursor: pointer;
    transition: transform 0.28s ease, background 0.28s ease;
}

.tt-product-arrow::before {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    transform: rotate(45deg) translate(-2px, -2px);
}

.tt-product-band.is-expanded .tt-product-arrow {
    background: rgba(0, 159, 227, 0.7);
}

.tt-product-band.is-expanded .tt-product-arrow::before {
    transform: rotate(225deg) translate(-2px, -2px);
}

.tt-product-band div {
    justify-self: end;
    width: min(720px, 46vw);
    padding-right: clamp(42px, 8vw, 160px);
    text-align: right;
}

.tt-product-band small {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    font-weight: 900;
}

.tt-product-band h3 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(28px, 3.3vw, 52px);
    line-height: 0.98;
}

.tt-product-band p {
    display: none;
    max-width: 560px;
    margin: 12px 0 0 auto;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    font-weight: 700;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.tt-product-band div > a {
    display: none;
    margin-top: 18px;
    color: #ffffff;
    font-weight: 900;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.tt-product-band div > a::after {
    content: "";
    width: 26px;
    height: 2px;
    margin: auto 0 auto 10px;
    background: #ffffff;
}

.tt-product-band.is-expanded p,
.tt-product-band.is-expanded div > a {
    display: inline-flex;
    opacity: 1;
    transform: translateY(0);
}

.tt-product-band.is-expanded p {
    display: block;
}

.tt-choose {
    padding: 78px clamp(28px, 6vw, 120px) 88px;
    color: var(--navy);
    background: #ffffff;
}

.tt-choose-heading {
    max-width: 1480px;
    margin: 0 auto 64px;
}

.tt-choose-heading span {
    display: block;
    color: var(--navy);
    font-size: clamp(24px, 2.2vw, 34px);
    font-weight: 900;
    line-height: 1;
}

.tt-choose-heading h2 {
    margin: 8px 0 0;
    color: var(--red-dark);
    font-size: clamp(52px, 6vw, 86px);
    line-height: 0.95;
}

.tt-choose-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    max-width: 1480px;
    margin: 0 auto;
}

.tt-choose-grid article {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 300px;
    padding: 30px 26px;
    background: linear-gradient(145deg, #092d49 0%, #0879aa 58%, #0aa8df 100%);
    border: 1px solid rgba(102, 211, 255, 0.4);
    border-top: 4px solid #df232b;
    border-radius: 8px;
    box-shadow: 0 20px 46px rgba(0, 73, 112, 0.18);
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

.tt-choose-grid article::after {
    display: none;
}

.tt-choose-grid article:hover {
    transform: translateY(-8px);
    border-color: rgba(174, 232, 255, 0.76);
    box-shadow: 0 30px 66px rgba(0, 73, 112, 0.3);
    filter: saturate(1.08);
}

.tt-choose-icon {
    display: inline-grid;
    width: 64px;
    height: 64px;
    place-items: center;
    margin-bottom: 24px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 8px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
    transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}

.tt-choose-grid article:hover .tt-choose-icon {
    color: #df232b;
    background: #ffffff;
    transform: rotate(-4deg) scale(1.06);
}

.tt-choose-icon svg {
    width: 36px;
    height: 36px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tt-choose-grid h3 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(22px, 2vw, 29px);
    line-height: 1.12;
}

.tt-choose-grid p {
    max-width: 430px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 18px;
    line-height: 1.35;
    font-weight: 600;
}

.tt-market-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin-top: 36px;
}

.tt-market-card {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 26px;
    color: #ffffff;
    background: var(--navy);
    border-radius: 12px;
    box-shadow: 0 24px 54px rgba(16, 24, 38, 0.14);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.tt-market-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 30px 70px rgba(16, 24, 38, 0.2);
}

.tt-market-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(16, 24, 38, 0.08), rgba(16, 24, 38, 0.82));
}

.tt-market-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.tt-market-card:hover img {
    transform: scale(1.05);
}

.tt-market-card span,
.tt-market-card h3,
.tt-market-card p {
    position: relative;
    z-index: 1;
}

.tt-market-card span {
    margin-bottom: auto;
    color: rgba(255, 255, 255, 0.82);
    font-size: 24px;
    font-weight: 900;
}

.tt-market-card h3 {
    margin: 120px 0 10px;
    font-size: 28px;
    line-height: 1.08;
}

.tt-market-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    font-weight: 600;
}

.tt-why {
    padding: 88px 28px;
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(16, 24, 38, 0.96), rgba(0, 106, 166, 0.92)),
        url("/images/shuangfei/slide-4.png");
    background-position: center;
    background-size: cover;
}

.tt-why-inner {
    max-width: 1180px;
    margin: 0 auto;
}

.tt-why-copy {
    display: block;
}

.tt-why-copy span {
    display: block;
    color: #7ddcff;
    font-size: clamp(24px, 2.2vw, 34px);
    font-weight: 900;
    line-height: 1;
}

.tt-why-copy h2 {
    max-width: 780px;
    margin: 8px 0 0;
    color: #ffffff;
    font-size: clamp(52px, 6vw, 86px);
    line-height: 0.95;
}

.tt-why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 44px;
}

.tt-why-grid article {
    min-height: 190px;
    padding: 26px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    backdrop-filter: blur(16px);
}

.tt-why-grid strong,
.tt-why-grid span {
    display: block;
}

.tt-why-grid strong {
    color: #ffffff;
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1;
}

.tt-why-grid span {
    margin-top: 44px;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 700;
}

.tt-partner-marquee {
    overflow: hidden;
    margin-top: 44px;
    padding: 2px 0 18px;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.tt-partner-logos {
    display: flex;
    width: max-content;
    gap: 14px;
    animation: partnerMarquee 26s linear infinite;
}

.tt-partner-logos span {
    display: grid;
    flex: 0 0 196px;
    min-height: 112px;
    place-items: center;
    padding: 18px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    transition: transform 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
}

.tt-partner-logos span:hover {
    transform: translateY(-6px);
    background: #ffffff;
    box-shadow: 0 28px 58px rgba(0, 0, 0, 0.18);
}

.tt-partner-marquee:hover .tt-partner-logos {
    animation-play-state: paused;
}

.tt-partner-logos img {
    max-width: 120px;
    max-height: 58px;
    object-fit: contain;
}

@keyframes partnerMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 7px));
    }
}

.shuangfei-footer {
    padding: 40px 24px 26px;
    color: #ffffff;
    background: linear-gradient(115deg, #071f34 0%, #0a5279 72%, #0879aa 100%);
    border-top: 5px solid #df232b;
}

.shuangfei-footer-inner {
    display: block;
    max-width: 1180px;
    margin: 0;
    margin-left: clamp(48px, 9vw, 180px);
}

.shuangfei-footer-brand img {
    width: min(230px, 100%);
    height: auto;
    padding: 6px 8px;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 8px;
    filter: none;
}

.shuangfei-footer-address h2 {
    margin: 18px 0 8px;
    color: #ffffff;
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
}

.shuangfei-footer-address p {
    max-width: 520px;
    margin: 0 0 10px;
    color: rgba(255, 255, 255, 0.94);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

.shuangfei-footer-address a {
    display: block;
    width: fit-content;
    margin-top: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.shuangfei-footer-copy {
    margin: 24px 0 0;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
}

@media (max-width: 1080px) {
    .tt-hero-inner,
    .tt-why-copy {
        grid-template-columns: 1fr;
    }

    .tt-hero-visual {
        min-height: 420px;
    }

    .tt-hero-visual video {
        min-height: 420px;
    }

    .tt-market-grid,
    .tt-why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shuangfei-footer-inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .tt-principles {
        grid-template-columns: 1fr;
    }

    .tt-product-band {
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .tt-product-arrow {
        margin-left: 0;
    }

    .tt-product-band div {
        width: min(620px, 62vw);
        padding-right: 34px;
    }

    .tt-choose-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 46px;
    }
}

@media (max-width: 640px) {
    .tt-hero,
    .tt-why {
        padding-right: 16px;
        padding-left: 16px;
    }

    .tt-hero-copy h1 {
        font-size: 42px;
    }

    .tt-hero-visual {
        min-height: 340px;
        border-radius: 18px 18px 64px 18px;
    }

    .tt-hero-visual video {
        min-height: 340px;
    }

    .tt-company {
        padding: 56px 16px;
    }

    .tt-company-copy {
        padding: 0;
    }

    .tt-company figure {
        order: 2;
    }

    .tt-company-copy {
        order: 1;
        text-align: left;
    }

    .tt-company figure {
        margin-right: -16px;
        margin-left: -16px;
        border-radius: 0;
    }

    .tt-company img {
        aspect-ratio: 16 / 10;
        object-fit: cover;
        object-position: center;
    }

    .tt-company-copy h2 {
        font-size: 48px;
    }

    .tt-company-copy p:not(.eyebrow) {
        font-size: 16px;
        line-height: 1.6;
    }

    .tt-market-grid,
    .tt-why-grid {
        grid-template-columns: 1fr;
    }

    .tt-partner-logos span {
        flex-basis: 148px;
        min-height: 88px;
        padding: 12px;
    }

    .tt-partner-logos img {
        max-width: 98px;
        max-height: 46px;
    }

    .shuangfei-footer {
        padding: 42px 16px 28px;
    }

    .shuangfei-footer-brand img {
        width: min(280px, 100%);
    }

    .shuangfei-footer-address h2 {
        font-size: 22px;
    }

    .shuangfei-footer-address p,
    .shuangfei-footer-address a,
    .shuangfei-footer-copy {
        font-size: 15px;
    }

    .tt-market-card {
        min-height: 360px;
    }

    .tt-product-heading {
        padding: 54px 16px 28px;
    }

    .tt-principles {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        overflow: visible;
        padding: 0;
    }

    .tt-principles article {
        min-height: auto;
        display: grid;
        grid-template-columns: 52px 1fr;
        align-items: center;
        column-gap: 14px;
        padding: 16px;
        text-align: left;
    }

    .tt-principle-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 0;
        grid-row: span 2;
    }

    .tt-principle-icon svg {
        width: 26px;
        height: 26px;
    }

    .tt-principles h3 {
        font-size: 18px;
    }

    .tt-principles p {
        max-width: 220px;
        margin: 4px 0 0;
        font-size: 14px;
        line-height: 1.3;
    }

    .tt-product-heading h2 {
        font-size: 46px;
    }

    .tt-product-heading p {
        font-size: 16px;
    }

    .tt-product-band {
        min-height: 116px;
        grid-template-columns: 54px minmax(0, 1fr);
    }

    .tt-product-band.is-expanded {
        min-height: 350px;
    }

    .tt-product-arrow {
        width: 32px;
        height: 32px;
        margin-left: 16px;
    }

    .tt-product-arrow::before {
        width: 13px;
        height: 13px;
        border-width: 3px;
    }

    .tt-product-band div {
        width: auto;
        padding-right: 16px;
        justify-self: end;
        text-align: right;
    }

    .tt-product-band h3 {
        font-size: 30px;
    }

    .tt-product-band p {
        font-size: 15px;
    }

    .tt-choose {
        padding: 58px 16px 64px;
    }

    .tt-choose-heading {
        margin-bottom: 42px;
    }

    .tt-choose-heading h2 {
        font-size: 46px;
    }

    .tt-choose-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .tt-choose-grid article {
        min-height: auto;
        padding: 18px 12px;
    }

    .tt-choose-icon {
        width: 46px;
        height: 46px;
        margin-bottom: 14px;
    }

    .tt-choose-icon svg {
        width: 26px;
        height: 26px;
    }

    .tt-choose-grid h3 {
        font-size: 16px;
    }

    .tt-choose-grid p {
        font-size: 12px;
        line-height: 1.35;
    }

    .tt-why-grid article {
        min-height: 150px;
    }

    .tt-why-grid span {
        margin-top: 24px;
    }
}

@media (max-width: 980px) {
    .tt-home .tt-hero-cinematic {
        min-height: 72vh;
        padding: 0 18px;
    }

    .tt-hero-cinematic .tt-hero-inner {
        min-height: 72vh;
    }

    .tt-hero-word {
        top: 43%;
        font-size: clamp(68px, 19vw, 180px);
    }

    .tt-hero-cinematic .tt-hero-copy {
        bottom: 25%;
    }

    .tt-scroll-cue {
        bottom: 50px;
    }
}

@media (max-width: 640px) {
    .tt-home .tt-hero-cinematic,
    .tt-hero-cinematic .tt-hero-inner {
        min-height: 100vh;
        min-height: 100svh;
        min-height: 100dvh;
    }

    .tt-home .tt-hero-cinematic {
        display: block;
        padding-right: 16px;
        padding-left: 16px;
    }

    .tt-hero-cinematic .tt-hero-inner {
        position: relative;
    }

    .tt-hero-cinematic .tt-hero-copy {
        left: 0;
        right: 0;
        bottom: clamp(96px, 14dvh, 150px);
    }

    .tt-hero-bg {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        opacity: 0.72;
    }

    .tt-hero-cinematic::after {
        background:
            linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.58)),
            linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.14));
    }

    .tt-company.section {
        padding-top: 34px;
    }

    .tt-hero-cinematic .tt-hero-copy h1 {
        max-width: 360px;
        font-size: clamp(34px, 9.2vw, 46px);
        line-height: 1.06;
    }

    .tt-hero-cinematic .tt-hero-copy p {
        max-width: 320px;
        color: rgba(255, 255, 255, 0.82);
        font-size: 15px;
        line-height: 1.45;
    }

    .tt-company-copy p:not(.eyebrow) {
        text-align: left;
        word-spacing: normal;
    }

    .shuangfei-footer {
        padding: 34px 16px 24px;
    }

    .shuangfei-footer-inner {
        max-width: none;
        margin-left: 0;
    }

    .shuangfei-footer-brand img {
        width: min(230px, 100%);
    }

    .shuangfei-footer-address h2 {
        margin-top: 16px;
        font-size: 16px;
    }

    .shuangfei-footer-address p,
    .shuangfei-footer-address a {
        max-width: 100%;
        font-size: 13px;
        line-height: 1.45;
    }

    .shuangfei-footer-copy {
        margin-top: 22px;
        text-align: left;
        font-size: 12px;
    }

    .tt-hero-word {
        top: 40%;
        width: 92vw;
        font-size: 42px;
        writing-mode: horizontal-tb;
    }

    .tt-scroll-cue {
        bottom: max(28px, env(safe-area-inset-bottom));
        width: 46px;
        height: 72px;
    }
}

@media (max-width: 640px) and (max-height: 700px) {
    .tt-hero-cinematic .tt-hero-copy {
        bottom: 82px;
    }

    .tt-hero-cinematic .tt-hero-copy h1 {
        font-size: clamp(30px, 8.6vw, 40px);
    }

    .tt-hero-cinematic .tt-hero-copy p {
        font-size: 14px;
    }

    .tt-scroll-cue {
        width: 42px;
        height: 64px;
    }
}

/* ELozie Software Solution landing page */
.elozie-site {
    --ink: #0f172a;
    --muted: #607086;
    --line: #d9e2ec;
    --surface: #f5f8fb;
    --red: #0aa6a6;
    --red-dark: #087f8c;
    --teal: #26b99a;
    --amber: #3b82f6;
    --steel: #1e293b;
    --navy: #08111f;
    background: #f7fafc;
}

.elozie-header .navbar {
    max-width: 1200px;
}

.elozie-brand {
    gap: 12px;
}

.elozie-logo-mark {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    color: #ffffff;
    background: linear-gradient(135deg, #0aa6a6, #2563eb);
    border-radius: 12px;
    font-size: 24px;
    font-weight: 900;
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.2);
}

.elozie-brand strong,
.elozie-brand small {
    display: block;
    line-height: 1.05;
}

.elozie-brand strong {
    color: var(--navy);
    font-size: 22px;
    font-weight: 900;
}

.elozie-brand small {
    margin-top: 4px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
}

.elozie-hero {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: #08111f;
}

.elozie-hero::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(8, 17, 31, 0.94) 0%, rgba(8, 17, 31, 0.78) 40%, rgba(8, 17, 31, 0.24) 100%),
        linear-gradient(0deg, rgba(8, 17, 31, 0.58), rgba(8, 17, 31, 0.08));
    content: "";
}

.elozie-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.elozie-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) 380px;
    gap: 48px;
    align-items: end;
    min-height: calc(100vh - 82px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 118px 28px 72px;
}

.elozie-hero-content {
    max-width: 760px;
    padding-bottom: 42px;
}

.elozie-hero-content h1 {
    max-width: 760px;
    font-size: clamp(46px, 6.5vw, 92px);
}

.elozie-hero-panel {
    display: grid;
    gap: 12px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.elozie-hero-panel div {
    padding: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
}

.elozie-hero-panel span,
.elozie-hero-panel strong,
.elozie-hero-panel small {
    display: block;
}

.elozie-hero-panel span {
    color: #7dd3fc;
    font-size: 12px;
    font-weight: 900;
}

.elozie-hero-panel strong {
    margin: 6px 0 5px;
    font-size: 24px;
}

.elozie-hero-panel small {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}

.elozie-services {
    max-width: 1200px;
}

.elozie-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.elozie-service-grid article {
    min-height: 320px;
    padding: 26px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.elozie-service-grid article:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.14);
}

.elozie-service-grid span {
    display: block;
    margin-bottom: 42px;
    color: var(--red);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.elozie-service-grid p {
    color: var(--muted);
}

.elozie-solutions {
    background:
        linear-gradient(135deg, rgba(8, 17, 31, 0.96), rgba(8, 127, 140, 0.86)),
        url("/images/elozie/software-studio-hero.png");
    background-position: center;
    background-size: cover;
}

.elozie-solutions .section-heading h2,
.elozie-solutions .product-card h3 {
    color: #ffffff;
}

.elozie-solutions .eyebrow {
    color: #7dd3fc;
}

.elozie-solution-card {
    min-height: 360px;
    background:
        radial-gradient(circle at top right, rgba(125, 211, 252, 0.22), transparent 36%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05));
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.elozie-solution-card::before {
    background: linear-gradient(0deg, rgba(8, 17, 31, 0.72), rgba(8, 17, 31, 0.2));
}

.elozie-stack strong {
    font-size: 28px;
}

.elozie-industries span {
    min-height: 112px;
    color: var(--navy);
    font-size: 20px;
}

.elozie-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 34px 28px 46px;
    color: var(--steel);
    border-top: 1px solid var(--line);
}

.elozie-footer strong,
.elozie-footer span {
    display: block;
}

.elozie-footer strong {
    font-size: 20px;
}

.elozie-footer span {
    margin-top: 4px;
    color: var(--muted);
}

.elozie-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-weight: 800;
}

@media (max-width: 980px) {
    .elozie-hero-inner,
    .elozie-service-grid {
        grid-template-columns: 1fr 1fr;
    }

    .elozie-hero-content {
        grid-column: 1 / -1;
        padding-bottom: 0;
    }

    .elozie-hero-panel {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .elozie-brand small {
        display: none;
    }

    .elozie-brand strong {
        font-size: 19px;
    }

    .elozie-logo-mark {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        font-size: 21px;
    }

    .elozie-hero-inner,
    .elozie-service-grid {
        grid-template-columns: 1fr;
    }

    .elozie-hero-inner {
        min-height: auto;
        padding: 86px 16px 28px;
    }

    .elozie-hero-content h1 {
        font-size: 42px;
    }

    .elozie-footer {
        align-items: flex-start;
        flex-direction: column;
        padding-right: 16px;
        padding-left: 16px;
    }
}

@media (max-width: 980px) {
    .blog-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-toolbar-inner {
        align-items: stretch;
        flex-direction: column;
        padding-top: 18px;
    }

    .blog-search {
        width: 100%;
    }

    .blog-filter {
        width: 100%;
        min-height: 58px;
        overflow-x: auto;
    }

    .blog-filter button {
        flex: 1 0 auto;
    }
}

@media (max-width: 640px) {
    .blog-page-hero {
        min-height: 300px;
    }

    .blog-page-hero-inner,
    .blog-toolbar-inner {
        width: min(100% - 36px, 1680px);
    }

    .blog-page-hero-inner {
        padding-bottom: 30px;
    }

    .blog-page-hero-inner h1 {
        font-size: 44px;
    }

    .blog-listing-section {
        padding: 48px 18px 70px;
    }

    .blog-page-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .blog-page-card-media {
        min-height: 300px;
    }

    .career-application {
        padding: 22px 18px;
    }

    .career-application-page-hero > div,
    .career-application-page {
        width: auto;
    }

    .career-application-page-hero > .about-page-hero-content {
        width: auto;
        padding: 92px 16px 56px;
    }

    .career-application-page-hero .about-page-hero-content h1 {
        font-size: 34px;
    }

    .career-page-section,
    .career-detail-section,
    .career-application-page {
        width: 100%;
        padding: 64px 0;
    }

    .career-page-inner {
        padding-right: 16px;
        padding-left: 16px;
    }

    .career-page-heading {
        margin-bottom: 28px;
    }

    .career-page-heading h2 {
        font-size: 48px;
    }

    .career-page-heading > p {
        font-size: 16px;
    }

    .career-page-section .job-card {
        min-height: 0;
        padding: 24px 20px;
    }

    .career-detail-card,
    .career-apply-panel {
        padding: 24px 20px;
    }

    .career-apply-panel {
        align-items: stretch;
        flex-direction: column;
    }

    .career-form-grid {
        grid-template-columns: 1fr;
    }

    .career-form-wide {
        grid-column: auto;
    }

    .career-application-actions .btn {
        width: 100%;
    }

    .application-detail-grid {
        grid-template-columns: 1fr;
    }

    .application-detail-grid article.wide {
        grid-column: auto;
    }
}
.cms-language-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: start;
}

.cms-language-panel {
    min-width: 0;
    padding: 20px;
    border: 1px solid #d7e2ec;
    background: #f8fbfd;
}

.cms-language-panel h3 {
    margin: 0 0 18px;
    color: #0878b7;
    font-size: 16px;
}

.cms-language-panel .cms-form-grid {
    grid-template-columns: 1fr;
}

.cms-translate-button {
    margin-left: auto;
}

.cms-translate-status {
    flex: 1 1 260px;
    color: #526273;
    font-size: 13px;
}

.cms-translate-status[data-state="success"] {
    color: #087846;
}

.cms-translate-status[data-state="error"] {
    color: #b42318;
}

@media (max-width: 900px) {
    .cms-language-columns {
        grid-template-columns: 1fr;
    }
}

/* CMS multi-user and access management */
.cms-sidebar-account {
    display: grid;
    gap: 3px;
    margin-top: auto;
    padding: 18px 20px 22px;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.cms-sidebar-account span {
    overflow: hidden;
    font-size: 13px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cms-sidebar-account small {
    color: rgba(255, 255, 255, 0.58);
    font-size: 11px;
}

.cms-sidebar-account form {
    margin-top: 10px;
}

.cms-sidebar-account button {
    padding: 0;
    color: #7dd3fc;
    background: none;
    border: 0;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
}

.cms-auth-remember {
    display: flex !important;
    align-items: center;
    flex-direction: row !important;
    gap: 9px;
    color: #526273;
    font-size: 13px;
}

.cms-auth-remember input {
    width: 16px !important;
    height: 16px;
}

.cms-user-list {
    display: grid;
    gap: 14px;
}

.cms-user-row {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 22px;
    background: #ffffff;
    border: 1px solid #d9e3ec;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.cms-user-avatar {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    color: #ffffff;
    background: #049fda;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 800;
}

.cms-user-identity > div:first-child {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.cms-user-identity h2,
.cms-user-identity p {
    margin: 0;
}

.cms-user-identity h2 {
    font-size: 17px;
}

.cms-user-identity p {
    margin-top: 4px;
    color: #657487;
    font-size: 13px;
}

.cms-user-badge,
.cms-user-permissions span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 4px 9px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
}

.cms-user-badge.admin {
    color: #075985;
    background: #e0f2fe;
}

.cms-user-badge.active {
    color: #087846;
    background: #dcfce7;
}

.cms-user-badge.inactive {
    color: #b42318;
    background: #fee4e2;
}

.cms-user-permissions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
}

.cms-user-permissions span {
    color: #4b5d70;
    background: #eef3f7;
}

.cms-user-permissions span.muted {
    color: #8794a2;
}

.cms-user-actions {
    display: flex;
    gap: 8px;
}

.cms-user-form {
    display: grid;
    gap: 18px;
}

.cms-user-form-panel {
    padding: 24px;
    background: #ffffff;
    border: 1px solid #d9e3ec;
    border-radius: 8px;
}

.cms-user-form-heading {
    display: flex;
    gap: 14px;
    margin-bottom: 22px;
}

.cms-user-form-heading > span {
    display: grid;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    place-items: center;
    color: #0284c7;
    background: #e0f2fe;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 800;
}

.cms-user-form-heading h2,
.cms-user-form-heading p {
    margin: 0;
}

.cms-user-form-heading h2 {
    font-size: 17px;
}

.cms-user-form-heading p {
    margin-top: 4px;
    color: #657487;
    font-size: 12px;
}

.cms-access-toggles,
.cms-permission-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.cms-access-toggles label,
.cms-permission-grid label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    background: #f8fafc;
    border: 1px solid #dce5ed;
    border-radius: 7px;
    cursor: pointer;
}

.cms-access-toggles input,
.cms-permission-grid input {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    margin-top: 2px;
    accent-color: #049fda;
}

.cms-access-toggles strong,
.cms-access-toggles small,
.cms-permission-grid strong,
.cms-permission-grid small {
    display: block;
}

.cms-access-toggles strong,
.cms-permission-grid strong {
    color: #152235;
    font-size: 13px;
}

.cms-access-toggles small,
.cms-permission-grid small {
    margin-top: 4px;
    color: #657487;
    font-size: 11px;
    line-height: 1.45;
}

.cms-permission-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cms-permission-grid.is-disabled {
    opacity: 0.45;
    pointer-events: none;
}

@media (max-width: 900px) {
    .cms-user-row {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .cms-user-avatar {
        width: 44px;
        height: 44px;
    }

    .cms-user-actions {
        grid-column: 1 / -1;
        justify-content: flex-end;
    }

    .cms-permission-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .cms-auth {
        padding: 16px;
    }

    .cms-auth-panel {
        width: 100%;
        max-width: calc(100vw - 32px);
        padding: 24px;
        overflow: hidden;
    }

    .cms-auth-panel > *,
    .cms-login-form label {
        min-width: 0;
    }

    .cms-auth-panel h1 {
        font-size: 34px;
        overflow-wrap: anywhere;
    }

    .cms-user-row {
        padding: 16px;
    }

    .cms-user-form-panel {
        padding: 18px;
    }

    .cms-access-toggles,
    .cms-permission-grid {
        grid-template-columns: 1fr;
    }
}

/* CMS activity log */
.cms-log-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 20px;
}

.cms-log-summary article {
    display: grid;
    gap: 8px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #d9e3ec;
    border-radius: 8px;
}

.cms-log-summary span {
    color: #657487;
    font-size: 12px;
    font-weight: 700;
}

.cms-log-summary strong {
    color: #152235;
    font-size: 30px;
    line-height: 1;
}

.cms-log-filters {
    display: grid;
    grid-template-columns: minmax(240px, 1.5fr) repeat(3, minmax(140px, 0.7fr)) auto auto;
    gap: 10px;
    align-items: end;
    margin-bottom: 20px;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #d9e3ec;
    border-radius: 8px;
}

.cms-log-filters label {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.cms-log-filters label > span {
    color: #526273;
    font-size: 11px;
    font-weight: 700;
}

.cms-log-filters input,
.cms-log-filters select {
    width: 100%;
    min-height: 42px;
    padding: 9px 11px;
    color: #152235;
    background: #f8fafc;
    border: 1px solid #d6e0e9;
    border-radius: 6px;
    outline: none;
}

.cms-log-filters input:focus,
.cms-log-filters select:focus {
    border-color: #049fda;
    box-shadow: 0 0 0 3px rgba(4, 159, 218, 0.1);
}

.cms-log-list {
    display: grid;
    gap: 1px;
    overflow: hidden;
    background: #dce5ed;
    border: 1px solid #dce5ed;
    border-radius: 8px;
}

.cms-log-row {
    display: grid;
    grid-template-columns: 5px minmax(0, 1fr);
    min-width: 0;
    background: #ffffff;
}

.cms-log-marker.info {
    background: #049fda;
}

.cms-log-marker.success {
    background: #16a66a;
}

.cms-log-marker.danger {
    background: #e5484d;
}

.cms-log-main {
    min-width: 0;
    padding: 17px 20px;
}

.cms-log-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.cms-log-title > strong {
    color: #152235;
    font-size: 14px;
}

.cms-log-action,
.cms-log-module {
    display: inline-flex;
    min-height: 23px;
    align-items: center;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.cms-log-action.info {
    color: #075985;
    background: #e0f2fe;
}

.cms-log-action.success {
    color: #087846;
    background: #dcfce7;
}

.cms-log-action.danger {
    color: #b42318;
    background: #fee4e2;
}

.cms-log-module {
    color: #526273;
    background: #eef3f7;
}

.cms-log-main > p {
    margin: 7px 0 0;
    color: #405166;
    font-size: 13px;
}

.cms-log-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 16px;
    margin-top: 10px;
    color: #7a8796;
    font-size: 10px;
}

.cms-log-meta span:not(:first-child)::before {
    margin-right: 16px;
    color: #c5cdd5;
    content: "/";
}

.cms-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 20px;
    font-size: 12px;
}

.cms-pagination a,
.cms-pagination span,
.cms-pagination strong {
    padding: 9px 12px;
}

.cms-pagination a {
    color: #0278b5;
    background: #e8f6fc;
    border-radius: 6px;
    font-weight: 700;
}

.cms-pagination span {
    color: #9aa5b1;
}

@media (max-width: 1100px) {
    .cms-log-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .cms-log-summary {
        grid-template-columns: 1fr;
    }

    .cms-log-filters {
        grid-template-columns: 1fr;
    }

    .cms-log-title {
        align-items: flex-start;
    }

    .cms-log-main {
        padding: 15px;
    }

    .cms-log-meta {
        display: grid;
        gap: 4px;
    }

    .cms-log-meta span:not(:first-child)::before {
        display: none;
    }

    .cms-pagination {
        justify-content: space-between;
        gap: 4px;
    }

    .cms-pagination strong {
        font-size: 10px;
        text-align: center;
    }
}

/* Responsive CMS navigation and layout */
.cms-sidebar-header {
    display: contents;
}

.cms-sidebar,
.cms-main {
    box-sizing: border-box;
}

.cms-nav-toggle {
    display: none;
}

.cms-main,
.cms-main > *,
.cms-editor-form,
.cms-editor-form > *,
.cms-content-index,
.cms-content-list,
.cms-form-grid,
.cms-form-grid > *,
.cms-card-grid,
.cms-repeat-grid {
    min-width: 0;
}

.cms-editor-form input,
.cms-editor-form textarea,
.cms-editor-form select,
.cms-modal-form input,
.cms-modal-form textarea,
.cms-modal-form select {
    max-width: 100%;
    min-width: 0;
}

@media (max-width: 1024px) {
    body.cms-nav-open {
        overflow: hidden;
    }

    .cms-dashboard {
        display: block;
    }

    .cms-sidebar {
        position: sticky;
        top: 0;
        z-index: 100;
        display: block;
        width: 100%;
        height: 76px;
        min-height: 76px;
        padding: 10px 16px;
        overflow: visible;
        box-shadow: 0 8px 24px rgba(10, 24, 40, 0.14);
    }

    .cms-sidebar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        min-height: 56px;
    }

    .cms-sidebar .brand {
        width: min(210px, calc(100% - 68px));
        min-height: 52px;
        padding: 0;
    }

    .cms-sidebar .brand-mark {
        width: min(190px, 100%);
        height: 48px;
    }

    .cms-nav-toggle {
        position: absolute;
        top: 15px;
        right: 16px;
        z-index: 2;
        display: grid !important;
        width: 46px;
        height: 46px;
        flex: 0 0 46px;
        place-content: center;
        gap: 5px;
        padding: 0;
        color: #ffffff;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 7px;
        cursor: pointer;
    }

    .cms-nav-toggle span {
        display: block;
        width: 21px;
        height: 2px;
        background: currentColor;
        border-radius: 2px;
        transition: transform 180ms ease, opacity 180ms ease;
    }

    .cms-sidebar nav,
    .cms-sidebar-account {
        display: none;
    }

    .cms-sidebar.is-open {
        position: fixed;
        inset: 0;
        display: flex;
        flex-direction: column;
        gap: 18px;
        width: 100%;
        height: 100dvh;
        padding: 10px 16px 18px;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    .cms-sidebar.is-open .cms-nav-toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .cms-sidebar.is-open .cms-nav-toggle span:nth-child(2) {
        opacity: 0;
    }

    .cms-sidebar.is-open .cms-nav-toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .cms-sidebar.is-open nav {
        display: grid;
        flex: 0 0 auto;
        align-content: start;
        gap: 5px;
        width: 100%;
        padding: 4px 0;
        overflow: visible;
    }

    .cms-sidebar.is-open nav a {
        width: 100%;
        min-height: 46px;
        flex: none;
        padding: 12px 16px 12px 22px;
        white-space: normal;
    }

    .cms-sidebar.is-open .cms-sidebar-account {
        display: grid;
        flex: 0 0 auto;
        margin: 0;
        padding: 16px 4px 10px;
    }

    .cms-main {
        width: 100%;
        max-width: none;
        padding: 28px 22px 48px;
    }

    .cms-main-heading {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .cms-main-heading h1 {
        font-size: clamp(30px, 6vw, 44px);
        overflow-wrap: anywhere;
    }

    .cms-modal {
        align-items: start;
        padding: 16px;
        overflow-y: auto;
    }

    .cms-modal-panel {
        width: 100%;
        max-width: 620px;
        max-height: calc(100dvh - 32px);
        margin: auto;
        padding: 22px;
        overflow-y: auto;
    }
}

@media (max-width: 640px) {
    .cms-main {
        padding: 22px 14px 40px;
    }

    .cms-main-heading {
        gap: 14px;
        margin-bottom: 20px;
    }

    .cms-main-heading h1 {
        font-size: 30px;
        line-height: 1.12;
    }

    .cms-main-heading .btn,
    .cms-main-heading > .cms-analytics-period {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .cms-content-index,
    .cms-user-form-panel,
    .cms-analytics-panel,
    .cms-log-filters {
        border-radius: 6px;
    }

    .cms-content-index-heading,
    .cms-editor-heading,
    .cms-user-form-panel {
        padding: 18px 16px;
    }

    .cms-content-index-heading h2,
    .cms-editor-heading h2 {
        font-size: 22px;
    }

    .cms-editor-actions,
    .cms-modal-actions,
    .cms-user-actions,
    .cms-partner-actions,
    .cms-crud-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        gap: 8px;
    }

    .cms-editor-actions .btn,
    .cms-modal-actions .btn,
    .cms-user-actions .btn,
    .cms-user-actions form,
    .cms-user-actions form .btn,
    .cms-partner-actions .btn,
    .cms-crud-actions .btn {
        width: 100%;
        min-width: 0;
        justify-content: center;
        text-align: center;
    }

    .cms-modal-heading h2 {
        font-size: 24px;
    }

    .cms-modal-panel {
        padding: 18px 16px;
    }

    .cms-confirm-dialog {
        width: calc(100% - 24px);
        max-height: calc(100dvh - 24px);
        overflow-y: auto;
    }

    .cms-analytics-summary {
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 100%;
    }

    .cms-analytics-summary strong {
        font-size: 28px;
    }

    .cms-analytics-table > div {
        align-items: flex-start;
        gap: 10px;
    }

    .cms-analytics-table > div > span:last-child {
        min-width: 64px;
    }
}

@media (max-width: 420px) {
    .cms-sidebar {
        height: 70px;
        min-height: 70px;
        padding: 8px 12px;
    }

    .cms-sidebar-header {
        min-height: 54px;
    }

    .cms-sidebar .brand {
        min-height: 48px;
    }

    .cms-nav-toggle {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

    .cms-analytics-summary {
        grid-template-columns: 1fr;
    }

    .cms-content-list-item {
        grid-template-columns: 38px minmax(0, 1fr) 22px;
        padding: 12px;
    }

    .cms-content-number,
    .cms-content-thumb {
        width: 38px;
        height: 38px;
    }
}

/* Shuang Fei red, blue, and white visual system */
.site-header {
    background: rgba(5, 15, 24, 0.22) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: none;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.brand-mark,
.cms-sidebar .brand,
.cms-sidebar .brand-mark {
    width: 220px;
    height: 84px;
    padding: 0;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
}

.site-header .brand-mark {
    width: 110px;
    height: 42px;
}

.brand-mark img,
.cms-sidebar .brand-mark img,
.shuangfei-footer-brand img {
    width: 100%;
    height: 100%;
    padding: 0;
    object-fit: contain;
    background: transparent !important;
    border: 0 !important;
    filter: none !important;
}

.nav-links a {
    color: rgba(255, 255, 255, 0.84);
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
    color: #ffffff;
}

.nav-links a::after {
    background: var(--red);
}

.language-dropdown select {
    color: #ffffff;
    background: transparent;
    border-color: transparent;
}

.btn.primary {
    color: #ffffff;
    background: var(--red);
    border-color: var(--red);
}

.btn.primary:hover,
.nav-cta:hover {
    background: var(--red-dark);
    border-color: var(--red-dark);
}

.tt-company,
.about-page-section,
.product-page-section,
.technology-page-section,
.career-page-section,
.blog-page-section {
    background: linear-gradient(180deg, #ffffff 0%, #f3f8fc 100%);
}

.tt-company-copy h2,
.tt-product-heading h2,
.tt-choose-heading h2,
.career-page-heading h2,
.product-page-heading h2 strong,
.technology-page-heading h2 strong,
.about-page-intro h2 strong,
.section-heading h2 strong {
    color: var(--red-dark);
}

.tt-company-copy .eyebrow,
.section-title-small,
.section-heading .eyebrow,
.tt-product-heading span,
.tt-choose-heading span,
.product-page-heading h2 span,
.technology-page-heading h2 span,
.history-title span,
.certification-title span,
.award-title span,
.family-title span {
    color: var(--ink);
}

.history-title strong,
.certification-title strong,
.award-title strong,
.family-title strong {
    color: var(--red-dark);
}

.tt-principles article,
.tt-choose-grid article {
    background: linear-gradient(135deg, #082b47 0%, #0879aa 76%, #df232b 145%) !important;
    border: 1px solid rgba(92, 190, 229, 0.55) !important;
    border-top: 5px solid var(--red) !important;
    box-shadow: 0 22px 52px rgba(7, 55, 84, 0.2) !important;
}

.tt-principles article:hover,
.tt-choose-grid article:hover {
    transform: translateY(-8px);
    border-color: rgba(223, 35, 43, 0.75) !important;
    box-shadow: 0 30px 70px rgba(7, 55, 84, 0.3) !important;
}

.tt-product-band::before {
    background: linear-gradient(90deg, rgba(7, 45, 72, 0.76), rgba(8, 121, 170, 0.72)) !important;
}

.tt-product-band::after {
    background: linear-gradient(90deg, rgba(223, 35, 43, 0.34), rgba(8, 121, 170, 0.22)) !important;
}

.product-index-card,
.blog-page-card,
.technology-capability-grid article,
.technology-stat-grid article,
.technology-process-grid article,
.career-page-section .job-card,
.career-detail-card {
    background: #ffffff;
    border: 1px solid #d7e2ec;
    border-top: 5px solid var(--red);
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(8, 59, 90, 0.11);
}

.product-index-card:hover,
.blog-page-card:hover,
.career-page-section .job-card:hover {
    border-color: rgba(223, 35, 43, 0.55);
    box-shadow: 0 26px 58px rgba(8, 59, 90, 0.2);
}

.technology-rd-cards article {
    background: linear-gradient(180deg, #0879aa 0%, #0aa8df 60%, rgba(10, 168, 223, 0.06) 100%);
    border-top: 5px solid var(--red);
}

.blog-page-card-media > span,
.cms-content-number {
    color: #ffffff;
    background: var(--red);
}

.shuangfei-footer {
    background: linear-gradient(115deg, #061f34 0%, #0a5279 75%, #0879aa 100%) !important;
    border-top: 6px solid var(--red) !important;
}

.shuangfei-footer-brand img {
    width: min(260px, 100%);
    height: auto;
}

.cms-auth-body,
.cms-dashboard-body,
.cms-main {
    background: #f3f7fb;
}

.cms-sidebar {
    background: linear-gradient(180deg, #071f34 0%, #0b4668 100%) !important;
    border-right: 3px solid var(--red);
}

.cms-sidebar nav a::before {
    background: var(--red);
}

.cms-sidebar nav a[aria-current="page"] {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(223, 35, 43, 0.7);
}

.cms-content-index,
.cms-editor-panel,
.cms-create-disclosure,
.cms-item-disclosure,
.cms-card-grid article {
    background: #ffffff;
    border-top: 4px solid var(--red);
}

.cms-main-heading .eyebrow,
.cms-confirm-icon {
    color: var(--red-dark);
}

@media (max-width: 760px) {
    .site-header .brand-mark {
        width: 104px;
        height: 40px;
    }

    .tt-principles article,
    .tt-choose-grid article {
        border-top-width: 4px !important;
    }
}
