:root {
    --nyt-navy: #061a38;
    --nyt-navy-2: #0a2f67;
    --nyt-navy-3: #123f82;
    --nyt-blue: #2d7cff;
    --nyt-blue-deep: #154fb6;
    --nyt-blue-2: #4ca3ff;
    --nyt-cyan: #2fd8ff;
    --nyt-gold: #efc46e;
    --nyt-gold-2: #e9af49;
    --nyt-bg: #f7f9fd;
    --nyt-surface: #ffffff;
    --nyt-surface-2: #f2f7ff;
    --nyt-text: #132542;
    --nyt-muted: #64758d;
    --nyt-line: rgba(17, 39, 75, 0.10);
    --nyt-shadow-lg: 0 26px 56px rgba(7, 18, 36, 0.16);
    --nyt-shadow-md: 0 12px 28px rgba(7, 18, 36, 0.08);
}

* { box-sizing: border-box; }

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    background: var(--nyt-bg);
    color: var(--nyt-text);
    font: 16px/1.75 "Alibaba PuHuiTi", "Microsoft YaHei", "PingFang SC", "Segoe UI", sans-serif;
}

body { min-width: 320px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.nyt-shell {
    width: min(1320px, calc(100% - 40px));
    margin: 0 auto;
}

.nyt-topbar > .nyt-shell,
.nyt-header > .nyt-shell,
.nyt-hero > .nyt-shell,
.nyt-trust > .nyt-shell {
    width: min(100%, 1920px);
    max-width: 1920px;
    padding-inline: 56px;
}

.nyt-home {
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
}

.nyt-topbar {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: rgba(4, 16, 33, 0.62);
    color: rgba(238, 245, 255, 0.78);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nyt-topbar .nyt-shell,
.nyt-topbar__meta,
.nyt-topbar__service,
.nyt-header__right,
.nyt-hero__actions,
.nyt-hero__points,
.nyt-footer__inner,
.nyt-footer__links {
    display: flex;
    align-items: center;
    gap: 16px;
}

.nyt-topbar .nyt-shell {
    min-height: 46px;
    justify-content: space-between;
    font-size: 12px;
}

.nyt-topbar__meta,
.nyt-topbar__service {
    flex-wrap: wrap;
}

.nyt-topbar__service strong {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.04em;
}

.nyt-header {
    position: sticky;
    top: 0;
    z-index: 20;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: rgba(7, 23, 47, 0.86);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px rgba(4, 12, 25, 0.10);
}

.nyt-header__inner {
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.nyt-brand {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.nyt-brand img {
    height: 56px;
    width: auto;
    filter: drop-shadow(0 8px 20px rgba(4, 12, 25, 0.22));
}

.nyt-header__slogan {
    flex: 0 0 auto;
    color: rgba(238, 245, 255, 0.66);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    padding-left: 24px;
    white-space: nowrap;
    margin-right: auto;
}

.nyt-nav {
    display: flex;
    justify-content: center;
    gap: 42px;
    flex-wrap: wrap;
}

.nyt-nav a {
    position: relative;
    color: rgba(238, 245, 255, 0.88);
    font-size: 18px;
    font-weight: 700;
    padding: 8px 0;
    white-space: nowrap;
}

.nyt-page-home .nyt-nav-home::after,
.nyt-page-products .nyt-nav-products::after,
.nyt-page-solutions .nyt-nav-solutions::after,
.nyt-page-value .nyt-nav-value::after,
.nyt-page-support .nyt-nav-support::after,
.nyt-page-about .nyt-nav-about::after,
.nyt-nav a.is-active::after,
.nyt-nav a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--nyt-blue) 0%, var(--nyt-cyan) 100%);
}

.nyt-header__phone span {
    display: block;
    color: rgba(238, 245, 255, 0.72);
    font-size: 14px;
    text-align: right;
}

.nyt-header__phone strong {
    display: block;
    color: #fff;
    font-size: 18px;
}

.nyt-header__cta,
.nyt-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-weight: 700;
    transition: transform .2s ease, box-shadow .2s ease;
}

.nyt-header__cta {
    min-width: 136px;
    height: 50px;
    background: linear-gradient(135deg, var(--nyt-gold) 0%, var(--nyt-gold-2) 100%);
    color: #1b2940;
    font-size: 18px;
    font-weight: 800;
    white-space: nowrap;
}

.nyt-button {
    min-width: 170px;
    height: 50px;
    padding: 0 24px;
}

.nyt-hero .nyt-button {
    height: 62px;
    padding: 0 42px;
    min-width: 0;
    font-size: 20px;
    font-weight: 800;
}

.nyt-button:hover,
.nyt-header__cta:hover {
    transform: translateY(-1px);
}

.nyt-button--primary {
    background: linear-gradient(135deg, var(--nyt-gold) 0%, var(--nyt-gold-2) 100%);
    color: #1d2a40;
    box-shadow: 0 14px 30px rgba(239, 196, 110, 0.28);
}

.nyt-button--secondary {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255,255,255,.05);
    backdrop-filter: blur(8px);
    color: #fff;
}

.nyt-button--ghost-light {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    min-width: 0;
    height: 46px;
    padding: 0 18px;
}

.nyt-button--outline {
    min-width: 0;
    height: 44px;
    padding: 0 20px;
    border: 1px solid rgba(45, 124, 255, 0.26);
    background: #fff;
    color: var(--nyt-blue);
}

.nyt-hero {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    min-height: 840px;
    background-image:
        linear-gradient(90deg, rgba(3,16,42,.96) 0%, rgba(3,20,54,.84) 38%, rgba(3,20,54,.35) 70%, rgba(3,20,54,.15) 100%),
        url('../images/home-hero-guangdong-platform.png');
    background-size: cover;
    background-position: 58% center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 22px 0 0;
    overflow: hidden;
}

.nyt-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 22%, rgba(65, 145, 255, 0.16) 0%, rgba(65, 145, 255, 0.04) 22%, transparent 34%),
        radial-gradient(circle at 78% 84%, rgba(47, 216, 255, 0.16) 0%, rgba(47, 216, 255, 0.04) 20%, transparent 32%);
    pointer-events: none;
}

.nyt-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 180px;
    background: linear-gradient(180deg, rgba(5, 22, 50, 0) 0%, rgba(5, 22, 50, 0.24) 100%);
    pointer-events: none;
}

.nyt-hero__inner {
    position: relative;
    width: min(100%, 1920px);
    margin: 0 auto;
    padding: 90px 56px 0;
    display: grid;
    grid-template-columns: 0.45fr 0.55fr;
    align-items: center;
    min-height: 620px;
    isolation: isolate;
}

.nyt-hero__copy {
    position: relative;
    z-index: 3;
    width: auto;
    max-width: 760px;
    padding-top: 0;
    padding-bottom: 112px;
}

.nyt-hero__copy::before {
    content: "";
    position: absolute;
    left: -34px;
    top: -18px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(46, 122, 255, 0.16) 0%, rgba(46, 122, 255, 0.02) 62%, transparent 72%);
    filter: blur(14px);
    pointer-events: none;
}

.nyt-eyebrow,
.nyt-section__kicker {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 700;
}

.nyt-eyebrow {
    padding: 12px 22px;
    border-radius: 999px;
    background: rgba(56, 130, 255, 0.18);
    border: 1px solid rgba(92, 176, 255, 0.24);
    color: #dceeff;
    font-size: 14px;
}

.nyt-hero h1 {
    margin: 24px 0 18px;
}

.nyt-hero__title {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: none;
    letter-spacing: -2px;
    font-family: "Alibaba PuHuiTi", "Microsoft YaHei", "PingFang SC", sans-serif;
}

.nyt-hero__title-line {
    display: block;
    white-space: nowrap;
    font-size: clamp(56px, 4.6vw, 86px);
    line-height: 1.12;
    font-weight: 800;
    text-shadow: 0 18px 34px rgba(5, 15, 30, 0.18);
}

.nyt-hero__title-line--secondary {
    color: rgba(255, 255, 255, 0.96);
}

.nyt-hero__tagline {
    margin: 0 0 22px;
    color: var(--nyt-gold);
    font-size: clamp(26px, 2vw, 38px);
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -0.03em;
    max-width: 760px;
}

.nyt-hero__lead {
    margin: 0;
    max-width: 720px;
    color: rgba(255,255,255,.86);
    font-size: 18px;
    line-height: 1.82;
    text-shadow: 0 10px 24px rgba(4, 12, 25, 0.08);
}

.nyt-hero__actions {
    display: flex;
    gap: 20px;
    margin-top: 34px;
    flex-wrap: wrap;
}

.nyt-hero__trust {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.nyt-hero__trust span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 20px;
    border-radius: 999px;
    background: rgba(30,87,160,.38);
    border: 1px solid rgba(120,180,255,.22);
    color: rgba(237, 245, 255, 0.92);
    font-size: 16px;
    font-weight: 600;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02);
}

.nyt-hero__points {
    display: none;
}

.nyt-hero__points span {
    position: relative;
    padding-left: 18px;
    color: rgba(238, 245, 255, 0.84);
    font-size: 14px;
}

.nyt-hero__points span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--nyt-cyan) 0%, var(--nyt-blue-2) 100%);
}

.nyt-hero__visual {
    position: absolute;
    inset: 0;
    z-index: 1;
    margin-left: 0;
    pointer-events: none;
}

.nyt-hero__stage {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
}

.nyt-hero__stage img,
.nyt-hero__placeholder {
    display: none;
}

.nyt-hero__stage::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    right: 0.4%;
    top: 82px;
    height: 540px;
    z-index: 2;
    border: 1px solid rgba(83, 179, 255, 0.18);
    border-radius: 50%;
    transform: rotate(-8deg);
    pointer-events: none;
}

.nyt-hero__stage::after {
    content: "";
    display: block;
    position: absolute;
    left: 54%;
    right: 2.2%;
    top: 134px;
    height: 466px;
    z-index: 2;
    border: 1px solid rgba(83, 179, 255, 0.14);
    border-radius: 50%;
    transform: rotate(18deg);
    pointer-events: none;
}

.nyt-hero__tag {
    position: absolute;
    z-index: 3;
    min-height: 58px;
    min-width: 168px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 30% 12%, rgba(144, 221, 255, 0.48), transparent 34%),
        linear-gradient(180deg, rgba(34, 131, 255, 0.86) 0%, rgba(15, 69, 184, 0.86) 100%);
    border: 1px solid rgba(136, 219, 255, 0.48);
    color: #fff;
    font-weight: 900;
    box-shadow:
        0 0 0 1px rgba(76, 173, 255, 0.12),
        0 0 28px rgba(49, 153, 255, 0.38),
        0 18px 38px rgba(2, 12, 36, 0.30),
        inset 0 1px 0 rgba(255,255,255,0.24);
    backdrop-filter: blur(16px);
    white-space: nowrap;
    font-size: 18px;
    text-shadow: 0 2px 12px rgba(3, 14, 36, 0.34);
}

.nyt-hero__tag::before {
    content: "◎";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: rgba(255, 255, 255, 0.94);
    font-size: 24px;
    line-height: 1;
}

.nyt-hero__tag::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -18px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #72dcff;
    box-shadow: 0 0 0 8px rgba(65, 172, 255, 0.18), 0 0 24px rgba(93, 216, 255, 0.82);
    transform: translateX(-50%);
}

.nyt-hero__tag--a { left: 57.6%; top: 108px; }
.nyt-hero__tag--b { right: 11.2%; top: 108px; }
.nyt-hero__tag--c { right: 0.8%; top: 286px; }
.nyt-hero__tag--d { right: 2.2%; top: 484px; }
.nyt-hero__tag--e { right: 18.6%; top: 620px; }
.nyt-hero__tag--f { left: 52.4%; top: 282px; }
.nyt-hero__tag--g { left: 52.6%; top: 478px; }
.nyt-hero__tag--h { left: 61.2%; top: 628px; }

.nyt-hero__tag--a::before { content: "▦"; }
.nyt-hero__tag--b::before { content: "☎"; }
.nyt-hero__tag--c::before { content: "☁"; }
.nyt-hero__tag--d::before { content: "▱"; }
.nyt-hero__tag--e::before { content: "⌬"; }
.nyt-hero__tag--f::before { content: "⌘"; }
.nyt-hero__tag--g::before { content: "⌁"; }
.nyt-hero__tag--h::before {
    content: "AI";
    font-size: 18px;
    font-weight: 900;
}

.nyt-hero__cities {
    position: absolute;
    left: 70.5%;
    top: 318px;
    transform: translateX(-50%);
    z-index: 4;
    width: 292px;
    padding: 28px 30px 26px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 74% 14%, rgba(139, 222, 255, 0.30), transparent 36%),
        linear-gradient(180deg, rgba(25, 108, 235, 0.72) 0%, rgba(8, 73, 190, 0.64) 100%);
    border: 1px solid rgba(139, 222, 255, 0.42);
    color: #fff;
    box-shadow:
        0 0 0 1px rgba(76, 173, 255, 0.12),
        0 0 38px rgba(49, 153, 255, 0.32),
        0 30px 70px rgba(2, 12, 36, 0.32),
        inset 0 1px 0 rgba(255,255,255,0.18);
    backdrop-filter: blur(18px);
}

.nyt-hero__cities strong {
    display: block;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.1;
    text-align: center;
    font-weight: 900;
}

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

.nyt-hero__city {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 15px;
    background: rgba(6, 42, 124, 0.28);
    border: 1px solid rgba(151, 220, 255, 0.22);
    color: rgba(255, 255, 255, 0.94);
    font-size: 19px;
    font-weight: 900;
}

.nyt-stats {
    width: min(100%, 1800px);
    margin: 0 auto;
    padding: 0 56px 24px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    position: relative;
    z-index: 6;
}

.nyt-stat {
    height: 88px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 36px;
    border-left: 1px solid rgba(255,255,255,.18);
    background: linear-gradient(180deg, rgba(11, 40, 96, 0.58) 0%, rgba(9, 36, 85, 0.54) 100%);
    backdrop-filter: blur(12px);
}

.nyt-stat:first-child { border-left: 0; }

.nyt-stat strong {
    display: block;
    color: #fff;
    font-size: 34px;
    line-height: 1;
}

.nyt-stat span {
    display: block;
    margin-top: 6px;
    color: rgba(255,255,255,.72);
    font-size: 15px;
}

.nyt-trust,
.nyt-capabilities,
.nyt-industries,
.nyt-process,
.nyt-bottom-panels {
    background: #fff;
}

.nyt-trust {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 72px 0 78px;
    border-bottom: 1px solid rgba(12, 28, 52, 0.08);
    background:
        radial-gradient(circle at 12% 12%, rgba(44, 126, 255, 0.08), transparent 30%),
        radial-gradient(circle at 88% 18%, rgba(44, 126, 255, 0.06), transparent 28%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 52%, #f7fbff 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.nyt-trust__head {
    margin-bottom: 34px;
    text-align: center;
}

.nyt-trust__head > span,
.nyt-trust__head > strong {
    display: none;
}

.nyt-trust__title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nyt-trust__eyebrow {
    color: #2379ff;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
}

.nyt-trust__title h2 {
    margin: 20px 0 0;
    color: #071d43;
    font-size: clamp(38px, 3.2vw, 62px);
    line-height: 1.12;
    font-weight: 900;
}

.nyt-trust__title h2 em {
    color: #2379ff;
    font-style: normal;
}

.nyt-trust__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 20px 0 22px;
}

.nyt-trust__divider::before,
.nyt-trust__divider::after {
    content: "";
    width: 112px;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(221, 161, 62, 0.95) 100%);
}

.nyt-trust__divider::after {
    background: linear-gradient(90deg, rgba(221, 161, 62, 0.95) 0%, transparent 100%);
}

.nyt-trust__divider i {
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 2px;
    background: linear-gradient(135deg, #f7cb69 0%, #dc9430 100%);
    transform: rotate(45deg);
    box-shadow: 0 8px 18px rgba(220, 148, 48, 0.24);
}

.nyt-trust__title p {
    margin: 0;
    color: #5a6880;
    font-size: 20px;
    line-height: 1.7;
    font-weight: 700;
}

.nyt-trust__logos > img {
    display: none;
}

.nyt-trust__showcase {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 34px;
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    padding: 42px 58px;
    border: 1px solid rgba(15, 38, 78, 0.10);
    border-bottom: 3px solid rgba(220, 148, 48, 0.54);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 26px 80px rgba(21, 52, 98, 0.13);
}

.nyt-trust__logo-card {
    min-height: 174px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 20px 22px;
    border: 1px solid rgba(15, 38, 78, 0.10);
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(250,253,255,0.94) 100%);
    box-shadow: 0 16px 34px rgba(15, 38, 78, 0.08);
}

.nyt-trust__logo-card img {
    width: min(100%, 214px);
    height: 78px;
    object-fit: contain;
}

.nyt-trust__logo-card span {
    margin-top: 20px;
    color: #7a879b;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
}

@media (max-width: 1440px) {
    .nyt-trust {
        padding: 58px 0 64px;
    }

    .nyt-trust__showcase {
        gap: 22px;
        padding: 34px 38px;
    }

    .nyt-trust__logo-card {
        min-height: 156px;
    }
}

@media (max-width: 1180px) {
    .nyt-trust__showcase {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .nyt-trust {
        padding: 44px 0 48px;
    }

    .nyt-trust__title h2 {
        font-size: 32px;
    }

    .nyt-trust__title p {
        font-size: 16px;
    }

    .nyt-trust__divider::before,
    .nyt-trust__divider::after {
        width: 72px;
    }

    .nyt-trust__showcase {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 20px;
        border-radius: 16px;
    }

    .nyt-trust__logo-card {
        min-height: 138px;
    }
}

.nyt-capabilities {
    padding: 28px 0 52px;
}

.nyt-capabilities__featured {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 18px;
}

.nyt-capability-feature {
    position: relative;
    overflow: hidden;
    min-height: 270px;
    padding: 30px 28px;
    border-radius: 24px;
    background:
        radial-gradient(circle at right top, rgba(76, 163, 255, 0.22), transparent 30%),
        linear-gradient(135deg, #0b2550 0%, #10346f 54%, #0c5cd4 100%);
    box-shadow: 0 22px 46px rgba(7, 18, 36, 0.16);
    color: #fff;
}

.nyt-capability-feature::after {
    content: "";
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(47, 216, 255, 0.16) 0%, rgba(47, 216, 255, 0.03) 60%, transparent 78%);
}

.nyt-capability-feature__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #b8dfff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.nyt-capability-feature h3 {
    margin: 18px 0 10px;
    font-size: 34px;
    line-height: 1.16;
    letter-spacing: -0.04em;
}

.nyt-capability-feature p {
    margin: 0;
    max-width: 32em;
    color: rgba(237, 245, 255, 0.80);
}

.nyt-capability-feature__points {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.nyt-capability-feature__points span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.nyt-capability-feature a {
    display: inline-flex;
    align-items: center;
    margin-top: 22px;
    color: #fff;
    font-weight: 700;
}

.nyt-ai {
    padding: 58px 0;
    background:
        radial-gradient(circle at 14% 20%, rgba(46, 122, 255, 0.08), transparent 24%),
        linear-gradient(180deg, #071b39 0%, #0a2754 100%);
    color: #fff;
}

.nyt-ai__layout {
    display: grid;
    grid-template-columns: 1.15fr 0.95fr;
    gap: 24px;
    align-items: stretch;
}

.nyt-ai__feature,
.nyt-ai-card {
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 20px 46px rgba(4, 12, 25, 0.20);
    backdrop-filter: blur(12px);
}

.nyt-ai__feature {
    border-radius: 28px;
    padding: 34px 34px 30px;
}

.nyt-ai__feature .nyt-section__kicker {
    color: #8bc7ff;
}

.nyt-ai__feature h2 {
    margin: 12px 0 0;
    font-size: clamp(32px, 3.2vw, 54px);
    line-height: 1.14;
    letter-spacing: -0.04em;
}

.nyt-ai__feature p {
    margin: 16px 0 0;
    color: rgba(237, 245, 255, 0.80);
    max-width: 40em;
}

.nyt-ai__visual {
    margin-top: 22px;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 18px 36px rgba(4, 12, 25, 0.18);
}

.nyt-ai__visual img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center center;
}

.nyt-ai__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
}

.nyt-ai__stat {
    padding: 18px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.nyt-ai__stat strong {
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 1.15;
}

.nyt-ai__stat span {
    display: block;
    margin-top: 8px;
    color: rgba(237, 245, 255, 0.76);
    font-size: 13px;
}

.nyt-ai__actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 24px;
}

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

.nyt-ai-card {
    border-radius: 22px;
    padding: 26px 22px;
    position: relative;
    overflow: hidden;
}

.nyt-ai-card::before {
    content: "";
    position: absolute;
    right: -24px;
    top: -24px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(47, 216, 255, 0.22) 0%, rgba(47, 216, 255, 0.04) 62%, transparent 78%);
}

.nyt-ai-card__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #9ed3ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.nyt-ai-card h3 {
    margin: 16px 0 10px;
    font-size: 24px;
    line-height: 1.24;
    color: #fff;
}

.nyt-ai-card p {
    margin: 0;
    color: rgba(237, 245, 255, 0.78);
}

.nyt-section__head {
    max-width: 860px;
    margin-bottom: 28px;
}

.nyt-section__head--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.nyt-section__kicker {
    color: var(--nyt-blue);
}

.nyt-section__head h2 {
    margin: 10px 0 0;
    font-size: clamp(32px, 3.4vw, 54px);
    line-height: 1.14;
    letter-spacing: -0.04em;
}

.nyt-section__head p {
    margin: 12px 0 0;
    color: var(--nyt-muted);
}

.nyt-capabilities__grid,
.nyt-industries__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.nyt-capability-card,
.nyt-industry-card,
.nyt-process-card,
.nyt-panel,
.nyt-advantage-card {
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--nyt-line);
    box-shadow: var(--nyt-shadow-md);
}

.nyt-capability-card {
    padding: 22px 18px;
    min-height: 218px;
    position: relative;
    overflow: hidden;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.nyt-capability-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, var(--nyt-blue) 0%, var(--nyt-cyan) 100%);
    opacity: 0;
    transition: opacity .22s ease;
}

.nyt-capability-card__glow {
    position: absolute;
    right: -14px;
    top: -18px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(76, 163, 255, 0.20) 0%, rgba(76, 163, 255, 0.04) 58%, transparent 76%);
    pointer-events: none;
}

.nyt-capability-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(7, 18, 36, 0.12);
    border-color: rgba(45, 124, 255, 0.18);
}

.nyt-capability-card:hover::before {
    opacity: 1;
}

.nyt-capability-card__icon,
.nyt-advantage-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background:
        radial-gradient(circle at 32% 22%, rgba(255,255,255,0.82), transparent 30%),
        linear-gradient(135deg, rgba(45,124,255,0.14) 0%, rgba(47,216,255,0.20) 100%);
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.78), 0 10px 24px rgba(20, 94, 204, 0.12);
}

.nyt-capability-card__icon span {
    width: 30px;
    height: 30px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--nyt-blue) 0%, var(--nyt-cyan) 100%);
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.04em;
    box-shadow: 0 10px 20px rgba(36, 126, 255, 0.22);
}

.nyt-advantage-card__icon::after {
    content: "";
    position: absolute;
    inset: 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--nyt-blue) 0%, var(--nyt-cyan) 100%);
}

.nyt-capability-card__label {
    display: inline-block;
    margin-top: 16px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(45, 124, 255, 0.08);
    color: var(--nyt-blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.nyt-capability-card h3,
.nyt-industry-card h3,
.nyt-process-card h3,
.nyt-panel h3,
.nyt-advantage-card h3,
.nyt-advantages__feature h3,
.nyt-advantages__cta h3 {
    margin: 16px 0 10px;
    font-size: 22px;
    line-height: 1.2;
}

.nyt-capability-card p,
.nyt-industry-card p,
.nyt-process-card p,
.nyt-panel__points li,
.nyt-advantage-card p,
.nyt-advantages__feature p,
.nyt-advantages__cta p {
    margin: 0;
    color: var(--nyt-muted);
}

.nyt-capability-card a,
.nyt-service-card a,
.nyt-inline-link {
    display: inline-block;
    margin-top: 12px;
    color: var(--nyt-blue);
    font-weight: 700;
}

.nyt-capability-card:nth-child(2n) .nyt-capability-card__icon span {
    background: linear-gradient(135deg, #2d7cff 0%, #59d0ff 100%);
}

.nyt-capability-card:nth-child(3n) .nyt-capability-card__icon span {
    background: linear-gradient(135deg, #2c63ff 0%, #7ea3ff 100%);
}

.nyt-capability-card:nth-child(5n) .nyt-capability-card__icon span {
    background: linear-gradient(135deg, #2974d8 0%, #23c9ff 100%);
}

.nyt-advantages {
    background: linear-gradient(180deg, #f7faff 0%, #eef4fb 100%);
    padding: 54px 0;
}

.nyt-advantages__layout {
    display: grid;
    grid-template-columns: 420px 1fr 320px;
    gap: 18px;
    align-items: stretch;
}

.nyt-advantages__feature,
.nyt-advantages__cta {
    border-radius: 22px;
    box-shadow: var(--nyt-shadow-md);
}

.nyt-advantages__feature {
    padding: 30px;
    background: linear-gradient(135deg, var(--nyt-blue-2) 0%, var(--nyt-blue-deep, #0b47a6) 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nyt-advantages__feature h3,
.nyt-advantages__cta h3 {
    color: #fff;
}

.nyt-advantages__feature p,
.nyt-advantages__cta p {
    color: rgba(237, 245, 255, 0.82);
}

.nyt-advantages__device {
    margin-top: 22px;
    height: 180px;
    border-radius: 20px;
    background:
        radial-gradient(circle at center, rgba(255,255,255,0.18), transparent 44%),
        linear-gradient(180deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.04) 100%);
    position: relative;
}

.nyt-advantages__device::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 96px;
    height: 96px;
    transform: translate(-50%, -50%);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0.08) 100%);
}

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

.nyt-advantage-card {
    padding: 22px;
}

.nyt-advantages__cta {
    padding: 28px 24px;
    background: linear-gradient(180deg, var(--nyt-blue) 0%, var(--nyt-navy-3) 100%);
    color: #fff;
}

.nyt-industries {
    padding: 54px 0;
}

.nyt-industry-card {
    overflow: hidden;
    position: relative;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.nyt-industry-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(7, 18, 36, 0.14);
    border-color: rgba(45, 124, 255, 0.18);
}

.nyt-industry-card__thumb {
    height: 176px;
    background:
        linear-gradient(180deg, rgba(7, 26, 56, 0.08), rgba(7, 26, 56, 0.55)),
        linear-gradient(135deg, #19458f 0%, #3e8cff 100%);
    background-size: cover;
    background-position: center center;
}

.nyt-industry-card:nth-child(2) .nyt-industry-card__thumb { background-position: center top; }
.nyt-industry-card:nth-child(5) .nyt-industry-card__thumb,
.nyt-industry-card:nth-child(6) .nyt-industry-card__thumb { background-position: center 40%; }

.nyt-industry-card__badge {
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
    padding: 0 13px 0 9px;
    border-radius: 999px;
    background: rgba(6, 18, 42, 0.36);
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 24px rgba(5, 18, 42, 0.16);
}

.nyt-industry-card__badge i {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-style: normal;
    font-weight: 900;
}

.nyt-industry-card h3,
.nyt-industry-card p {
    padding-left: 18px;
    padding-right: 18px;
}

.nyt-industry-card h3 { margin-top: 18px; }
.nyt-industry-card p { padding-bottom: 18px; }

.nyt-industries__more {
    margin-top: 22px;
    text-align: center;
}

.nyt-process {
    padding: 52px 0;
    background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

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

.nyt-process-card {
    display: grid;
    grid-template-columns: 86px 1fr;
    gap: 16px;
    padding: 22px;
    position: relative;
}

.nyt-process-card strong {
    color: var(--nyt-blue);
    font-size: 58px;
    line-height: 1;
    font-weight: 300;
}

.nyt-process-card p {
    margin-top: 6px;
}

.nyt-process-card__arrow {
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(45, 124, 255, 0.42);
    font-size: 42px;
    font-weight: 300;
}

.nyt-process__grid .nyt-process-card:last-child .nyt-process-card__arrow {
    display: none;
}

.nyt-bottom-panels {
    padding: 40px 0 56px;
    background: #fff;
}

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

.nyt-panel {
    padding: 22px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.nyt-panel:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(7, 18, 36, 0.10);
}

.nyt-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.nyt-panel__head a {
    color: var(--nyt-blue);
    font-weight: 700;
}

.nyt-panel__list {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}

.nyt-panel__list li + li {
    border-top: 1px solid var(--nyt-line);
}

.nyt-panel__list a {
    display: block;
    padding: 14px 0;
}

.nyt-panel--value {
    background: linear-gradient(180deg, #0c2a58 0%, #102d61 100%);
    color: #fff;
}

.nyt-panel--value .nyt-panel__points {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
}

.nyt-panel--value .nyt-panel__points li {
    position: relative;
    padding-left: 18px;
    color: rgba(237, 245, 255, 0.82);
    margin-bottom: 12px;
}

.nyt-panel--value .nyt-panel__points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--nyt-gold) 0%, var(--nyt-gold-2) 100%);
}

.nyt-panel__list a:hover {
    color: var(--nyt-blue);
}

.nyt-footer {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    background-color: #071a3d;
    background-image:
        linear-gradient(180deg, rgba(5, 19, 47, 0.18) 0%, rgba(5, 19, 47, 0.10) 45%, rgba(5, 19, 47, 0.06) 100%),
        url('../images/footer-platform-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    color: rgba(238, 245, 255, 0.92);
    padding: 52px 0 20px;
}

.nyt-footer::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 160px;
    background:
        linear-gradient(180deg, rgba(5, 18, 44, 0) 0%, rgba(5, 18, 44, 0.20) 58%, rgba(5, 18, 44, 0.34) 100%);
    pointer-events: none;
}

.nyt-footer::after {
    display: none;
}

.nyt-footer__brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 500px;
    justify-content: flex-start;
    padding: 2px 34px 0 0;
    border-right: 1px solid rgba(255,255,255,0.14);
}

.nyt-footer__brand img {
    width: 320px;
    height: auto;
    filter: drop-shadow(0 10px 24px rgba(4, 12, 25, 0.18));
}

.nyt-footer__brand strong {
    display: block;
    font-size: 0;
}

.nyt-footer__brand span {
    display: block;
    margin-top: 18px;
    color: rgba(238, 245, 255, 0.84);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.04em;
    position: relative;
    padding-bottom: 16px;
}

.nyt-footer__brand span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--nyt-gold) 0%, var(--nyt-gold-2) 100%);
}

.nyt-footer__brand p {
    color: rgba(238, 245, 255, 0.82);
    max-width: 430px;
    margin: 20px 0 0;
    font-size: 17px;
    line-height: 1.9;
}

.nyt-footer__phone {
    margin-top: 30px !important;
    color: #fff !important;
    width: 100%;
    font-size: 69px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-shadow: 0 12px 28px rgba(16, 122, 255, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.nyt-footer__phone::before {
    content: "☎";
    width: 66px;
    height: 66px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 31px;
    color: var(--nyt-gold);
    border: 2px solid rgba(246, 198, 91, 0.88);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06), 0 12px 28px rgba(9, 24, 53, 0.18);
}

.nyt-footer__inner {
    position: relative;
    z-index: 1;
    width: min(100%, 1920px);
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 56px 18px;
    display: grid;
    grid-template-columns: minmax(420px, 540px) minmax(0, 1fr);
    align-items: flex-start;
    gap: 28px;
}

.nyt-footer__links {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(170px, 1fr)) minmax(250px, 290px);
    flex: 1;
    align-items: start;
    gap: 0 22px;
    padding-top: 2px;
}

.nyt-footer__links > div {
    min-width: 180px;
}

.nyt-footer__links > div:not(.nyt-footer__qr) {
    padding: 8px 0 0 22px;
    border-left: 1px solid rgba(255,255,255,0.14);
}

.nyt-footer__qr {
    justify-self: end;
    text-align: center;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nyt-footer__qr img {
    width: 220px;
    height: 220px;
    padding: 12px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 20px 46px rgba(4, 12, 25, 0.24);
}

.nyt-footer__qr span {
    display: block;
    max-width: 250px;
    margin-top: 18px;
    color: rgba(238, 245, 255, 0.76);
    font-size: 16px;
    line-height: 1.55;
}

.nyt-footer__links h3 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
    position: relative;
    padding-bottom: 12px;
}

.nyt-footer__links h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--nyt-gold) 0%, var(--nyt-gold-2) 100%);
}

.nyt-footer__links a {
    display: block;
    margin: 14px 0;
    color: rgba(238, 245, 255, 0.84);
    font-size: 16px;
    line-height: 1.35;
    transition: color .2s ease, transform .2s ease;
}

.nyt-footer__links a:hover {
    color: #fff;
    transform: translateX(3px);
}

.nyt-footer__bottom {
    position: relative;
    z-index: 1;
    width: min(100%, 1920px);
    max-width: 1920px;
    margin: 0 auto;
    padding: 18px 56px 0;
    border-top: 1px solid rgba(255,255,255,0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: rgba(238,245,255,0.84);
    font-size: 16px;
}

.nyt-footer__sep {
    color: rgba(255,255,255,0.24);
}

.nyt-footer__bottom span:last-child::before {
    content: "◌";
    display: inline-block;
    margin-right: 10px;
    color: rgba(124, 193, 255, 0.78);
    font-size: 14px;
    transform: translateY(-1px);
}

@media (max-width: 1440px) {
    .nyt-topbar > .nyt-shell,
    .nyt-header > .nyt-shell,
    .nyt-hero > .nyt-shell,
    .nyt-trust > .nyt-shell {
        padding-inline: 36px;
    }

    .nyt-header__inner {
        gap: 20px;
    }

    .nyt-nav {
        gap: 28px;
    }

    .nyt-nav a {
        font-size: 17px;
    }

    .nyt-hero__inner {
        padding: 72px 36px 0;
        grid-template-columns: 0.48fr 0.52fr;
        min-height: 600px;
    }

    .nyt-hero__title-line {
        font-size: clamp(48px, 4.2vw, 70px);
    }

    .nyt-hero__tagline {
        font-size: clamp(24px, 1.8vw, 32px);
    }

    .nyt-hero__lead {
        font-size: 17px;
    }

    .nyt-stats {
        padding: 0 36px 32px;
    }

    .nyt-footer__inner,
    .nyt-footer__bottom {
        padding-inline: 36px;
    }

    .nyt-footer__inner {
        grid-template-columns: minmax(320px, 400px) minmax(0, 1fr);
        gap: 24px;
    }

    .nyt-footer__brand img {
        width: 270px;
    }

    .nyt-footer__brand {
        min-height: 0;
        padding-right: 28px;
    }

    .nyt-footer__phone {
        font-size: 48px;
    }

    .nyt-footer__links {
        grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(200px, 240px);
        gap: 0 16px;
    }

    .nyt-footer__links > div,
    .nyt-footer__qr {
        min-height: 0;
    }

    .nyt-footer__links h3 {
        font-size: 18px;
    }

    .nyt-footer__links a,
    .nyt-footer__qr span,
    .nyt-footer__bottom {
        font-size: 16px;
    }

    .nyt-footer__qr img {
        width: 188px;
        height: 188px;
    }
}

@media (max-width: 1180px) {
    .nyt-topbar > .nyt-shell,
    .nyt-header > .nyt-shell,
    .nyt-hero > .nyt-shell,
    .nyt-trust > .nyt-shell {
        padding-inline: 24px;
    }

    .nyt-header__inner,
    .nyt-hero__inner,
    .nyt-advantages__layout,
    .nyt-footer__inner {
        grid-template-columns: 1fr;
    }

    .nyt-ai__layout {
        grid-template-columns: 1fr;
    }

    .nyt-capabilities__featured,
    .nyt-stats,
    .nyt-ai__stats,
    .nyt-capabilities__grid,
    .nyt-industries__grid,
    .nyt-process__grid,
    .nyt-bottom-panels__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nyt-process-card__arrow {
        display: none;
    }

    .nyt-header__inner {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 16px;
        padding: 16px 0;
    }

    .nyt-header__slogan {
        margin-right: 0;
    }

    .nyt-nav {
        justify-content: flex-start;
        gap: 22px;
    }

    .nyt-hero {
        min-height: 0;
        background-position: 62% center;
    }

    .nyt-hero__inner {
        padding: 56px 24px 0;
        min-height: 580px;
    }

    .nyt-hero__copy {
        max-width: 620px;
        padding-bottom: 76px;
    }

    .nyt-hero__lead {
        font-size: 16px;
        line-height: 1.8;
    }

    .nyt-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 0 24px 28px;
    }

    .nyt-stat {
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,.12);
        padding-left: 24px;
    }

    .nyt-footer {
        padding-top: 44px;
    }

    .nyt-footer__inner {
        padding: 0 24px 24px;
        gap: 24px;
        grid-template-columns: 1fr;
    }

    .nyt-footer__brand {
        max-width: none;
        width: 100%;
        min-height: 0;
        padding-right: 0;
        padding-bottom: 24px;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,0.14);
    }

    .nyt-footer__phone {
        font-size: 66px;
        justify-content: center;
    }

    .nyt-footer__phone::before {
        width: 72px;
        height: 72px;
        font-size: 36px;
    }

    .nyt-footer__links {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 22px;
        padding-top: 0;
    }

    .nyt-footer__links > div {
        min-width: 0;
    }

    .nyt-footer__links > div:not(.nyt-footer__qr) {
        width: auto;
        padding: 0;
        border-left: 0;
    }

    .nyt-footer__links h3::after {
        width: 42px;
    }

    .nyt-footer__qr {
        margin-top: 6px;
        justify-self: start;
        text-align: left;
        align-items: flex-start;
        min-height: 0;
    }

    .nyt-footer__qr img {
        width: 164px;
        height: 164px;
    }

    .nyt-footer__bottom {
        padding: 22px 24px 0;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 14px;
        font-size: 15px;
    }
}

@media (max-width: 760px) {
    .nyt-shell { width: min(100% - 24px, 1320px); }

    .nyt-topbar > .nyt-shell,
    .nyt-header > .nyt-shell,
    .nyt-hero > .nyt-shell,
    .nyt-trust > .nyt-shell {
        padding-inline: 16px;
    }

    .nyt-topbar .nyt-shell,
    .nyt-topbar__meta,
    .nyt-topbar__service,
    .nyt-header__right,
    .nyt-hero__actions,
    .nyt-hero__points {
        flex-direction: column;
        align-items: flex-start;
    }

    .nyt-header__slogan {
        border-left: 0;
        padding-left: 0;
    }

    .nyt-header__cta,
    .nyt-button,
    .nyt-search__bar button {
        width: 100%;
    }

    .nyt-header__inner {
        min-height: 0;
    }

    .nyt-brand img {
        height: 46px;
    }

    .nyt-nav a {
        font-size: 16px;
    }

    .nyt-search__links {
        align-items: flex-start;
    }

    .nyt-hero__trust {
        align-items: flex-start;
    }

    .nyt-hero__title {
        gap: 8px;
    }

    .nyt-hero__title-line {
        font-size: 54px;
        white-space: normal;
        letter-spacing: -1px;
    }

    .nyt-hero__tagline {
        font-size: 22px;
        line-height: 1.24;
    }

    .nyt-hero {
        width: 100%;
        margin-left: 0;
        min-height: 0;
        background-position: 66% center;
    }

    .nyt-hero__inner {
        display: block;
        min-height: 0;
        padding: 42px 16px 0;
    }

    .nyt-hero__copy {
        max-width: none;
        padding-bottom: 44px;
    }

    .nyt-hero__lead {
        font-size: 15px;
        line-height: 1.8;
    }

    .nyt-hero__tag--a,
    .nyt-hero__tag--b,
    .nyt-hero__tag--c,
    .nyt-hero__tag--d,
    .nyt-hero__tag--e,
    .nyt-hero__tag--f,
    .nyt-hero__tag--g,
    .nyt-hero__tag--h {
        display: none;
    }

    .nyt-stats,
    .nyt-ai__stats,
    .nyt-ai__grid,
    .nyt-capabilities__featured,
    .nyt-capabilities__grid,
    .nyt-industries__grid,
    .nyt-process__grid,
    .nyt-bottom-panels__grid,
    .nyt-advantages__grid {
        grid-template-columns: 1fr;
    }

    .nyt-hero__cities {
        position: static;
        width: auto;
        margin: 18px 0 0;
    }

    .nyt-footer {
        padding-top: 36px;
        padding-bottom: 18px;
    }

    .nyt-footer::before {
        height: 160px;
    }

    .nyt-footer::after {
        bottom: 26px;
        height: 110px;
    }

    .nyt-footer__brand {
        flex-direction: column;
        gap: 14px;
        align-items: flex-start;
        padding: 0 0 20px;
    }

    .nyt-footer__brand img {
        width: 220px;
    }

    .nyt-footer__brand span {
        font-size: 17px;
        padding-bottom: 16px;
    }

    .nyt-footer__brand p {
        font-size: 15px;
        line-height: 1.8;
    }

    .nyt-footer__phone {
        margin-top: 24px !important;
        font-size: 36px;
        gap: 12px;
        justify-content: center;
    }

    .nyt-footer__phone::before {
        width: 66px;
        height: 66px;
        font-size: 33px;
    }

    .nyt-footer__links {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .nyt-footer__links h3 {
        font-size: 18px;
        margin-bottom: 14px;
        padding-bottom: 12px;
    }

    .nyt-footer__links a {
        margin: 14px 0;
        font-size: 16px;
    }

    .nyt-footer__qr img {
        width: 148px;
        height: 148px;
        border-radius: 18px;
    }

    .nyt-footer__qr span {
        font-size: 15px;
    }

    .nyt-footer__bottom {
        padding-top: 18px;
        font-size: 14px;
        gap: 10px;
    }

    .nyt-footer__bottom span:last-child::before {
        margin-right: 8px;
        font-size: 12px;
    }

    .nyt-capability-feature {
        min-height: 0;
        padding: 24px 20px;
    }

    .nyt-capability-feature h3 {
        font-size: 42px;
    }
}

@media (max-width: 900px) and (orientation: landscape) {
    .nyt-footer {
        padding-top: 28px;
        padding-bottom: 14px;
    }

    .nyt-footer::before,
    .nyt-footer::after {
        opacity: 0.55;
    }

    .nyt-footer__inner {
        padding: 0 18px 18px;
        gap: 18px;
    }

    .nyt-footer__brand {
        flex-direction: row;
        align-items: flex-start;
        gap: 12px;
        padding: 0 0 16px;
    }

    .nyt-footer__brand img {
        width: 176px;
    }

    .nyt-footer__brand span {
        font-size: 15px;
        margin-top: 8px;
    }

    .nyt-footer__brand p {
        font-size: 14px;
        line-height: 1.7;
        margin-top: 12px;
    }

    .nyt-footer__phone {
        margin-top: 18px !important;
        font-size: 28px;
        gap: 10px;
        justify-content: center;
    }

    .nyt-footer__phone::before {
        width: 57px;
        height: 57px;
        font-size: 27px;
    }

    .nyt-footer__links {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 18px;
        width: 100%;
    }

    .nyt-footer__links > div {
        width: 100%;
    }

    .nyt-footer__links h3 {
        font-size: 16px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .nyt-footer__links a {
        margin: 10px 0;
        font-size: 14px;
    }

    .nyt-footer__qr {
        justify-self: start;
        text-align: left;
    }

    .nyt-footer__qr img {
        width: 116px;
        height: 116px;
        padding: 8px;
    }

    .nyt-footer__qr span {
        margin-top: 10px;
        font-size: 13px;
        line-height: 1.45;
    }

    .nyt-footer__qr {
        justify-self: stretch;
        align-items: flex-start;
    }

    .nyt-footer__bottom {
        padding: 16px 18px 0;
        font-size: 13px;
        gap: 8px;
    }
}

.nyt-side-tools {
    position: fixed;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 80;
    width: 68px;
    border: 1px solid rgba(213, 222, 235, 0.88);
    background: rgba(255, 255, 255, 0.96);
    border-radius: 18px;
    box-shadow: 0 18px 46px rgba(8, 29, 67, 0.18);
    backdrop-filter: blur(14px);
}

.nyt-side-tools__item {
    position: relative;
    width: 66px;
    min-height: 78px;
    padding: 10px 6px 9px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 0;
    border-bottom: 1px solid rgba(214, 221, 231, 0.92);
    background: transparent;
    color: #5d6878;
    font-family: "Alibaba PuHuiTi", "Microsoft YaHei", "PingFang SC", sans-serif;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background .22s ease, color .22s ease, transform .22s ease;
}

.nyt-side-tools__item:first-child {
    border-radius: 17px 17px 0 0;
}

.nyt-side-tools__item:last-child {
    border-bottom: 0;
    border-radius: 0 0 17px 17px;
}

.nyt-side-tools__item--gap {
    margin-top: 0;
}

.nyt-side-tools__icon {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #66717f;
    font-size: 21px;
    line-height: 1;
    font-weight: 900;
}

.nyt-side-tools__text {
    display: block;
    color: inherit;
    font-size: 15px;
    line-height: 1.28;
    font-weight: 700;
    letter-spacing: .02em;
}

.nyt-side-tools__item--primary {
    background: linear-gradient(180deg, #1689ff 0%, #0860df 100%);
    color: #fff;
    border-color: rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
}

.nyt-side-tools__item--primary .nyt-side-tools__icon {
    color: #fff;
}

.nyt-side-tools__item:hover {
    background: linear-gradient(180deg, #1677ff 0%, #075bd8 100%);
    color: #fff;
    transform: translateX(-4px);
    box-shadow: 0 12px 30px rgba(12, 92, 214, 0.24);
}

.nyt-side-tools__item:hover .nyt-side-tools__icon {
    color: #fff;
}

.nyt-side-tools__panel,
.nyt-side-tools__qr {
    position: absolute;
    right: 76px;
    top: 50%;
    transform: translate(10px, -50%);
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    transition: opacity .22s ease, transform .22s ease;
}

.nyt-side-tools__panel {
    min-width: 150px;
    padding: 13px 18px;
    border-radius: 14px;
    background: linear-gradient(135deg, #092a66 0%, #0968ea 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    box-shadow: 0 18px 42px rgba(4, 28, 78, 0.24);
}

.nyt-side-tools__qr {
    width: 170px;
    padding: 14px 14px 12px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(4, 28, 78, 0.22);
}

.nyt-side-tools__qr img {
    display: block;
    width: 142px;
    height: 142px;
    object-fit: cover;
    margin: 0 auto 9px;
}

.nyt-side-tools__qr b {
    display: block;
    color: #10213f;
    font-size: 14px;
    line-height: 1.3;
}

.nyt-side-tools__item:hover .nyt-side-tools__panel,
.nyt-side-tools__item:hover .nyt-side-tools__qr {
    opacity: 1;
    transform: translate(0, -50%);
    pointer-events: auto;
}

.nyt-side-tools__button {
    appearance: none;
}

@media (max-width: 1180px) {
    .nyt-side-tools {
        right: 10px;
        width: 58px;
    }

    .nyt-side-tools__item {
        width: 56px;
        min-height: 74px;
    }

    .nyt-side-tools__text {
        font-size: 13px;
    }
}

@media (max-width: 760px) {
    .nyt-side-tools {
        display: none;
    }
}

/* Footer hotline card override */
.nyt-footer__phone {
    position: relative;
    margin-top: 28px !important;
    width: min(100%, 500px);
    min-height: 116px;
    padding: 22px 32px 22px 132px;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 8px;
    color: #fff !important;
    border: 1.5px solid rgba(240, 196, 96, 0.86);
    border-radius: 22px;
    background:
        radial-gradient(circle at 56% 0%, rgba(255, 212, 112, 0.24), transparent 15%),
        radial-gradient(circle at 94% 96%, rgba(87, 214, 255, 0.14), transparent 24%),
        radial-gradient(circle at 84% 100%, rgba(69, 202, 255, 0.12), transparent 32%),
        radial-gradient(circle at 18% 18%, rgba(255, 213, 117, 0.08), transparent 28%),
        linear-gradient(180deg, rgba(9, 30, 76, 0.82) 0%, rgba(6, 21, 58, 0.74) 100%);
    box-shadow:
        0 0 0 1px rgba(255,255,255,0.04) inset,
        0 16px 34px rgba(4, 12, 25, 0.18),
        0 0 18px rgba(51, 188, 255, 0.10),
        0 0 14px rgba(240, 196, 96, 0.08);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    text-shadow: none;
    line-height: 1;
    overflow: hidden;
}

.nyt-footer__phone::before {
    content: "\260E";
    position: absolute;
    left: 26px;
    top: 50%;
    width: 66px !important;
    height: 66px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 32px !important;
    color: #f1c45e;
    border: 2px solid rgba(241, 196, 94, 0.92);
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 48%, rgba(255,255,255,0.12), transparent 56%),
        linear-gradient(180deg, rgba(17, 48, 111, 0.96) 0%, rgba(8, 24, 63, 0.92) 100%);
    box-shadow:
        0 0 0 3px rgba(34, 132, 255, 0.14),
        0 0 16px rgba(88, 205, 255, 0.34),
        0 0 10px rgba(240, 196, 96, 0.20),
        inset 0 0 16px rgba(255, 212, 112, 0.12);
    transform: translateY(-50%);
}

.nyt-footer__phone::after {
    content: "";
    position: absolute;
    left: 108px;
    top: 50%;
    width: 1px;
    height: 60px;
    background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.34) 20%, rgba(255,255,255,0.34) 80%, rgba(255,255,255,0.08) 100%);
    transform: translateY(-50%);
}

.nyt-footer__phone-label {
    display: block;
    width: 100%;
    color: var(--nyt-gold);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
}

.nyt-footer__phone-number {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 34px !important;
    line-height: 1.1;
    font-weight: 900 !important;
    letter-spacing: 0;
    text-align: left;
    font-family: "Alibaba PuHuiTi", "Microsoft YaHei", "PingFang SC", sans-serif;
    text-shadow: 0 8px 18px rgba(4, 12, 25, 0.28);
}

@media (max-width: 1180px) {
    .nyt-footer__phone {
        width: min(100%, 480px);
        min-height: 112px;
        padding-left: 126px;
    }

    .nyt-footer__phone::before {
        left: 24px;
        width: 62px !important;
        height: 62px !important;
        font-size: 30px !important;
    }

    .nyt-footer__phone::after {
        left: 100px;
        height: 56px;
    }
}

@media (max-width: 900px) {
    .nyt-footer__phone {
        width: min(100%, 420px);
        min-height: 102px;
        padding: 18px 22px 18px 108px;
        gap: 6px;
    }

    .nyt-footer__phone::before {
        left: 20px;
        width: 56px !important;
        height: 56px !important;
        font-size: 27px !important;
    }

    .nyt-footer__phone::after {
        left: 90px;
        height: 50px;
    }

    .nyt-footer__phone-label {
        font-size: 16px;
    }

    .nyt-footer__phone-number {
        font-size: 29px !important;
    }
}

@media (max-width: 760px) {
    .nyt-footer__phone {
        width: 100%;
        min-height: 92px;
        padding: 16px 18px 16px 92px;
        gap: 5px;
    }

    .nyt-footer__phone::before {
        left: 18px;
        width: 48px !important;
        height: 48px !important;
        font-size: 22px !important;
    }

    .nyt-footer__phone::after {
        left: 78px;
        height: 44px;
    }

    .nyt-footer__phone-label {
        font-size: 14px;
    }

    .nyt-footer__phone-number {
        font-size: 25px !important;
    }
}
