/* ???? PC ?? ? ????? */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --neon-cyan: #38bdf8;
    --neon-blue: #6366f1;
    --neon-purple: #8b5cf6;
    --neon-pink: #f472b6;
    --neon-green: #34d399;
    --warm: #fbbf24;
    --warm-deep: #f59e0b;
    --bg: #12121f;
    --bg-deep: #0f0f18;
    --bg-card: rgba(24, 24, 40, 0.92);
    --bg-glass: rgba(28, 28, 48, 0.88);
    --text: #fafafa;
    --text-soft: #c4c4d4;
    --muted: #9494a8;
    --line: rgba(139, 92, 246, 0.16);
    --max: 1120px;
    --pad: clamp(20px, 4vw, 40px);
    --nav: 76px;
    --r: 16px;
    --r-lg: 20px;
    --shadow-soft: 0 12px 40px rgba(0, 0, 0, 0.35);
    --shadow-neon: 0 8px 32px rgba(99, 102, 241, 0.15);
    --grad-brand: linear-gradient(135deg, #fcd34d, #f472b6, #818cf8);
    --grad-cta: linear-gradient(135deg, #6366f1, #8b5cf6, #ec4899);
    --grad-ring: linear-gradient(135deg, #6366f1, #f472b6);
    --shadow-card: 0 16px 48px rgba(99, 102, 241, 0.18);
    --neon-cyan-deep: #38bdf8;
    --mint: var(--neon-green);
    --mint-deep: var(--neon-green);
    --pink: var(--neon-pink);
    --pink-deep: var(--neon-pink);
    --sky: var(--neon-cyan);
    --sky-deep: var(--neon-cyan);
    --lavender: var(--neon-purple);
    --lavender-deep: var(--neon-purple);
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }

body {
    font-family: "PingFang SC", "Microsoft YaHei", "Outfit", system-ui, sans-serif;
    background: var(--bg-deep);
    color: var(--text);
    line-height: 1.6;
    overflow-x: hidden;
    max-width: 100%;
    -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }

/* ???????? */
.pc-tech-bg {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 90% 70% at 50% -8%, rgba(139, 92, 246, 0.38) 0%, transparent 58%),
        radial-gradient(circle at 8% 88%, rgba(244, 114, 182, 0.22) 0%, transparent 44%),
        radial-gradient(circle at 92% 78%, rgba(251, 191, 36, 0.16) 0%, transparent 40%),
        radial-gradient(circle at 50% 55%, rgba(56, 189, 248, 0.08) 0%, transparent 45%),
        linear-gradient(180deg, #171728 0%, #0f0f18 48%, #12121f 100%);
}

.pc-aurora {
    position: absolute;
    inset: -20%;
    background:
        radial-gradient(ellipse 50% 40% at 28% 28%, rgba(99, 102, 241, 0.28), transparent 60%),
        radial-gradient(ellipse 45% 35% at 72% 58%, rgba(34, 211, 238, 0.18), transparent 55%),
        radial-gradient(ellipse 40% 30% at 50% 80%, rgba(244, 114, 182, 0.14), transparent 50%);
    filter: blur(48px);
    animation: pcAuroraDrift 10s ease-in-out infinite alternate;
    opacity: 0.95;
}

@keyframes pcAuroraDrift {
    0% { transform: translate(-5%, -4%) scale(1) rotate(0deg); }
    100% { transform: translate(6%, 5%) scale(1.12) rotate(3deg); }
}

.pc-tech-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(72px);
    animation: pcGlowFloat 12s ease-in-out infinite;
    transition: transform 0.15s ease-out;
}

.pc-tech-glow--1 {
    width: 680px; height: 680px;
    top: -16%; left: -12%;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.55), transparent 70%);
}

.pc-tech-glow--2 {
    width: 600px; height: 600px;
    bottom: -12%; right: -10%;
    background: radial-gradient(circle, rgba(244, 114, 182, 0.42), transparent 70%);
    animation-delay: -4s;
}

.pc-tech-glow--3 {
    width: 520px; height: 520px;
    top: 34%; left: 34%;
    background: radial-gradient(circle, rgba(251, 191, 36, 0.28), transparent 70%);
    animation-delay: -8s;
}

.pc-tech-glow--4 {
    width: 420px; height: 420px;
    top: 12%; right: 18%;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.32), transparent 70%);
    animation-delay: -2s;
}

@keyframes pcGlowFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(36px, -28px) scale(1.16); }
}

.pc-tech-sparkles,
.pc-aurora { display: block; }

.pc-tech-sparkles {
    position: fixed;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
    opacity: 0.82;
}

.pc-tech-grid,
.pc-tech-grid--fine,
#pcParticles { display: block; }

.pc-tech-grid {
    position: absolute;
    top: -30%;
    left: -50%;
    width: 200%;
    height: 200%;
    background-image:
        linear-gradient(rgba(56, 189, 248, 0.22) 1px, transparent 1px),
        linear-gradient(90deg, rgba(56, 189, 248, 0.22) 1px, transparent 1px),
        linear-gradient(rgba(99, 102, 241, 0.16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(99, 102, 241, 0.16) 1px, transparent 1px);
    background-size: 52px 52px, 52px 52px, 104px 104px, 104px 104px;
    background-position: 0 0, 0 0, 26px 26px, 26px 26px;
    transform: perspective(900px) rotateX(68deg);
    transform-origin: 50% 50%;
    animation: pcGridDrift 6.5s linear infinite;
    opacity: 0.5;
    mask-image: radial-gradient(ellipse 85% 65% at 50% 60%, #000 15%, transparent 72%);
}

.pc-tech-grid--fine {
    opacity: 0.22;
    animation-duration: 11s;
    animation-direction: reverse;
}

.pc-tech-sparkles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.pc-tech-sparkle {
    position: absolute;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.7), 0 0 12px rgba(56, 189, 248, 0.28);
    pointer-events: none;
    animation: pcSparkleFloat linear infinite;
}

@keyframes pcSparkleFloat {
    0% { transform: translateY(0) translateX(0) scale(0.55); opacity: 0; }
    12% { opacity: 1; }
    80% { opacity: 0.85; }
    100% { transform: translateY(-120vh) translateX(120px) scale(1.35); opacity: 0; }
}

@keyframes pcGridDrift {
    0% { transform: perspective(900px) rotateX(68deg) translate3d(0, 0, 0); }
    100% { transform: perspective(900px) rotateX(68deg) translate3d(-48px, 140px, 0); }
}

#pcParticles {
    position: fixed;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 1;
    -webkit-mask-image: none;
    mask-image: none;
}

.pc-vignette {
    position: fixed;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(ellipse 55% 45% at 50% 42%, rgba(2, 6, 23, 0.28) 0%, transparent 68%),
        radial-gradient(ellipse 85% 78% at 50% 48%, transparent 28%, rgba(2, 6, 23, 0.55) 100%);
}

.pc-scanlines {
    position: fixed;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.035;
    background: repeating-linear-gradient(
        180deg,
        transparent 0,
        transparent 2px,
        rgba(255, 255, 255, 0.04) 2px,
        rgba(255, 255, 255, 0.04) 4px
    );
    mix-blend-mode: soft-light;
}

.pc-cursor-aura {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 2;
    transform: translate(-50%, -50%);
    background:
        radial-gradient(circle, rgba(99, 102, 241, 0.22) 0%, rgba(56, 189, 248, 0.1) 38%, transparent 72%);
    mix-blend-mode: screen;
    opacity: 0;
    transition: opacity 0.35s ease;
    will-change: transform;
}

body.pc-fx-ready .pc-cursor-aura.is-active { opacity: 1; }

.pc-hero__lead {
    position: relative;
}

.pc-hero__aura {
    position: absolute;
    top: 42%;
    left: 50%;
    width: min(480px, 92vw);
    height: min(480px, 92vw);
    transform: translate(calc(-50% + var(--fx-x, 0px)), calc(-50% + var(--fx-y, 0px)));
    pointer-events: none;
    z-index: 0;
    opacity: 0.65;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.pc-hero__aura-ring {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    background:
        conic-gradient(from 0deg, transparent 0deg, rgba(99, 102, 241, 0.45) 60deg, transparent 120deg, rgba(56, 189, 248, 0.4) 200deg, transparent 280deg);
    filter: blur(32px);
    animation: pcAuraSpin 22s linear infinite;
}

.pc-hero__aura-ring::after {
    content: "";
    position: absolute;
    inset: 18%;
    border-radius: 50%;
    border: 1px solid rgba(139, 92, 246, 0.25);
    box-shadow: 0 0 60px rgba(56, 189, 248, 0.15), inset 0 0 40px rgba(99, 102, 241, 0.12);
    animation: pcAuraPulse 5s ease-in-out infinite;
}

@keyframes pcAuraSpin {
    to { transform: rotate(360deg); }
}

@keyframes pcAuraPulse {
    0%, 100% { opacity: 0.55; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.04); }
}

.pc-hero__content {
    position: relative;
    z-index: 1;
}

.pc-hero__title {
    text-shadow:
        0 0 24px rgba(139, 92, 246, 0.35),
        0 0 48px rgba(56, 189, 248, 0.18);
    animation: pcTitleBreath 5s ease-in-out infinite;
}

@keyframes pcTitleBreath {
    0%, 100% { filter: brightness(1) drop-shadow(0 0 0 transparent); }
    50% { filter: brightness(1.12) drop-shadow(0 0 18px rgba(139, 92, 246, 0.35)); }
}

.pc-hero__eyebrow {
    animation: pcEyebrowFloat 4.5s ease-in-out infinite;
}

@keyframes pcEyebrowFloat {
    0%, 100% { transform: translateY(0); box-shadow: 0 0 0 rgba(251, 191, 36, 0); }
    50% { transform: translateY(-3px); box-shadow: 0 0 20px rgba(251, 191, 36, 0.2); }
}

.pc-hero__stats {
    position: relative;
    overflow: hidden;
}

.pc-hero__stats::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, 0.07) 50%, transparent 65%);
    background-size: 220% 100%;
    animation: pcHoloshine 5s ease-in-out infinite;
    pointer-events: none;
    border-radius: inherit;
}

@keyframes pcHoloshine {
    0% { background-position: 120% 0; }
    100% { background-position: -120% 0; }
}

.pc-flagship-card::after,
.pc-review::after,
.pc-card.pc-animate-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(115deg, transparent 38%, rgba(255, 255, 255, 0.1) 50%, transparent 62%);
    background-size: 240% 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.pc-flagship-card:hover::after,
.pc-review:hover::after,
.pc-card.pc-animate-card:hover::after {
    opacity: 1;
    animation: pcHoloshine 2.2s ease-in-out infinite;
}

body.pc-tilt-ready .pc-flagship-card:hover,
body.pc-tilt-ready .pc-review:hover,
body.pc-tilt-ready .pc-card.pc-animate-card:hover {
    transform: none;
}

body.pc-tilt-ready .pc-flagship-card,
body.pc-tilt-ready .pc-review,
body.pc-tilt-ready .pc-card.pc-animate-card,
body.pc-tilt-ready .pc-tilt-target {
    transform-style: preserve-3d;
    will-change: transform;
    transition: transform 0.18s ease-out, box-shadow 0.25s ease, border-color 0.25s ease;
}
body.pc-tilt-ready .pc-tilt-target.is-tilt-active {
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.42), 0 0 40px rgba(139, 92, 246, 0.16);
}
.pc-hero__title,
.pc-hero__tagline {
    transform-style: preserve-3d;
    will-change: transform;
    transition: transform 0.12s ease-out;
}

body.pc-tilt-ready .pc-flagship-card.is-tilt-active,
body.pc-tilt-ready .pc-review.is-tilt-active,
body.pc-tilt-ready .pc-card.pc-animate-card.is-tilt-active {
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.45), 0 0 40px rgba(56, 189, 248, 0.14);
    border-color: rgba(56, 189, 248, 0.42);
}

.pc-btn--fill {
    position: relative;
    overflow: hidden;
}

.pc-btn--fill::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.35), transparent);
    transform: translateX(-130%);
    transition: transform 0.55s ease;
    pointer-events: none;
}

.pc-btn--fill:hover::before {
    transform: translateX(130%);
}

body.pc-fx-ready .pc-tech-glow {
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

body.pc-fx-ready .pc-hero__content {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

#pcBgm { position: absolute; width: 0; height: 0; opacity: 0; pointer-events: none; }

.pc-music-tip {
    position: fixed;
    right: max(18px, env(safe-area-inset-right, 0));
    bottom: calc(88px + env(safe-area-inset-bottom, 0px));
    top: auto;
    z-index: 200;
    padding: 10px 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(42, 32, 18, 0.96), rgba(24, 18, 12, 0.98));
    border: 1px solid rgba(251, 191, 36, 0.4);
    color: #fde68a;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4), 0 0 24px rgba(251, 191, 36, 0.18);
    animation: pcTipIn 0.4s ease;
    pointer-events: none;
}

.pc-music-tip[hidden] { display: none !important; }

.pc-music-tip.is-hide {
    animation: pcTipOut 0.45s ease forwards;
}

@keyframes pcTipOut {
    to { opacity: 0; transform: translateX(12px); }
}

@keyframes pcTipIn {
    from { opacity: 0; transform: translateX(12px); }
    to { opacity: 1; transform: none; }
}

.pc-bgm-toggle {
    position: fixed;
    right: clamp(16px, 3vw, 24px);
    bottom: clamp(16px, 3vw, 24px);
    z-index: 120;
    width: 48px; height: 48px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.9);
    background: var(--grad-ring);
    background-size: 200% 200%;
    box-shadow: var(--shadow-card);
    color: #fff;
    cursor: pointer;
    display: grid;
    place-items: center;
    font-size: 16px;
}

.pc-bgm-toggle.is-muted { opacity: 0.65; filter: grayscale(0.4); }

.pc-wrap {
    width: min(var(--max), 100%);
    margin: 0 auto;
    padding-inline: var(--pad);
    position: relative;
    z-index: 2;
}

main, header, footer { position: relative; z-index: 2; }

/* Nav ? ?????? */
.pc-nav {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    height: var(--nav);
    border-bottom: 1px solid rgba(251, 191, 36, 0.18);
    background: #12121c;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
    transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.pc-nav.is-scrolled {
    background: #12121c;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-color: rgba(251, 191, 36, 0.28);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.55);
}

.pc-nav__inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.pc-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.pc-brand img {
    width: 44px; height: 44px;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(139, 92, 246, 0.35);
    border: none;
    background: transparent;
    transition: filter 0.3s ease, transform 0.3s ease;
}

body.is-bgm-playing .pc-brand img {
    animation: pcLogoSpin 4s linear infinite;
    filter: drop-shadow(0 0 10px rgba(251, 191, 36, 0.75));
}

@keyframes pcLogoSpin {
    to { transform: rotate(360deg); }
}

.pc-brand { cursor: pointer; }

.pc-brand__text {
    font-size: 22px;
    font-weight: 800;
    background: var(--grad-brand);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 0 12px rgba(34, 211, 238, 0.35));
}

.pc-nav__right {
    display: flex;
    align-items: center;
    gap: clamp(16px, 3vw, 40px);
    margin-left: auto;
}

.pc-menu { display: flex; gap: clamp(16px, 2.5vw, 36px); list-style: none; }

.pc-menu a {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-soft);
    transition: color 0.2s;
    white-space: nowrap;
    position: relative;
}

.pc-menu a:hover { color: var(--neon-cyan); }

.pc-menu a::after {
    content: "";
    position: absolute;
    left: 0; bottom: -4px;
    width: 0; height: 3px;
    border-radius: 999px;
    background: var(--grad-cta);
    transition: width 0.25s;
}

.pc-menu a:hover::after { width: 100%; }

.pc-nav__actions { display: flex; align-items: center; gap: 10px; }

.pc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 26px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    white-space: nowrap;
}

.pc-btn--lg { padding: 15px 38px; font-size: 16px; }
.pc-btn--ghost { color: var(--muted); background: transparent; }
.pc-btn--fill {
    background: var(--grad-cta);
    color: #fff;
    box-shadow: 0 0 24px rgba(34, 211, 238, 0.25), 0 8px 24px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}

.pc-btn--fill::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 80%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
    transform: skewX(-18deg);
    transition: left 0.55s ease;
}

.pc-btn--fill:hover::after { left: 140%; }
.pc-btn--fill:hover { transform: translateY(-3px); box-shadow: 0 0 36px rgba(168, 85, 247, 0.35), 0 12px 32px rgba(0, 0, 0, 0.5); }
.pc-btn--line {
    color: #e9d5ff;
    border-color: rgba(139, 92, 246, 0.5);
    background: rgba(139, 92, 246, 0.08);
}
.pc-btn--line:hover { background: rgba(139, 92, 246, 0.18); transform: translateY(-2px); border-color: #c4b5fd; color: #fff; }

.pc-burger {
    display: none;
    width: 42px; height: 42px;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: rgba(8, 12, 28, 0.8);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    box-shadow: var(--shadow-soft);
}
.pc-burger span { width: 18px; height: 2px; background: var(--text); border-radius: 1px; }

/* Hero ? ????? + ?????? */
.pc-hero {
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: calc(var(--nav) + 8px) 0 64px;
    position: relative;
}

.pc-hero__lead {
    position: relative;
    min-height: calc(100svh - var(--nav) - 96px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 8px;
}

.pc-hero__inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    text-align: center;
}

.pc-hero__content {
    text-align: center;
    width: 100%;
    padding: 0;
    position: relative;
}

.pc-hero__stage {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 28px 22px 24px;
    border-radius: 24px;
    background: #161622;
    border: 1px solid rgba(251, 191, 36, 0.42);
    box-shadow:
        0 24px 64px rgba(0, 0, 0, 0.55),
        0 0 0 1px rgba(255, 255, 255, 0.04) inset,
        0 0 48px rgba(124, 58, 237, 0.18);
}

/* ??????????????????? */
.pc-hero__stage--open {
    max-width: 860px;
    padding: 8px 8px 4px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.pc-hero__content::before,
.pc-hero__content::after { display: none; }

.pc-hero__brand-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 20px;
}

.pc-hero__logo {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(139, 92, 246, 0.35);
}

.pc-hero__eyebrow,
.pc-hero__ribbon {
    display: inline-block;
    margin: 0;
    padding: 7px 14px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #1c1917;
    background: #fbbf24;
    border: 1px solid #f59e0b;
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(245, 158, 11, 0.35);
}

.pc-hero h1,
.pc-hero__title {
    font-family: "Outfit", "PingFang SC", sans-serif;
    font-size: clamp(44px, 6.5vw, 72px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
    background: linear-gradient(120deg, #ffffff 0%, #e9d5ff 28%, #fde68a 52%, #fda4af 78%, #ffffff 100%);
    background-size: 220% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 12px 40px rgba(139, 92, 246, 0.28));
    animation: pcTitleShine 7s linear infinite;
}

@keyframes pcTitleShine {
    0% { background-position: 0% center; }
    100% { background-position: 220% center; }
}

.pc-live-rail {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 12px;
    width: min(920px, calc(100% - 32px));
    margin: 10px auto 0;
    padding: 10px 16px 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(251, 191, 36, 0.4);
    background: #1a1528;
    box-shadow:
        0 10px 36px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(255, 255, 255, 0.04) inset;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    overflow: hidden;
}

.pc-live-rail__pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f43f5e;
    box-shadow: 0 0 0 0 rgba(244, 63, 94, 0.55);
    animation: pcLivePulse 1.6s ease-out infinite;
    flex-shrink: 0;
}

@keyframes pcLivePulse {
    0% { box-shadow: 0 0 0 0 rgba(244, 63, 94, 0.55); }
    70% { box-shadow: 0 0 0 10px rgba(244, 63, 94, 0); }
    100% { box-shadow: 0 0 0 0 rgba(244, 63, 94, 0); }
}

.pc-live-rail__label {
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    color: #fecdd3;
}

.pc-live-rail__viewport {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.pc-live-rail__track {
    display: flex;
    width: max-content;
    gap: 28px;
    animation: pcTickerScroll 22s linear infinite;
}

.pc-live-rail__item {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 600;
    color: #f8fafc;
    letter-spacing: 0.01em;
}

.pc-hero__tagline {
    font-size: clamp(20px, 3vw, 28px);
    font-weight: 700;
    line-height: 1.5;
    margin: 0 auto 12px;
    max-width: 720px;
    color: #fff;
    letter-spacing: 0.04em;
    text-shadow: 0 0 28px rgba(251, 191, 36, 0.35), 0 8px 24px rgba(0, 0, 0, 0.4);
}

.pc-hero__desc {
    font-size: clamp(15px, 1.5vw, 17px);
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.75;
    margin: 0 auto 22px;
    max-width: 640px;
}

.pc-hero__desc--mobile { display: none; }

.pc-hero__punch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin: 0 auto 18px;
    padding: 14px 18px;
    border-radius: 16px;
    border: 1px solid rgba(251, 191, 36, 0.55);
    background: #2a1f0e;
    box-shadow:
        0 12px 36px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(251, 191, 36, 0.12) inset;
}

.pc-hero__punch-num {
    font-family: "Outfit", "PingFang SC", sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #fde68a;
    text-shadow: 0 0 16px rgba(251, 191, 36, 0.55);
}

.pc-hero__punch-txt {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.94);
}

.pc-hero__punch i {
    color: #f9a8d4;
    font-size: 13px;
}

.pc-hero__stats {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 24px;
    margin: 0 auto 20px;
    padding: 16px 28px;
    border-top: none;
    border-radius: 16px;
    background: #1c1c2a;
    border: 1px solid rgba(251, 191, 36, 0.35);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
    max-width: none;
}

.pc-hero__stat strong {
    font-size: clamp(22px, 2.6vw, 28px);
    color: #fde68a;
    background: none;
    -webkit-text-fill-color: #fde68a;
    text-shadow: 0 0 18px rgba(251, 191, 36, 0.5);
}

.pc-hero__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin-bottom: 0;
}

/* Hero ???? ? ???????????? */
.pc-hero__bento {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    text-align: left;
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin-bottom: 24px;
}

.pc-hero-bento__item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px 18px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(160deg, rgba(32, 32, 52, 0.95) 0%, rgba(24, 24, 40, 0.88) 100%);
    box-shadow: var(--shadow-soft);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.pc-hero-bento__item:hover {
    transform: translateY(-4px);
    border-color: rgba(139, 92, 246, 0.45);
    box-shadow: var(--shadow-card);
}

.pc-hero-bento__item--core {
    border-color: rgba(251, 191, 36, 0.35);
    background: linear-gradient(160deg, rgba(40, 36, 56, 0.98) 0%, rgba(28, 26, 44, 0.92) 100%);
}

.pc-hero-bento__tag {
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #fde68a;
    background: rgba(251, 191, 36, 0.15);
    border: 1px solid rgba(251, 191, 36, 0.3);
}

.pc-hero-bento__ico {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-size: 18px;
    color: #fff;
    background: var(--grad-cta);
}

.pc-hero-bento__item strong {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    padding-right: 48px;
}

.pc-hero-bento__item p {
    font-size: 13px;
    line-height: 1.55;
    color: var(--muted);
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pc-hero-bento__go {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #c4b5fd;
    margin-top: 4px;
}

.pc-hero__visual,
.pc-hero__orb,
.pc-hero__inner--split,
.pc-hero__scroll--full { display: none !important; }

.pc-hero__scroll {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 500;
    color: var(--muted);
    transition: color 0.2s, transform 0.2s;
}

.pc-hero__scroll i {
    font-size: 14px;
    animation: pcScrollBounce 2.2s ease-in-out infinite;
}

.pc-hero__scroll:hover {
    color: var(--neon-cyan);
    transform: translateY(2px);
}

@keyframes pcScrollBounce {
    0%, 100% { transform: translateY(0); opacity: 0.6; }
    50% { transform: translateY(6px); opacity: 1; }
}

.pc-hero .pc-btn--lg {
    padding: 14px 36px;
    font-size: 16px;
    min-width: 156px;
}

.pc-hero__stat {
    padding: 0;
    border-radius: 0;
    background: none;
    border: none;
    text-align: center;
    min-width: 88px;
}

.pc-hero__stat strong {
    display: block;
    font-size: clamp(22px, 2.6vw, 28px);
    font-weight: 700;
    background: var(--grad-brand);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 4px;
}

.pc-hero__stat span {
    font-size: 13px;
    color: var(--muted);
    font-weight: 500;
}

.pc-hero-chip,
.pc-hero__scene,
.pc-hero__deck,
.pc-hero__mascot,
.pc-speed { display: none !important; }

/* ? hero ?????????? hero ?? */

.pc-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.55;
    pointer-events: none;
}

.pc-hero-orb--1 {
    width: 280px; height: 280px;
    top: 12%; left: 8%;
    background: radial-gradient(circle, rgba(110, 231, 200, 0.55), transparent 70%);
}

.pc-hero-orb--2 {
    width: 320px; height: 320px;
    top: 20%; right: 6%;
    background: radial-gradient(circle, rgba(255, 158, 196, 0.5), transparent 70%);
}

.pc-hero-orb--3 {
    width: 240px; height: 240px;
    bottom: 14%; left: 42%;
    background: radial-gradient(circle, rgba(147, 197, 253, 0.5), transparent 70%);
}

.pc-hero-chip {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 8px;
    background: rgba(6, 10, 24, 0.75);
    border: 1px solid rgba(34, 211, 238, 0.35);
    box-shadow: 0 0 20px rgba(34, 211, 238, 0.12), inset 0 0 20px rgba(99, 102, 241, 0.06);
    backdrop-filter: blur(12px);
    font-size: 12px;
    font-weight: 600;
    font-family: "Outfit", monospace;
    letter-spacing: 0.04em;
    color: var(--neon-cyan);
    text-transform: uppercase;
    transform-style: preserve-3d;
    will-change: transform;
    pointer-events: none;
    user-select: none;
}

.pc-hero-chip i {
    width: 28px; height: 28px;
    border-radius: 6px;
    display: grid; place-items: center;
    font-size: 12px;
    color: #fff;
    background: linear-gradient(135deg, rgba(34, 211, 238, 0.3), rgba(168, 85, 247, 0.4));
    border: 1px solid rgba(34, 211, 238, 0.3);
}

.pc-hero-chip span { color: #cbd5e1; font-size: 11px; }

.pc-hero-chip--1 { top: 16%; left: 5%; }
.pc-hero-chip--2 { top: 34%; left: 3%; }
.pc-hero-chip--3 { top: 18%; right: 4%; }
.pc-hero-chip--4 { top: 36%; right: 3%; }
.pc-hero-chip--5 { bottom: 18%; left: 7%; }
.pc-hero-chip--6 { bottom: 20%; right: 6%; }

.pc-hero__head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 3vw, 32px);
    margin-bottom: 20px;
    width: 100%;
}

.pc-hero__title-wrap {
    text-align: left;
    flex: 0 1 auto;
}

.pc-hero__mascot {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    position: relative;
}

.pc-hero__avatar-3d {
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.pc-hero__avatar-glow {
    position: absolute;
    inset: -12%;
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 35%, rgba(110, 231, 200, 0.4), transparent 55%),
        radial-gradient(circle at 65% 60%, rgba(255, 158, 196, 0.35), transparent 50%);
    filter: blur(20px);
    transform: translateZ(-40px);
    pointer-events: none;
    animation: pcGlowPulse 4s ease-in-out infinite;
}

@keyframes pcGlowPulse {
    0%, 100% { opacity: 0.7; transform: translateZ(-40px) scale(1); }
    50% { opacity: 0.95; transform: translateZ(-40px) scale(1.06); }
}

.pc-hero__avatar-tilt {
    transform-style: preserve-3d;
    transition: transform 0.12s ease-out;
    will-change: transform;
    animation: pcAvatarFloat 5s ease-in-out infinite;
}

@keyframes pcAvatarFloat {
    0%, 100% { transform: translateY(0) rotateX(0deg) rotateY(0deg); }
    50% { transform: translateY(-10px) rotateX(2deg) rotateY(-2deg); }
}

.pc-hero__avatar-3d.is-hover .pc-hero__avatar-tilt {
    animation: none;
}

/* ?????????? AI ??? */
.pc-hero__avatar {
    width: clamp(108px, 16vw, 188px);
    aspect-ratio: 1;
    border-radius: 16px;
    overflow: hidden;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    transform: translateZ(20px);
}

.pc-hero__avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 34%;
    transform: scale(1.55);
    border: none;
    outline: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.pc-hero__visual {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.pc-speed {
    position: absolute;
    width: 120px;
    height: 8px;
    border-radius: 999px;
    opacity: 0.55;
    filter: blur(0.2px);
}

.pc-speed--left {
    top: 28%;
    left: 8%;
    background: linear-gradient(90deg, transparent, var(--mint-deep), var(--mint));
    transform: rotate(-12deg);
    animation: pcSpeedLeft 3s ease-in-out infinite;
}

.pc-speed--right {
    top: 36%;
    right: 10%;
    background: linear-gradient(90deg, var(--pink), var(--pink-deep), transparent);
    transform: rotate(10deg);
    animation: pcSpeedRight 3.2s ease-in-out infinite;
}

@keyframes pcSpeedLeft {
    0%, 100% { transform: rotate(-12deg) translateX(0); opacity: 0.45; }
    50% { transform: rotate(-12deg) translateX(-18px); opacity: 0.75; }
}

@keyframes pcSpeedRight {
    0%, 100% { transform: rotate(10deg) translateX(0); opacity: 0.45; }
    50% { transform: rotate(10deg) translateX(18px); opacity: 0.75; }
}

/* ? hero ?????????? hero ?? */

/* Sections */
.pc-sec { padding: 96px 0; }
.pc-sec--alt {
    background: linear-gradient(180deg, rgba(6, 10, 24, 0.4) 0%, rgba(15, 10, 35, 0.55) 100%);
    border-block: 1px solid rgba(99, 102, 241, 0.12);
}

.pc-sec__head { text-align: center; margin-bottom: 48px; }
.pc-sec__head h2 {
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 800;
    margin-bottom: 12px;
    color: #fff;
    background: none;
    animation: none;
}
.pc-sec__head p { color: var(--muted); font-size: 17px; font-weight: 500; }

.pc-feat-group { margin-bottom: 48px; }
.pc-feat-group--agent { margin-bottom: 0; }

.pc-feat-group__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 16px;
    margin-bottom: 22px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(99, 102, 241, 0.14);
}

.pc-feat-group__head h3 {
    font-size: clamp(17px, 2vw, 20px);
    font-weight: 700;
    color: var(--text-soft);
    margin: 0;
}

.pc-feat-group__badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.pc-feat-group__badge--create {
    color: #bae6fd;
    background: rgba(34, 211, 238, 0.12);
    border: 1px solid rgba(34, 211, 238, 0.28);
}

.pc-feat-group__badge--agent {
    color: #ddd6fe;
    background: rgba(168, 85, 247, 0.12);
    border: 1px solid rgba(168, 85, 247, 0.28);
}

.pc-feat-group__badge--video {
    color: #a5f3fc;
    background: rgba(56, 189, 248, 0.1);
    border: 1px solid rgba(56, 189, 248, 0.26);
}

/* Flagship products */
.pc-sec--flagship {
    padding-top: 72px;
    padding-bottom: 88px;
}

.pc-flagship-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.pc-flagship-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: clamp(28px, 4vw, 36px);
    border-radius: 20px;
    border: 1px solid rgba(99, 102, 241, 0.22);
    background:
        linear-gradient(145deg, rgba(12, 18, 36, 0.92) 0%, rgba(15, 22, 48, 0.75) 100%);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    overflow: hidden;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    cursor: default;
}

.pc-flagship-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--grad-cta);
    opacity: 0.85;
}

.pc-flagship-card:hover {
    transform: translateY(-4px);
    border-color: rgba(56, 189, 248, 0.35);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.45), 0 0 32px rgba(56, 189, 248, 0.08);
}

.pc-flagship-card--core {
    border-color: rgba(56, 189, 248, 0.32);
    background:
        linear-gradient(145deg, rgba(14, 22, 48, 0.96) 0%, rgba(18, 28, 58, 0.82) 100%);
}

.pc-flagship-card--core::before {
    opacity: 1;
    height: 4px;
}

.pc-flagship-card--core .pc-flagship-card__tag {
    color: #fef08a;
    background: rgba(250, 204, 21, 0.12);
    border-color: rgba(250, 204, 21, 0.32);
}

.pc-flagship-card__tag {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #bae6fd;
    background: rgba(56, 189, 248, 0.12);
    border: 1px solid rgba(56, 189, 248, 0.28);
}

.pc-flagship-card__ico {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    font-size: 22px;
    color: #fff;
    background: var(--grad-cta);
    box-shadow: 0 8px 24px rgba(56, 189, 248, 0.2);
    margin-bottom: 20px;
}

.pc-flagship-card h3 {
    font-size: clamp(22px, 2.4vw, 28px);
    font-weight: 800;
    margin-bottom: 12px;
    color: var(--text);
}

.pc-flagship-card p {
    flex: 1;
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-soft);
    margin-bottom: 24px;
}

.pc-flagship-card__cta {
    display: none;
}

.pc-flagship-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 28px 0 0;
    color: var(--muted);
    font-size: 14px;
    text-align: center;
}

.pc-flagship-trust i {
    color: var(--neon-cyan);
    font-size: 16px;
}

.pc-flagship-trust__short { display: none; }

.pc-partner-gift {
    margin-top: 28px;
    padding: 18px 20px;
    border-radius: 18px;
    border: 1px solid rgba(251, 191, 36, 0.35);
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.1), rgba(124, 58, 237, 0.12));
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
}

.pc-partner-gift__tag {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #fde68a;
    border: 1px solid rgba(251, 191, 36, 0.4);
    background: rgba(0, 0, 0, 0.25);
}

.pc-partner-gift p {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.86);
}

.pc-partner-gift strong {
    color: #fde68a;
    font-weight: 700;
}

.pc-sec__lead {
    margin: 10px auto 0;
    max-width: 520px;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.62);
    text-align: center;
}

.pc-stuck-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.pc-stuck-card {
    padding: 22px 18px;
    border-radius: 18px;
    border: 1px solid rgba(251, 191, 36, 0.22);
    background: #181824;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.pc-stuck-card__ico {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    background: rgba(251, 191, 36, 0.12);
    color: #fde68a;
}

.pc-stuck-card h3 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.pc-stuck-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.62);
}

.pc-tonight-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

/* ?? ???????????? ?? */
.pc-deep-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 32px;
}

.pc-deep {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 0;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(10, 10, 22, 0.88);
    min-height: 320px;
}

.pc-deep--flip {
    grid-template-columns: 0.85fr 1.15fr;
}

.pc-deep--flip .pc-deep__visual { order: 2; }
.pc-deep--flip .pc-deep__copy { order: 1; }

.pc-deep__visual {
    position: relative;
    min-height: 280px;
    overflow: hidden;
    background: #0a0a14;
}

.pc-deep__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.04);
    transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.pc-deep.is-inview .pc-deep__visual img {
    transform: scale(1);
}

.pc-deep__ph {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 280px;
    font-size: 42px;
    color: rgba(251, 191, 36, 0.55);
}

.pc-deep__tag {
    position: absolute;
    left: 16px;
    top: 16px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #fde68a;
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(251, 191, 36, 0.35);
    backdrop-filter: blur(8px);
}

.pc-deep__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    padding: clamp(22px, 3vw, 36px);
}

.pc-deep__copy h3 {
    margin: 0;
    font-size: clamp(22px, 2.4vw, 30px);
    line-height: 1.25;
    color: #f8fafc;
}

.pc-deep__copy > p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(226, 232, 240, 0.72);
}

.pc-deep__points {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pc-deep__points li {
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(248, 250, 252, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
}

.pc-deep__copy .pc-btn {
    align-self: flex-start;
    margin-top: 4px;
}

/* ?? ????? ?? */
.pc-suite {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 0;
    margin-top: 28px;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(167, 139, 250, 0.28);
    background: linear-gradient(135deg, rgba(76, 29, 149, 0.22), rgba(12, 12, 24, 0.92));
}

.pc-suite__visual {
    min-height: 300px;
    background: #0a0a14;
}

.pc-suite__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pc-suite__ph {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    color: rgba(255, 255, 255, 0.4);
}

.pc-suite__copy {
    padding: clamp(22px, 3vw, 36px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}

.pc-suite__kicker {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #c4b5fd;
}

.pc-suite__copy h3 {
    margin: 0;
    font-size: 24px;
    color: #f8fafc;
}

.pc-suite__copy ul {
    margin: 0;
    padding-left: 18px;
    color: rgba(226, 232, 240, 0.78);
    line-height: 1.75;
    font-size: 14px;
}

.pc-suite__copy strong { color: #e9d5ff; }

.pc-suite__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

.pc-flagship-grid--mini {
    margin-top: 18px;
}

.pc-flagship-grid--mini .pc-flagship-card {
    padding: 18px 16px;
}

.pc-flagship-grid--mini .pc-flagship-card p {
    font-size: 13px;
}

/* ?? ???? ?? */
.pc-pick-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.pc-pick-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 22px 18px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(14, 14, 28, 0.85);
    text-decoration: none;
    color: inherit;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.pc-pick-card:hover {
    transform: translateY(-3px);
    border-color: rgba(167, 139, 250, 0.45);
}

.pc-pick-card--hot {
    border-color: rgba(251, 191, 36, 0.4);
}

.pc-pick-card__badge,
.pc-pick-card__scene {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    color: #fde68a;
    border: 1px solid rgba(251, 191, 36, 0.35);
}

.pc-pick-card__ico {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(124, 58, 237, 0.18);
    color: #c4b5fd;
}

.pc-pick-card h3 {
    margin: 0;
    font-size: 17px;
    color: #f8fafc;
}

.pc-pick-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(226, 232, 240, 0.68);
}

.pc-feat-more {
    display: flex;
    justify-content: center;
    margin: 28px 0 8px;
}

.pc-feat-more__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.04);
    color: #e2e8f0;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.pc-feat-more__btn:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(167, 139, 250, 0.4);
}

.pc-feat-more__btn i {
    transition: transform 0.25s ease;
}

.pc-feat-more__btn[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.pc-feat-body.is-collapsed[hidden] {
    display: none !important;
}

.pc-feat-body:not([hidden]) {
    margin-top: 20px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Hero 1??????????? */
.pc-hero__punch {
    position: relative;
}

.pc-hero__punch::after {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(167, 139, 250, 0.35), transparent);
    background-size: 200% 100%;
    opacity: 0.55;
    animation: pcPunchSweep 3.6s ease-in-out infinite;
}

@keyframes pcPunchSweep {
    0% { background-position: 100% 0; opacity: 0.2; }
    50% { opacity: 0.55; }
    100% { background-position: -100% 0; opacity: 0.2; }
}

@media (max-width: 900px) {
    .pc-deep,
    .pc-deep--flip {
        grid-template-columns: 1fr;
    }
    .pc-deep--flip .pc-deep__visual,
    .pc-deep--flip .pc-deep__copy { order: initial; }
    .pc-suite {
        grid-template-columns: 1fr;
    }
    .pc-pick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .pc-pick-grid {
        grid-template-columns: 1fr;
    }
}

.pc-tonight-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 24px 22px;
    border-radius: 20px;
    border: 1px solid rgba(251, 191, 36, 0.35);
    background: #1a1626;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.4);
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.pc-tonight-card:hover {
    transform: translateY(-4px);
    border-color: rgba(251, 191, 36, 0.55);
}

.pc-tonight-card__tag {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #fde68a;
}

.pc-tonight-card__ico {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.28);
    color: #f9a8d4;
}

.pc-tonight-card h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.4;
    color: #fff;
}

.pc-tonight-card p {
    margin: 0;
    flex: 1;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.72);
}

.pc-tonight-card__cta {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #f9a8d4;
}

.pc-paths-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 22px 0 8px;
}

.pc-paths-trust__item {
    padding: 16px 18px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
}

.pc-paths-trust__item strong {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #f8fafc;
    letter-spacing: 0.02em;
}

.pc-paths-trust__item span {
    display: block;
    font-size: 13px;
    line-height: 1.55;
    color: rgba(226, 232, 240, 0.72);
}

.pc-paths-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 28px;
}

@media (max-width: 860px) {
    .pc-paths-trust {
        grid-template-columns: 1fr;
    }
}

.pc-path-card {
    padding: 28px 24px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(12, 12, 24, 0.72);
}

.pc-path-card--use {
    border-color: rgba(167, 139, 250, 0.4);
    background: linear-gradient(160deg, rgba(124, 58, 237, 0.18), rgba(12, 12, 24, 0.85));
}

.pc-path-card--partner {
    border-color: rgba(251, 191, 36, 0.4);
    background: linear-gradient(160deg, rgba(251, 191, 36, 0.14), rgba(12, 12, 24, 0.85));
}

.pc-path-card__tag {
    display: inline-block;
    margin-bottom: 12px;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #fde68a;
    border: 1px solid rgba(251, 191, 36, 0.35);
}

.pc-path-card h3 {
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
}

.pc-path-card > p {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
}

.pc-path-card ul {
    margin: 0 0 18px;
    padding-left: 18px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.85;
}

.pc-path-card__note {
    margin: 0 0 14px !important;
    font-size: 12px !important;
    color: rgba(253, 230, 138, 0.75) !important;
}

.pc-path-card__cta-muted {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 0.06em;
}

.pc-path-card .pc-btn {
    margin-top: 4px;
}

@media (max-width: 900px) {
    .pc-stuck-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pc-tonight-grid { grid-template-columns: 1fr; }
    .pc-paths-grid { grid-template-columns: 1fr; }
}

.pc-feat-toggle,
.pc-reviews-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-width: 320px;
    margin: 8px auto 0;
    padding: 14px 20px;
    border-radius: 999px;
    border: 1px solid rgba(139, 92, 246, 0.35);
    background: rgba(139, 92, 246, 0.1);
    color: #ddd6fe;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.pc-feat-toggle:hover,
.pc-reviews-toggle:hover {
    background: rgba(139, 92, 246, 0.18);
    border-color: rgba(196, 181, 253, 0.45);
}

.pc-welcome-intro__skip {
    display: inline-block;
    margin-top: 18px;
    padding: 8px 14px;
    border: none;
    background: transparent;
    color: rgba(226, 232, 240, 0.72);
    font-size: 14px;
    cursor: pointer;
}

.pc-welcome-intro__skip:hover {
    color: #fff;
}

.pc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pc-grid--feat { grid-template-columns: repeat(4, 1fr); gap: 22px; }

.pc-card {
    padding: 20px 18px;
    border-radius: var(--r-lg);
    background: var(--bg-card);
    border: 1px solid rgba(99, 102, 241, 0.22);
    box-shadow: var(--shadow-soft), inset 0 0 30px rgba(34, 211, 238, 0.03);
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s, border-color 0.35s;
    min-height: 0;
    backdrop-filter: blur(12px);
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    will-change: transform, opacity;
}

.pc-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: var(--card-accent, var(--grad-ring));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.55;
    pointer-events: none;
}

.pc-card:nth-child(4n + 1) { --card-accent: linear-gradient(135deg, var(--neon-cyan), var(--neon-blue)); }
.pc-card:nth-child(4n + 2) { --card-accent: linear-gradient(135deg, var(--neon-pink), var(--neon-purple)); }
.pc-card:nth-child(4n + 3) { --card-accent: linear-gradient(135deg, var(--neon-cyan), var(--neon-green)); }
.pc-card:nth-child(4n)     { --card-accent: linear-gradient(135deg, var(--neon-purple), var(--neon-blue)); }

.pc-card:hover {
    transform: translateY(-10px) scale(1.01);
    box-shadow: var(--shadow-card);
    border-color: rgba(56, 189, 248, 0.35);
}

.pc-card--static { cursor: default; }
.pc-card--link {
    display: block;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
.pc-card--link:hover h3 { color: #fff; }
a.pc-flagship-card {
    display: block;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

/* ????????? */
.pc-piv {
    position: fixed;
    inset: 0;
    z-index: 13000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    box-sizing: border-box;
}
.pc-piv[hidden] { display: none !important; }
.pc-piv__veil {
    position: absolute;
    inset: 0;
    background: rgba(4, 6, 18, 0.78);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.pc-piv__sheet {
    position: relative;
    z-index: 1;
    width: min(640px, 100%);
    max-height: min(90vh, 760px);
    overflow: auto;
    border-radius: 22px;
    background: #12121c;
    border: 1px solid rgba(251, 191, 36, 0.28);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 22px 22px 20px;
}
.pc-piv__kicker {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    color: rgba(253, 230, 138, 0.92);
    margin-bottom: 8px;
}
.pc-piv__title {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.3;
}
.pc-piv__desc {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.72);
}
.pc-piv__media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 14px;
    overflow: hidden;
    background: #0a0a12;
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 14px;
}
.pc-piv__media video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    background: #000;
}
.pc-piv__ph {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 24px;
    text-align: center;
    background: linear-gradient(160deg, rgba(124, 58, 237, 0.28), rgba(251, 191, 36, 0.12));
}
.pc-piv__ph strong { font-size: 16px; }
.pc-piv__ph span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.55;
}
.pc-piv__bullets {
    margin: 0 0 16px;
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.8);
}
.pc-piv__actions {
    display: flex;
    gap: 12px;
}
.pc-piv__btn {
    flex: 1;
    appearance: none;
    border: 0;
    border-radius: 999px;
    padding: 14px 18px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}
.pc-piv__btn--ghost {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.82);
}
.pc-piv__btn--fill {
    background: linear-gradient(135deg, #7c3aed, #db2777);
    color: #fff;
    box-shadow: 0 12px 32px rgba(124, 58, 237, 0.35);
}
body.pc-piv-lock { overflow: hidden; }

.pc-card__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.pc-card__ico {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    margin-bottom: 0;
    flex-shrink: 0;
    font-size: 18px;
    color: #fff;
    background: var(--ico-bg, var(--grad-cta));
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.pc-card:nth-child(4n + 1) .pc-card__ico { --ico-bg: linear-gradient(135deg, var(--mint-deep), #2dd4bf); }
.pc-card:nth-child(4n + 2) .pc-card__ico { --ico-bg: linear-gradient(135deg, var(--pink-deep), #fb7185); }
.pc-card:nth-child(4n + 3) .pc-card__ico { --ico-bg: linear-gradient(135deg, var(--sky-deep), #3b82f6); }
.pc-card:nth-child(4n)     .pc-card__ico { --ico-bg: linear-gradient(135deg, var(--lavender-deep), #7c3aed); }

.pc-card h3 {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 1.35;
    color: #e2e8f0;
    flex: 1;
    min-width: 0;
}

.pc-card p { font-size: 14px; color: var(--text-soft); line-height: 1.68; }

/* Reviews */
.pc-reviews-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 36px;
}

/* Pricing + partner */
.pc-sec--pricing {
    position: relative;
}
.pc-price-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 24px;
    align-items: end;
}
.pc-price-card {
    text-align: center;
    padding: 28px 22px 24px;
    border-radius: var(--r-lg);
    background: var(--bg-card);
    border: 1px solid rgba(99, 102, 241, 0.22);
    box-shadow: var(--shadow-soft);
}
.pc-price-card--hot {
    padding: 34px 24px 28px;
    border-color: rgba(251, 191, 36, 0.45);
    background: linear-gradient(160deg, rgba(251, 191, 36, 0.18), rgba(99, 102, 241, 0.08));
    box-shadow: 0 18px 40px rgba(251, 191, 36, 0.12);
    transform: translateY(-8px);
}
.pc-price-card__badge {
    display: inline-flex;
    height: 30px;
    padding: 0 12px;
    align-items: center;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    color: #e8d5a8;
    background: rgba(251, 191, 36, 0.12);
    border: 1px solid rgba(251, 191, 36, 0.28);
    margin-bottom: 12px;
}
.pc-price-card--hot .pc-price-card__badge {
    color: #1a1206;
    background: linear-gradient(145deg, #f3e2b8, #d4af6e);
    border: 0;
}
.pc-price-card h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 8px;
    color: var(--text);
}
.pc-price-card__num {
    font-size: clamp(40px, 5vw, 56px);
    font-weight: 800;
    line-height: 1;
    background: var(--grad-brand);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 10px;
}
.pc-price-card--hot .pc-price-card__num {
    background: none;
    color: #fbbf24;
    -webkit-background-clip: unset;
    background-clip: unset;
}
.pc-price-card__num small {
    font-size: 18px;
    margin-left: 2px;
    font-weight: 700;
}
.pc-price-card p {
    font-size: 14px;
    color: var(--muted);
    margin: 0;
}
.pc-partner-strip {
    display: grid;
    grid-template-columns: 1.4fr auto;
    gap: 20px;
    align-items: center;
    padding: 26px 28px;
    border-radius: var(--r-lg);
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.14), rgba(34, 211, 238, 0.08));
    border: 1px solid rgba(99, 102, 241, 0.28);
    margin-bottom: 16px;
}
.pc-partner-strip__kicker {
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: #a5b4fc;
    margin-bottom: 8px;
}
.pc-partner-strip h3 {
    font-size: clamp(20px, 2.4vw, 26px);
    font-weight: 800;
    color: var(--text);
    margin-bottom: 8px;
}
.pc-partner-strip p {
    font-size: 14px;
    line-height: 1.65;
    color: var(--muted);
    margin: 0;
}
.pc-partner-strip__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 180px;
}
.pc-price-note {
    font-size: 13px;
    color: var(--muted);
    text-align: center;
    line-height: 1.55;
}
.pc-price-soft {
    display: grid;
    grid-template-columns: 1.4fr auto;
    gap: 18px;
    align-items: center;
    padding: 24px 26px;
    margin-bottom: 20px;
    border-radius: var(--r-lg);
    background: linear-gradient(145deg, rgba(251, 191, 36, 0.1), rgba(99, 102, 241, 0.08));
    border: 1px solid rgba(251, 191, 36, 0.28);
}
.pc-price-soft__kicker {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #fbbf24;
    margin-bottom: 8px;
}
.pc-price-soft__main p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: var(--text-soft);
}
.pc-price-soft__main strong {
    color: var(--text);
    font-weight: 700;
}
.pc-price-soft__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 168px;
}
@media (max-width: 900px) {
    .pc-price-soft { grid-template-columns: 1fr; }
    .pc-price-soft__actions { flex-direction: row; flex-wrap: wrap; }
}
.pc-download-soon-note {
    margin-top: 18px;
    text-align: center;
    font-size: 13px;
    color: var(--muted);
}
@media (max-width: 900px) {
    .pc-price-grid { grid-template-columns: 1fr; }
    .pc-price-card--hot { transform: none; }
    .pc-partner-strip { grid-template-columns: 1fr; }
    .pc-partner-strip__actions { flex-direction: row; flex-wrap: wrap; }
}

.pc-reviews-stat {
    text-align: center;
    padding: 20px 16px;
    border-radius: var(--r-lg);
    background: var(--bg-card);
    border: 1px solid rgba(99, 102, 241, 0.22);
    box-shadow: var(--shadow-neon);
}

.pc-reviews-stat strong {
    display: block;
    font-size: clamp(26px, 3vw, 34px);
    font-weight: 800;
    background: var(--grad-brand);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 6px;
}

.pc-reviews-stat span {
    font-size: 14px;
    color: var(--muted);
    font-weight: 600;
}

.pc-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.pc-reviews--marquee {
    display: block;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
}
.pc-reviews--marquee .pc-reviews__track {
    display: flex;
    align-items: stretch;
    gap: 16px;
    width: max-content;
    will-change: transform;
    animation-name: pcReviewsMarquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 48s;
}
.pc-reviews--marquee .pc-review {
    flex: 0 0 min(340px, 78vw);
    width: min(340px, 78vw);
}
@keyframes pcReviewsMarquee {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-50%, 0, 0); }
}

.pc-review {
    padding: 26px;
    border-radius: var(--r-lg);
    background: var(--bg-card);
    border: 1px solid rgba(99, 102, 241, 0.2);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(10px);
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s, border-color 0.35s;
    transform-style: preserve-3d;
    will-change: transform, opacity;
}

.pc-review:hover {
    transform: translateY(-4px);
    border-color: rgba(34, 211, 238, 0.35);
    box-shadow: 0 0 32px rgba(34, 211, 238, 0.12);
}

.pc-review__head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }

.pc-review__av {
    width: 48px; height: 48px;
    border-radius: 50%;
    display: grid; place-items: center;
    font-weight: 800; font-size: 17px; color: #fff;
    background: linear-gradient(135deg, var(--av, var(--sky-deep)), var(--lavender-deep));
    border: 2px solid rgba(99, 102, 241, 0.3);
    box-shadow: 0 0 20px rgba(34, 211, 238, 0.2);
}

.pc-review__head strong { display: block; font-size: 16px; color: var(--text); }
.pc-review__head span { font-size: 13px; color: var(--muted); }
.pc-review__meta {
    font-size: 12px;
    color: var(--muted);
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed rgba(148, 163, 184, 0.25);
}
.pc-review__text { font-size: 15px; line-height: 1.8; color: var(--text-soft); margin-bottom: 14px; min-height: 4.5em; }
.pc-review__foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.pc-review__stars { color: #fbbf24; font-size: 14px; letter-spacing: 1px; }
.pc-review__tag {
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
    background: rgba(34, 211, 238, 0.12);
    color: var(--neon-cyan);
    border: 1px solid rgba(34, 211, 238, 0.25);
    font-family: monospace;
    letter-spacing: 0.06em;
}

/* Showcase ? 7 ??????? + ???? */
#showcase .pc-sec__head p {
    color: rgba(148, 163, 184, 0.95);
    letter-spacing: 0.02em;
}

.pc-showcase-stage {
    padding: clamp(28px, 4vw, 40px) clamp(20px, 3vw, 32px);
    border-radius: 24px;
    background:
        radial-gradient(ellipse 80% 60% at 50% 0%, rgba(99, 102, 241, 0.12) 0%, transparent 62%),
        linear-gradient(180deg, rgba(8, 12, 28, 0.72) 0%, rgba(6, 10, 24, 0.55) 100%);
    border: 1px solid rgba(99, 102, 241, 0.16);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 20px 56px rgba(0, 0, 0, 0.38);
}

.pc-showcase-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 14px;
    max-width: 1060px;
    margin-inline: auto;
}

.pc-showcase-item {
    display: block;
    width: 132px;
    padding: 0;
    border: none;
    background: none;
    cursor: zoom-in;
    transition: transform 0.28s cubic-bezier(0.34, 1.2, 0.64, 1);
}

.pc-showcase-item:hover {
    transform: translateY(-6px);
    z-index: 2;
}

.pc-showcase-item__frame {
    position: relative;
    display: block;
    padding: 7px 6px 8px;
    border-radius: 16px;
    background: linear-gradient(160deg, rgba(30, 41, 59, 0.95) 0%, rgba(15, 23, 42, 0.98) 100%);
    border: 1px solid rgba(148, 163, 184, 0.14);
    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.38),
        inset 0 1px 0 rgba(255, 255, 255, 0.07);
    overflow: hidden;
    transition: border-color 0.25s, box-shadow 0.25s;
}

.pc-showcase-item__frame::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 32%;
    height: 3px;
    border-radius: 99px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    pointer-events: none;
}

.pc-showcase-item:hover .pc-showcase-item__frame {
    border-color: rgba(34, 211, 238, 0.45);
    box-shadow:
        0 16px 40px rgba(34, 211, 238, 0.12),
        0 8px 24px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.pc-showcase-item img {
    width: 100%;
    aspect-ratio: 9 / 16;
    object-fit: contain;
    object-position: center top;
    background: linear-gradient(180deg, #060a14 0%, #0b1220 100%);
    border-radius: 10px;
    display: block;
}

.pc-showcase-item__zoom {
    position: absolute;
    inset: 7px 6px 8px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: rgba(2, 6, 23, 0.62);
    backdrop-filter: blur(2px);
    color: #e0f2fe;
    font-size: 22px;
    opacity: 0;
    transition: opacity 0.22s ease;
    pointer-events: none;
}

.pc-showcase-item:hover .pc-showcase-item__zoom {
    opacity: 1;
}

.pc-showcase-item--empty { cursor: default; width: 132px; }
.pc-showcase-item--empty:hover { transform: none; }

.pc-showcase-ph {
    aspect-ratio: 9 / 16;
    border-radius: 0;
    border: none;
    background: linear-gradient(145deg, rgba(147, 197, 253, 0.12), rgba(255, 158, 196, 0.1));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.pc-showcase-ph small { font-size: 12px; color: var(--muted); }

.pc-showcase-note {
    text-align: center;
    margin-top: 28px;
    font-size: 15px;
    color: var(--muted);
}

.pc-showcase-note code {
    padding: 2px 8px;
    border-radius: 6px;
    background: rgba(99, 102, 241, 0.15);
    color: #bae6fd;
    font-size: 13px;
}

.pc-lightbox {
    position: fixed;
    inset: 0;
    z-index: 300;
    display: grid;
    place-items: center;
    padding: clamp(16px, 4vw, 40px);
    background: rgba(2, 6, 23, 0.92);
    backdrop-filter: blur(8px);
}

.pc-lightbox[hidden] { display: none !important; }

.pc-lightbox__img {
    max-width: min(960px, 100%);
    max-height: calc(100vh - 80px);
    border-radius: 12px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.55);
    object-fit: contain;
    cursor: zoom-in;
}
/* 轻触放大：宽幅详情长图在手机上也能放大逐段看清 */
.pc-lightbox.is-zoomed { place-items: start; overflow: auto; -webkit-overflow-scrolling: touch; }
.pc-lightbox__img.is-zoomed {
    max-width: none; max-height: none; width: min(1600px, 230vw); height: auto;
    border-radius: 0; cursor: zoom-out;
}

.pc-lightbox__close {
    position: absolute;
    top: clamp(16px, 3vw, 28px);
    right: clamp(16px, 3vw, 28px);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: rgba(8, 12, 28, 0.85);
    color: #e2e8f0;
    cursor: pointer;
    display: grid;
    place-items: center;
    font-size: 18px;
}

/* Download */
.pc-download-hero {
    margin-bottom: 28px;
}

.pc-download-hero__main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 28px;
    padding: clamp(24px, 4vw, 36px);
    border-radius: 20px;
    border: 1px solid rgba(56, 189, 248, 0.28);
    background:
        linear-gradient(135deg, rgba(12, 18, 36, 0.95) 0%, rgba(56, 189, 248, 0.08) 50%, rgba(99, 102, 241, 0.1) 100%);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.pc-download-hero__main > div:not(.pc-download-card__ico) {
    flex: 1;
    min-width: 200px;
}

.pc-download-hero__main h3 {
    font-size: clamp(20px, 2.2vw, 24px);
    font-weight: 800;
    margin-bottom: 8px;
    color: var(--text);
}

.pc-download-hero__main p {
    font-size: 15px;
    color: var(--text-soft);
    margin: 0;
    line-height: 1.6;
}

.pc-download-hero__main .pc-download-card__ico {
    width: 56px;
    height: 56px;
    font-size: 24px;
    margin-bottom: 0;
    background: var(--grad-cta);
}

.pc-download-hero__main .pc-btn {
    flex-shrink: 0;
    width: auto;
    min-width: 180px;
}

/* Launch CTA ? whole card is the click target */
.pc-launch-cta {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 22px 28px;
    align-items: center;
    margin-bottom: 20px;
    padding: clamp(22px, 3.5vw, 34px) clamp(20px, 3vw, 32px);
    border-radius: 24px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(167, 139, 250, 0.35);
    background:
        radial-gradient(ellipse 70% 90% at 12% 50%, rgba(99, 102, 241, 0.28), transparent 55%),
        radial-gradient(ellipse 50% 80% at 88% 40%, rgba(236, 72, 153, 0.18), transparent 50%),
        linear-gradient(135deg, rgba(14, 16, 34, 0.98) 0%, rgba(22, 18, 48, 0.96) 100%);
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(255, 255, 255, 0.04) inset,
        0 0 40px rgba(99, 102, 241, 0.12);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.pc-launch-cta:hover {
    transform: translateY(-4px);
    border-color: rgba(196, 181, 253, 0.55);
    box-shadow:
        0 28px 60px rgba(0, 0, 0, 0.5),
        0 0 56px rgba(139, 92, 246, 0.22);
}
.pc-launch-cta__glow {
    position: absolute;
    inset: -40% 40% auto -10%;
    height: 120%;
    background: linear-gradient(115deg, transparent, rgba(255, 255, 255, 0.08), transparent);
    transform: translateX(-120%) skewX(-18deg);
    animation: pcLaunchShine 4.8s ease-in-out infinite;
    pointer-events: none;
}
@keyframes pcLaunchShine {
    0%, 55% { transform: translateX(-120%) skewX(-18deg); opacity: 0; }
    70% { opacity: 1; }
    100% { transform: translateX(220%) skewX(-18deg); opacity: 0; }
}
.pc-launch-cta__visual {
    position: relative;
    width: 92px;
    height: 118px;
    flex-shrink: 0;
}
.pc-launch-cta__screen {
    position: absolute;
    inset: 0;
    border-radius: 14px;
    border: 1px solid rgba(167, 139, 250, 0.45);
    background: linear-gradient(160deg, #1a1530 0%, #0c0a18 100%);
    box-shadow: 0 12px 28px rgba(99, 102, 241, 0.25), 0 0 20px rgba(236, 72, 153, 0.12);
    padding: 10px 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    animation: pcLaunchFloat 5s ease-in-out infinite;
}
@keyframes pcLaunchFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}
.pc-launch-cta__bar {
    height: 6px;
    width: 58%;
    border-radius: 999px;
    background: linear-gradient(90deg, #818cf8, #f472b6);
    opacity: 0.9;
}
.pc-launch-cta__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    flex: 1;
}
.pc-launch-cta__grid i {
    display: block;
    border-radius: 6px;
    background: rgba(139, 92, 246, 0.18);
    border: 1px solid rgba(167, 139, 250, 0.22);
}
.pc-launch-cta__grid i:nth-child(1) { background: rgba(34, 211, 238, 0.2); }
.pc-launch-cta__grid i:nth-child(2) { background: rgba(244, 114, 182, 0.18); }
.pc-launch-cta__grid i:nth-child(3) { background: rgba(251, 191, 36, 0.16); }
.pc-launch-cta__grid i:nth-child(4) { background: rgba(129, 140, 248, 0.22); }
.pc-launch-cta__copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.pc-launch-cta__kicker {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #a5b4fc;
    text-transform: none;
}
.pc-launch-cta__title {
    font-size: clamp(22px, 2.6vw, 30px);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
}
.pc-launch-cta__desc {
    font-size: 14px;
    line-height: 1.6;
    color: var(--muted);
}
.pc-launch-cta__action {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.pc-launch-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    background: var(--grad-cta);
    box-shadow: 0 10px 28px rgba(139, 92, 246, 0.4);
    animation: pcLaunchPulse 2.4s ease-in-out infinite;
}
@keyframes pcLaunchPulse {
    0%, 100% { box-shadow: 0 10px 28px rgba(139, 92, 246, 0.35); }
    50% { box-shadow: 0 12px 36px rgba(236, 72, 153, 0.45); }
}
.pc-launch-cta__action > i {
    color: #c4b5fd;
    font-size: 16px;
    transition: transform 0.3s ease;
}
.pc-launch-cta:hover .pc-launch-cta__action > i {
    transform: translateX(4px);
}
@media (max-width: 900px) {
    .pc-launch-cta {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
        gap: 16px;
        padding: 24px 18px 22px;
    }
    .pc-launch-cta__visual { width: 72px; height: 94px; }
    .pc-launch-cta__action { width: 100%; justify-content: center; }
    .pc-launch-cta__btn { width: min(100%, 280px); }
    .pc-launch-cta__action > i { display: none; }
}

.pc-download-grid--secondary {
    grid-template-columns: repeat(3, 1fr);
}

.pc-download-grid--secondary .pc-download-card {
    min-height: 180px;
    text-align: center;
    align-items: center;
}

.pc-download-grid--secondary .pc-download-card__head {
    flex-direction: column;
    text-align: center;
}

.pc-download-warn {
    text-align: center;
    margin-bottom: 28px;
    padding: 12px 18px;
    border-radius: var(--r);
    background: rgba(236, 72, 153, 0.08);
    border: 1px solid rgba(236, 72, 153, 0.25);
    color: #f9a8d4;
    font-size: 14px;
    font-weight: 600;
    box-shadow: var(--shadow-soft);
}

.pc-download-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 28px;
}

.pc-download-card {
    padding: 22px 20px;
    border-radius: var(--r-lg);
    text-align: left;
    border: 1px solid rgba(99, 102, 241, 0.22);
    background: var(--bg-card);
    box-shadow: var(--shadow-neon);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 248px;
}

.pc-download-card__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.pc-download-card .pc-soon { margin-top: auto; align-self: center; }

.pc-download-card__ico {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-size: 20px;
    margin-bottom: 0;
    flex-shrink: 0;
    line-height: 1;
    color: #fff;
    background: var(--dl-ico-bg, var(--grad-cta));
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.pc-download-card:nth-child(1) { --dl-ico-bg: linear-gradient(135deg, #22d3ee, #6366f1); }
.pc-download-card:nth-child(2) { --dl-ico-bg: linear-gradient(135deg, #34d399, #14b8a6); }
.pc-download-card:nth-child(3) { --dl-ico-bg: linear-gradient(135deg, #22c55e, #16a34a); }
.pc-download-card:nth-child(4) { --dl-ico-bg: linear-gradient(135deg, #818cf8, #a855f7); }

.pc-download-card--mp .pc-download-card__ico {
    font-size: 20px;
    color: #fff;
    text-shadow: none;
}

.pc-download-card--mp .pc-qr-slot {
    width: 88px;
    height: 88px;
    margin: 8px auto 14px;
    border-radius: 12px;
    border: 1px dashed rgba(34, 197, 94, 0.35);
    background: rgba(6, 10, 24, 0.85);
    box-shadow: inset 0 0 24px rgba(34, 197, 94, 0.06);
    display: grid;
    place-items: center;
    color: rgba(34, 197, 94, 0.55);
    font-size: 28px;
}

.pc-download-card--mp .pc-soon {
    margin-top: auto;
    align-self: center;
}
.pc-download-card:nth-child(1) { background: linear-gradient(180deg, rgba(8,12,28,0.9) 0%, rgba(34,211,238,0.08) 100%); }
.pc-download-card:nth-child(2) { background: linear-gradient(180deg, rgba(8,12,28,0.9) 0%, rgba(52,211,153,0.06) 100%); }
.pc-download-card:nth-child(3) { background: linear-gradient(180deg, rgba(8,12,28,0.9) 0%, rgba(34,197,94,0.07) 100%); }
.pc-download-card:nth-child(4) { background: linear-gradient(180deg, rgba(8,12,28,0.9) 0%, rgba(168,85,247,0.08) 100%); }

.pc-download-card h3 { font-size: 17px; font-weight: 800; margin-bottom: 0; color: var(--text); flex: 1; min-width: 0; }
.pc-download-card p { font-size: 14px; color: var(--muted); margin-bottom: 16px; }

.pc-download-card--web .pc-btn { width: 100%; padding: 13px 16px; font-size: 15px; margin-top: auto; }

.pc-qr-ph { display: none; }

.pc-download-extra { text-align: center; }

.pc-soon {
    display: inline-flex;
    padding: 7px 16px;
    border-radius: 6px;
    border: 1px dashed rgba(34, 211, 238, 0.35);
    background: rgba(6, 10, 24, 0.75);
    font-size: 12px;
    font-weight: 700;
    font-family: "Outfit", monospace;
    color: var(--neon-cyan);
    letter-spacing: 0.08em;
}

.pc-foot {
    padding: 36px 0 44px;
    border-top: 1px solid var(--line);
    background: rgba(3, 7, 18, 0.6);
}

.pc-foot__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.pc-foot__brand strong {
    display: block;
    font-size: 16px;
    margin-bottom: 4px;
    background: var(--grad-brand);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.pc-foot__brand span { font-size: 13px; color: var(--muted); }
.pc-foot__copy { font-size: 13px; color: var(--muted); margin: 0; }

@keyframes pcMobFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.pc-reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.55s, transform 0.55s;
}
.pc-reveal.is-visible { opacity: 1; transform: none; }

.pc-animate-card {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.pc-animate-card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.pc-flagship-card.pc-animate-card:hover,
.pc-review.pc-animate-card:hover {
    transform: translateY(-6px);
}

@media (max-width: 1024px) {
    .pc-hero-chip { display: none; }
    .pc-hero__bento { grid-template-columns: 1fr; max-width: 420px; margin-inline: auto; }
    .pc-reviews-stats { grid-template-columns: repeat(2, 1fr); }
    .pc-grid--feat { grid-template-columns: repeat(2, 1fr); }
    .pc-flagship-grid { grid-template-columns: 1fr; }
    @media (min-width: 768px) and (max-width: 1024px) {
        .pc-flagship-grid { grid-template-columns: repeat(2, 1fr); }
        .pc-flagship-card--core { grid-column: 1 / -1; }
    }
    .pc-showcase-item,
    .pc-showcase-item--empty { width: calc((100% - 56px) / 5); min-width: 100px; max-width: 132px; }
    .pc-download-grid,
    .pc-download-grid--secondary { grid-template-columns: repeat(2, 1fr); }
    .pc-download-hero__main { flex-direction: column; text-align: center; }
    .pc-download-hero__main .pc-btn { width: 100%; }
    .pc-launch-cta { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}

@media (max-width: 900px) {
    .pc-speed { display: none; }
    .pc-grid, .pc-reviews { grid-template-columns: 1fr; }
}

@media (min-width: 769px) {
    .pc-feat-toggle,
    .pc-reviews-toggle { display: none !important; }
}

@media (max-width: 640px) {
    .pc-hero__head {
        flex-direction: column;
        gap: 14px;
    }
    .pc-hero__title-wrap { text-align: center; }
    .pc-hero__avatar { width: 120px; }
    .pc-hero__stats { gap: 16px 28px; }
    .pc-reviews-stats { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    :root {
        --nav: 58px;
        --pad: 16px;
    }

    .pc-menu { display: none; }
    .pc-burger { display: flex; }
    .pc-brand img { width: 36px; height: 36px; border-radius: 11px; }
    .pc-brand__text { font-size: 17px; }
    .pc-nav__actions { gap: 8px; }
    .pc-nav__actions .pc-btn { padding: 8px 14px; font-size: 13px; }
    .pc-nav__actions .pc-btn--ghost { padding: 8px 10px; }

    .pc-hero {
        padding: calc(var(--nav) + 12px) 0 28px;
    }
    .pc-hero__lead {
        min-height: auto;
        justify-content: flex-start;
        padding-bottom: 0;
    }
    .pc-hero__logo { display: none; }
    .pc-hero__brand-row { margin-bottom: 10px; }
    .pc-hero__eyebrow { font-size: 12px; padding: 5px 12px; }
    .pc-hero__title {
        font-size: clamp(34px, 9.2vw, 44px);
        margin-bottom: 10px;
        line-height: 1.12;
    }
    .pc-hero__tagline {
        font-size: 17px;
        font-weight: 700;
        line-height: 1.5;
        margin-bottom: 10px;
        max-width: 340px;
        color: #fff;
    }
    .pc-hero__desc--desktop { display: none; }
    .pc-hero__desc--mobile {
        display: block;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 14px;
        line-height: 1.65;
        color: rgba(255, 248, 220, 0.92);
        max-width: 320px;
    }
    .pc-hero__stats {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px 12px;
        width: 100%;
        max-width: none;
        padding: 14px 14px;
        margin-bottom: 14px;
        border-color: rgba(251, 191, 36, 0.4);
        background: #1c1c2a;
    }
    .pc-hero__stage {
        padding: 22px 16px 18px;
        border-radius: 20px;
        max-width: 100%;
    }
    .pc-hero__stage--open {
        padding: 4px 0 0;
        border-radius: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
    }
    .pc-hero__btns {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 10px;
        margin-top: 4px;
    }
    .pc-hero__btns .pc-btn {
        width: 100%;
        justify-content: center;
    }
    .pc-hero__punch {
        width: 100%;
        max-width: none;
        margin-top: 4px;
        margin-bottom: 14px;
        padding: 12px 14px;
        gap: 6px 8px;
        background: #2a1f0e;
    }
    .pc-hero__scroll {
        margin-top: 10px;
        font-size: 13px;
        opacity: 0.75;
    }

    .pc-sec { padding: 40px 0; }
    .pc-sec--flagship { padding-top: 32px; padding-bottom: 40px; }
    .pc-sec__head { margin-bottom: 20px; }
    .pc-sec__head h2 {
        font-size: clamp(22px, 6.2vw, 28px);
        margin-bottom: 8px;
    }
    .pc-sec__head p {
        font-size: 13px;
        line-height: 1.55;
        max-width: 300px;
        margin-inline: auto;
    }
    .pc-sec__head .pc-marquee__text {
        font-size: 13px;
    }
    .pc-marquee__track {
        animation-duration: 20s;
    }
    .pc-marquee--pills .pc-marquee__track {
        animation-duration: 14s;
    }

    .pc-flagship-grid {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-inline: 0;
        padding: 0;
        overflow: visible;
        scroll-snap-type: none;
    }
    .pc-flagship-card {
        flex: none;
        width: 100%;
        display: grid;
        grid-template-columns: 42px 1fr;
        grid-template-rows: auto auto auto;
        column-gap: 12px;
        align-items: start;
        padding: 14px 14px 12px;
        border-radius: 16px;
        scroll-snap-align: none;
    }
    .pc-flagship-card--core { grid-column: auto; }
    .pc-flagship-card__tag {
        top: 10px;
        right: 10px;
        padding: 3px 8px;
        font-size: 10px;
    }
    .pc-flagship-card__ico {
        grid-row: 1 / span 2;
        grid-column: 1;
        width: 42px;
        height: 42px;
        margin-bottom: 0;
        font-size: 17px;
        border-radius: 12px;
    }
    .pc-flagship-card h3 {
        grid-column: 2;
        font-size: 16px;
        margin-bottom: 4px;
        padding-right: 72px;
    }
    .pc-flagship-card p {
        grid-column: 1 / -1;
        font-size: 13px;
        line-height: 1.55;
        margin-bottom: 0;
    }
    .pc-flagship-card__cta { display: none !important; }
    .pc-flagship-trust {
        margin-top: 16px;
        font-size: 12px;
        line-height: 1.5;
        gap: 6px;
    }
    .pc-flagship-trust__full { display: none; }
    .pc-flagship-trust__short { display: inline; }

    .pc-feat-toggle,
    .pc-reviews-toggle { display: none !important; }

    .pc-reviews-stats {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
        margin-bottom: 18px;
    }
    .pc-reviews-stat {
        padding: 10px 6px;
        border-radius: 12px;
    }
    .pc-reviews-stat strong {
        font-size: 17px;
        margin-bottom: 2px;
    }
    .pc-reviews-stat span {
        font-size: 10px;
        line-height: 1.25;
    }

    .pc-reviews {
        display: flex;
        grid-template-columns: none;
        overflow-x: hidden;
        overscroll-behavior-x: contain;
        gap: 12px;
        margin-inline: calc(-1 * var(--pad));
        padding: 2px var(--pad) 8px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .pc-reviews::-webkit-scrollbar { display: none; }
    .pc-reviews--marquee {
        display: block;
        overflow: hidden;
        mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
        -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
    }
    .pc-reviews__track {
        display: flex;
        align-items: stretch;
        gap: 12px;
        width: max-content;
        will-change: transform;
        animation-name: pcReviewsMarquee;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-duration: 48s;
    }
    @keyframes pcReviewsMarquee {
        from { transform: translate3d(0, 0, 0); }
        to { transform: translate3d(-50%, 0, 0); }
    }
    .pc-review {
        flex: 0 0 min(86vw, 320px);
        width: min(86vw, 320px);
        padding: 16px;
        opacity: 1 !important;
        transform: none !important;
        visibility: visible !important;
    }
    .pc-review--more { display: block !important; }
    .pc-reviews-toggle { display: none !important; }
    .pc-review__av { width: 40px; height: 40px; font-size: 15px; }
    .pc-review__head strong { font-size: 15px; }
    .pc-review__meta { font-size: 11px; margin-bottom: 8px; }
    .pc-review__text {
        min-height: 0;
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .pc-grid,
    .pc-grid--feat {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .pc-feat-group { margin-bottom: 24px; }
    .pc-feat-group__head { margin-bottom: 12px; }
    .pc-feat-group__head h3 { font-size: 14px; }
    .pc-card { padding: 14px 12px; border-radius: 14px; }
    .pc-card__ico { width: 36px; height: 36px; font-size: 15px; }
    .pc-card__head h3 { font-size: 13px; }
    .pc-card p {
        font-size: 11px;
        line-height: 1.45;
    }

    .pc-download-hero__main .pc-btn { display: none; }
    .pc-welcome-intro__skip { display: inline-block; }
    #pcParticles {
        opacity: 1;
        -webkit-mask-image: none;
        mask-image: none;
    }
    .pc-tech-sparkles {
        opacity: 0.9;
        -webkit-mask-image: none;
        mask-image: none;
    }
    .pc-tech-glow { filter: blur(64px); }
    .pc-tech-glow--1 {
        width: min(340px, 88vw);
        height: min(340px, 88vw);
        background: radial-gradient(circle, rgba(139, 92, 246, 0.34), transparent 70%);
    }
    .pc-tech-glow--2 {
        width: min(300px, 80vw);
        height: min(300px, 80vw);
        background: radial-gradient(circle, rgba(244, 114, 182, 0.26), transparent 70%);
    }
    .pc-tech-glow--3 {
        width: min(260px, 72vw);
        height: min(260px, 72vw);
        background: radial-gradient(circle, rgba(251, 191, 36, 0.18), transparent 70%);
    }
    .pc-tech-grid { opacity: 0.28; }
    .pc-cursor-aura { display: none; }
    .pc-scanlines { opacity: 0.025; }
    .pc-flagship-card:nth-child(1) { animation: pcMobFloat 5.2s ease-in-out infinite; }
    .pc-flagship-card:nth-child(2) { animation: pcMobFloat 5.2s ease-in-out 0.7s infinite; }
    .pc-flagship-card:nth-child(3) { animation: pcMobFloat 5.2s ease-in-out 1.4s infinite; }
    .pc-nav.is-open .pc-nav__right {
        position: absolute;
        top: var(--nav);
        left: var(--pad);
        right: var(--pad);
        flex-direction: column;
        align-items: stretch;
        padding: 18px;
        background: rgba(6, 10, 24, 0.96);
        border: 1px solid rgba(99, 102, 241, 0.3);
        border-radius: var(--r-lg);
        box-shadow: var(--shadow-card);
    }
    .pc-nav.is-open .pc-menu {
        display: flex;
        flex-direction: column;
        gap: 4px;
        margin-bottom: 12px;
    }
    .pc-nav.is-open .pc-menu a { display: block; padding: 10px 12px; border-radius: 12px; }
    .pc-showcase-stage { padding: 20px 16px; border-radius: 18px; }
    .pc-showcase-item,
    .pc-showcase-item--empty { width: calc((100% - 28px) / 3); min-width: 96px; max-width: 120px; }
    .pc-download-grid,
    .pc-download-grid--secondary {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        margin-bottom: 16px;
    }
    .pc-download-grid--secondary .pc-download-card {
        min-height: 0;
        padding: 12px 6px 10px;
        gap: 6px;
        align-items: center;
        text-align: center;
    }
    .pc-download-grid--secondary .pc-download-card__head {
        flex-direction: column;
        align-items: center;
        gap: 6px;
        margin-bottom: 0;
    }
    .pc-download-grid--secondary .pc-download-card__ico {
        width: 38px;
        height: 38px;
        font-size: 17px;
        margin-bottom: 0;
    }
    .pc-download-grid--secondary .pc-download-card h3 {
        font-size: 11px;
        line-height: 1.25;
        margin-bottom: 0;
    }
    .pc-download-grid--secondary .pc-download-card p {
        display: none;
    }
    .pc-download-grid--secondary .pc-soon {
        font-size: 10px;
        padding: 3px 8px;
        margin-top: 2px;
    }
    .pc-download-hero { margin-bottom: 16px; }
    .pc-download-hero__main {
        padding: 16px;
        gap: 12px;
        text-align: left;
    }
    .pc-download-hero__main .pc-download-card__ico {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }
    .pc-download-hero__main h3 { font-size: 16px; }
    .pc-download-hero__main p { font-size: 12px; line-height: 1.5; }
    .pc-launch-cta {
        padding: 20px 16px 18px;
        border-radius: 18px;
        gap: 14px;
    }
    .pc-launch-cta__title { font-size: 20px; }
    .pc-launch-cta__desc { font-size: 12px; }
    .pc-launch-cta__btn { height: 46px; font-size: 15px; }
    #download .pc-sec__head { margin-bottom: 16px; }
    #download .pc-sec__head p { max-width: none; }
    .pc-foot__inner { flex-direction: column; text-align: center; }
}

@media (max-width: 720px) {
    .pc-welcome-music__panel {
        width: min(340px, calc(100vw - 24px));
    }
    .pc-welcome-music__lines { display: none; }
}

/* ?? ?????????? + ????? ?? */
.pc-welcome-music {
    position: fixed;
    top: calc(var(--nav, 72px) + 10px);
    right: max(14px, env(safe-area-inset-right, 0));
    left: auto;
    bottom: auto;
    z-index: 95;
    width: auto;
}

.pc-welcome-music__fab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background: transparent;
    transition: transform 0.18s ease;
}

.pc-welcome-music__fab:hover { transform: scale(1.08); }

.pc-welcome-music__fab-dot {
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    box-shadow:
        0 0 0 3px rgba(251, 191, 36, 0.22),
        0 0 14px rgba(251, 191, 36, 0.45);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.pc-welcome-music.is-playing .pc-welcome-music__fab-dot {
    animation: pcMusicDotPulse 1.6s ease-in-out infinite;
}

@keyframes pcMusicDotPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.22), 0 0 14px rgba(251, 191, 36, 0.45);
    }
    50% {
        transform: scale(1.12);
        box-shadow: 0 0 0 6px rgba(251, 191, 36, 0.14), 0 0 20px rgba(251, 191, 36, 0.55);
    }
}

.pc-welcome-music.is-collapsed .pc-welcome-music__panel {
    display: none;
}

.pc-welcome-music:not(.is-collapsed) .pc-welcome-music__fab {
    display: none;
}

.pc-welcome-music__panel {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: min(320px, calc(100vw - 28px));
    padding: 14px 14px 14px 12px;
    border-radius: 18px;
    border: 1px solid rgba(251, 191, 36, 0.28);
    background:
        linear-gradient(145deg, rgba(42, 32, 24, 0.96), rgba(24, 20, 18, 0.98)),
        radial-gradient(circle at 100% 0%, rgba(245, 158, 11, 0.16), transparent 55%);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
    backdrop-filter: blur(12px);
    animation: pcWelcomeMusicIn 0.35s ease both;
}

.pc-welcome-music__min {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    width: 26px;
    height: 26px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 247, 237, 0.85);
    font-size: 12px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pc-welcome-music__min:hover {
    background: rgba(255, 255, 255, 0.14);
}

.pc-welcome-music.is-playing .pc-welcome-music__disc {
    animation: pcWelcomeSpin 6s linear infinite;
}

.pc-welcome-music__disc {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 50%, #1a1410 0 8px, transparent 8px 100%),
        repeating-radial-gradient(circle at 50% 50%, #2a2118 0 2px, #15110e 2px 4px);
    border: 2px solid rgba(251, 191, 36, 0.45);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
    position: relative;
}

.pc-welcome-music__disc-hole {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0f0c0a;
    box-shadow: 0 0 0 2px rgba(251, 191, 36, 0.25);
}

.pc-welcome-music__body { min-width: 0; flex: 1; }

.pc-welcome-music__tag {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fbbf24;
    margin-bottom: 4px;
}

.pc-welcome-music__title {
    display: block;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
    color: #fff7ed;
    margin-bottom: 2px;
}

.pc-welcome-music__sub {
    font-size: 11px;
    color: #d6d3d1;
    line-height: 1.45;
    margin-bottom: 8px;
}

.pc-welcome-music__lines {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 10px;
    max-height: 52px;
    overflow: hidden;
}

.pc-welcome-music__lines span {
    font-size: 10px;
    line-height: 1.45;
    color: rgba(250, 250, 249, 0.72);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pc-welcome-music__actions {
    display: flex;
    gap: 8px;
}

.pc-welcome-music__play,
.pc-welcome-music__letter {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border-radius: 999px;
    border: none;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.15s ease, opacity 0.15s ease;
}

.pc-welcome-music__play {
    color: #1c1917;
    background: linear-gradient(135deg, #fcd34d, #f59e0b);
    box-shadow: 0 6px 18px rgba(245, 158, 11, 0.35);
}

.pc-welcome-music__letter {
    color: #fde68a;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(251, 191, 36, 0.25);
}

.pc-welcome-music__play:active,
.pc-welcome-music__letter:active { transform: scale(0.97); }

.pc-welcome-envelope {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.pc-welcome-envelope[hidden] { display: none !important; }

.pc-welcome-envelope__veil {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 55% at 50% 42%, rgba(251, 191, 36, 0.16), transparent 68%),
        rgba(6, 4, 12, 0.86);
    backdrop-filter: blur(16px);
}

.pc-welcome-envelope__card {
    position: relative;
    z-index: 1;
    width: min(440px, 94vw);
    padding: 42px 34px 34px;
    border: 1px solid rgba(251, 191, 36, 0.35);
    border-radius: 32px;
    cursor: pointer;
    text-align: center;
    color: #f8fafc;
    overflow: hidden;
    background:
        radial-gradient(ellipse 90% 70% at 50% 0%, rgba(250, 204, 21, 0.14), transparent 55%),
        linear-gradient(165deg, rgba(28, 18, 12, 0.97) 0%, rgba(12, 10, 28, 0.98) 48%, rgba(8, 8, 20, 0.99) 100%);
    box-shadow:
        0 36px 100px rgba(0, 0, 0, 0.6),
        0 0 0 1px rgba(255, 255, 255, 0.06) inset,
        0 0 64px rgba(251, 191, 36, 0.18);
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s ease, border-color 0.28s ease;
    animation: pcEnvCardIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.pc-welcome-envelope__dust {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        radial-gradient(2px 2px at 18% 28%, rgba(253, 230, 138, 0.75), transparent),
        radial-gradient(2px 2px at 72% 22%, rgba(255, 255, 255, 0.55), transparent),
        radial-gradient(1.5px 1.5px at 42% 68%, rgba(251, 191, 36, 0.7), transparent),
        radial-gradient(2px 2px at 84% 74%, rgba(196, 181, 253, 0.55), transparent),
        radial-gradient(1.5px 1.5px at 30% 82%, rgba(255, 255, 255, 0.4), transparent);
    animation: pcEnvDust 7s linear infinite;
    opacity: 0.85;
}

@keyframes pcEnvDust {
    0% { transform: translateY(0); opacity: 0.55; }
    50% { opacity: 0.95; }
    100% { transform: translateY(-28px); opacity: 0.55; }
}

.pc-welcome-envelope__rays {
    position: absolute;
    inset: -30%;
    background: conic-gradient(from 0deg, transparent 0 18deg, rgba(251, 191, 36, 0.08) 18deg 22deg, transparent 22deg 48deg, rgba(167, 139, 250, 0.07) 48deg 52deg, transparent 52deg);
    animation: pcEnvRays 14s linear infinite;
    pointer-events: none;
    opacity: 0.7;
}

@keyframes pcEnvRays {
    to { transform: rotate(360deg); }
}

.pc-welcome-envelope__env {
    position: relative;
    width: 188px;
    height: 132px;
    margin: 0 auto 26px;
    perspective: 680px;
    transform-style: preserve-3d;
}

.pc-welcome-envelope__letter-peek {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 22px;
    height: 78px;
    border-radius: 6px 6px 0 0;
    background:
        linear-gradient(180deg, #fffbeb 0%, #fef3c7 100%);
    box-shadow: 0 -4px 18px rgba(251, 191, 36, 0.25);
    transform: translateY(-10px);
    animation: pcEnvLetterPeek 2.6s ease-in-out infinite;
}

@keyframes pcEnvLetterPeek {
    0%, 100% { transform: translateY(-6px); }
    50% { transform: translateY(-18px); }
}

.pc-welcome-envelope__env-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 92px;
    border-radius: 10px 10px 14px 14px;
    border: 1px solid rgba(253, 224, 171, 0.45);
    background:
        linear-gradient(180deg, #fef9c3 0%, #fde047 45%, #eab308 100%);
    box-shadow:
        0 18px 40px rgba(250, 204, 21, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.pc-welcome-envelope__env-flap {
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    height: 74px;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(180deg, #fef08a 0%, #f59e0b 100%);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    transform-origin: top center;
    transform: rotateX(0deg);
    filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.22));
    animation: pcEnvFlap 2.4s ease-in-out infinite;
    z-index: 2;
}

@keyframes pcEnvFlap {
    0%, 100% { transform: rotateX(0deg); }
    45% { transform: rotateX(28deg); }
    55% { transform: rotateX(28deg); }
}

.pc-welcome-envelope__env-seal {
    position: absolute;
    left: 50%;
    top: 62px;
    transform: translateX(-50%);
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #fff;
    background:
        radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.35), transparent 45%),
        linear-gradient(145deg, #ef4444 0%, #b91c1c 55%, #7f1d1d 100%);
    border: 2px solid rgba(254, 226, 226, 0.85);
    box-shadow:
        0 10px 26px rgba(185, 28, 28, 0.5),
        0 0 28px rgba(251, 191, 36, 0.35);
    animation: pcEnvSealPulse 2.2s ease-in-out infinite;
}

.pc-welcome-envelope__env-seal i {
    font-style: normal;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.pc-welcome-envelope__sub {
    display: block;
    margin: 8px 0 18px;
    font-size: 13px;
    color: rgba(253, 230, 138, 0.78);
    letter-spacing: 0.08em;
}

.pc-welcome-envelope__card strong {
    display: block;
    font-size: clamp(24px, 5vw, 30px);
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: 0.02em;
    background: linear-gradient(135deg, #fff7ed 0%, #fde68a 45%, #fbbf24 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.pc-welcome-envelope__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    color: #1c1917;
    background: linear-gradient(135deg, #fde68a 0%, #f59e0b 100%);
    box-shadow: 0 10px 28px rgba(245, 158, 11, 0.35);
}

.pc-welcome-envelope__card:hover .pc-welcome-envelope__env-flap {
    animation: none;
    transform: rotateX(42deg);
}

.pc-welcome-envelope__card:hover .pc-welcome-envelope__letter-peek {
    animation: none;
    transform: translateY(-28px);
}

@keyframes pcEnvCardIn {
    from { opacity: 0; transform: translateY(22px) scale(0.94); }
    to { opacity: 1; transform: none; }
}

.pc-welcome-envelope__glow {
    position: absolute;
    inset: -40% -20%;
    background:
        radial-gradient(circle at 50% 0%, rgba(167, 139, 250, 0.28), transparent 58%),
        radial-gradient(circle at 80% 90%, rgba(244, 114, 182, 0.14), transparent 52%);
    pointer-events: none;
    animation: pcEnvGlow 4s ease-in-out infinite;
}

@keyframes pcEnvGlow {
    0%, 100% { opacity: 0.75; transform: translateY(0); }
    50% { opacity: 1; transform: translateY(-6px); }
}

.pc-welcome-envelope__frame {
    position: absolute;
    inset: 10px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

.pc-welcome-envelope__card:hover {
    transform: translateY(-5px) scale(1.01);
    border-color: rgba(196, 181, 253, 0.5);
    box-shadow:
        0 40px 100px rgba(0, 0, 0, 0.58),
        0 0 0 1px rgba(255, 255, 255, 0.08) inset,
        0 0 64px rgba(139, 92, 246, 0.32);
}

.pc-welcome-envelope__card:active {
    transform: translateY(-2px) scale(0.995);
}

.pc-welcome-envelope__env-shadow {
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 140px;
    height: 20px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(0, 0, 0, 0.5), transparent 70%);
    filter: blur(5px);
}

@keyframes pcEnvSealPulse {
    0%, 100% { box-shadow: 0 10px 26px rgba(185, 28, 28, 0.5), 0 0 28px rgba(251, 191, 36, 0.35); }
    50% { box-shadow: 0 12px 32px rgba(185, 28, 28, 0.62), 0 0 40px rgba(251, 191, 36, 0.48); }
}

.pc-welcome-envelope__kicker {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.16em;
    color: #fde68a;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: none;
}

.pc-welcome-envelope__cta i {
    font-size: 11px;
    transition: transform 0.2s ease;
}

.pc-welcome-envelope__card:hover .pc-welcome-envelope__cta i {
    transform: translateX(3px);
}

.pc-welcome-letter {
    position: fixed;
    inset: 0;
    z-index: 130;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.pc-welcome-letter[hidden] { display: none !important; }

.pc-welcome-letter.is-open { display: flex; }

.pc-welcome-letter__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(6, 6, 12, 0.78);
    backdrop-filter: blur(8px);
}

.pc-welcome-letter__sheet {
    position: relative;
    z-index: 1;
    width: min(560px, 96vw);
    max-height: min(88vh, 860px);
    max-height: min(88dvh, 860px);
    margin: auto;
    flex-shrink: 0;
    align-self: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 22px;
    background: #faf6ef;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
    animation: pcWelcomeLetterIn 0.45s ease both;
}

.pc-welcome-letter__close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.08);
    color: #57534e;
    cursor: pointer;
}

.pc-welcome-letter__paper {
    position: relative;
    flex: 1;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 28px 28px 8px;
    color: #44403c;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.55), transparent 120px),
        repeating-linear-gradient(180deg, transparent 0 27px, rgba(120, 113, 108, 0.08) 27px 28px);
}

.pc-welcome-letter__typed {
    min-height: 120px;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.pc-welcome-letter__typed h2,
.pc-welcome-letter__typed p {
    max-width: 100%;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.pc-welcome-letter__cursor {
    display: inline-block;
    width: 2px;
    height: 1.05em;
    margin-left: 1px;
    vertical-align: text-bottom;
    background: rgba(180, 83, 9, 0.85);
    transform: translateY(-1px);
}

.pc-welcome-letter__cursor.is-blink {
    animation: pcLetterCursorBlink 0.9s step-end infinite;
}

.pc-welcome-letter__sr-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.pc-welcome-letter__brand {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #a16207;
    margin-bottom: 10px;
}

.pc-welcome-letter__title {
    font-size: clamp(20px, 4vw, 26px);
    font-weight: 800;
    color: #1c1917;
    line-height: 1.3;
    margin-bottom: 6px;
}

.pc-welcome-letter__date {
    font-size: 12px;
    color: #78716c;
    margin-bottom: 18px;
}

.pc-welcome-letter__salute {
    font-size: 17px;
    font-weight: 700;
    color: #292524;
    margin-bottom: 14px;
}

.pc-welcome-letter__p {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 16px;
    text-align: left;
    letter-spacing: 0.01em;
}

.pc-welcome-letter__p--invite {
    color: #44403c;
}

.pc-welcome-letter__p--invite-start {
    margin-top: 10px;
    padding-top: 14px;
    border-top: 1px dashed rgba(124, 58, 237, 0.22);
}

.pc-welcome-letter__signoff {
    font-size: 14px;
    font-weight: 500;
    color: #9f4a4a;
    margin: 20px 0 10px;
    line-height: 1.75;
}

.pc-welcome-letter__signature {
    font-size: 12px;
    font-weight: 600;
    color: #78716c;
    margin-bottom: 4px;
    letter-spacing: 0.06em;
}

.pc-welcome-letter__p--pain {
    color: #7c2d12;
    border-left: 3px solid transparent;
    padding-left: 0;
    transition: border-color 0.45s ease, padding-left 0.45s ease, color 0.35s ease;
}
.pc-welcome-letter__p--pain.is-settled {
    border-left-color: #c45c5c;
    padding-left: 12px;
}

.pc-welcome-letter__p--whisper {
    font-style: italic;
    font-weight: 500;
    color: #78716c;
    letter-spacing: 0.02em;
    opacity: 0.72;
    transition: opacity 0.5s ease, color 0.5s ease, transform 0.5s ease;
}
.pc-welcome-letter__p--whisper.is-settled {
    opacity: 1;
    color: #57534e;
    transform: translateX(2px);
}

.pc-welcome-letter__p--spark {
    position: relative;
    color: #1c1917;
    font-weight: 600;
    background: linear-gradient(90deg, rgba(251, 191, 36, 0.14), rgba(251, 191, 36, 0));
    border-radius: 8px;
    padding: 8px 10px;
    margin-left: -6px;
    margin-right: -6px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
.pc-welcome-letter__p--spark.is-settled {
    box-shadow: inset 3px 0 0 rgba(217, 119, 6, 0.85);
}

.pc-welcome-letter__p--soft {
    font-size: 13px;
    color: #78716c;
    line-height: 1.7;
    opacity: 0.85;
}

.pc-welcome-letter__foot {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 14px 16px 18px;
    border-top: 1px solid rgba(120, 113, 108, 0.12);
    background: linear-gradient(180deg, #f3eee4 0%, #ebe4d8 100%);
    justify-content: center;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.45s ease, transform 0.45s ease;
}
.pc-welcome-letter__foot.is-in {
    opacity: 1;
    transform: translateY(0);
}

.pc-welcome-letter__foot[hidden] { display: none !important; }

.pc-welcome-letter__doors-prompt {
    margin: 0;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #78716c;
}

.pc-welcome-letter__doors {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

@media (min-width: 520px) {
    .pc-welcome-letter__doors {
        grid-template-columns: repeat(3, 1fr);
    }
}

.pc-welcome-letter__door {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 12px 14px;
    border-radius: 14px;
    text-decoration: none;
    color: #1c1917;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(120, 113, 108, 0.16);
    box-shadow: 0 6px 18px rgba(28, 25, 23, 0.06);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    animation: pcDoorIn 0.55s ease both;
}
.pc-welcome-letter__door:nth-child(1) { animation-delay: 0.05s; }
.pc-welcome-letter__door:nth-child(2) { animation-delay: 0.14s; }
.pc-welcome-letter__door:nth-child(3) { animation-delay: 0.23s; }
.pc-welcome-letter__door:hover {
    transform: translateY(-3px);
    border-color: rgba(180, 83, 9, 0.45);
    background: #fff;
    box-shadow: 0 12px 28px rgba(180, 83, 9, 0.14);
}
.pc-welcome-letter__door-tag {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    color: #b45309;
}
.pc-welcome-letter__door-title {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}
.pc-welcome-letter__door-sub {
    font-size: 11px;
    color: #78716c;
    line-height: 1.45;
}

.pc-welcome-letter__doors-soft {
    display: block;
    text-align: center;
    margin-top: 2px;
    font-size: 12px;
    color: #a8a29e;
    text-decoration: none;
    letter-spacing: 0.04em;
    transition: color 0.2s ease;
}
.pc-welcome-letter__doors-soft:hover {
    color: #57534e;
}

@keyframes pcDoorIn {
    from { opacity: 0; transform: translateY(10px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.pc-welcome-letter__done {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    padding: 14px 32px;
    border: 0;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    background: linear-gradient(135deg, #7c3aed 0%, #db2777 100%);
    box-shadow: 0 10px 28px rgba(124, 58, 237, 0.38);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    align-self: stretch;
}

.pc-welcome-letter__done:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(124, 58, 237, 0.48);
}

.pc-welcome-letter__done:active {
    transform: translateY(0);
}

.pc-welcome-letter__sfx[hidden] { display: none !important; }

@keyframes pcLetterCursorBlink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

@keyframes pcWelcomeMusicIn {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes pcWelcomeSpin {
    to { transform: rotate(360deg); }
}

@keyframes pcWelcomePulse {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-4px) scale(1.01); }
}

@keyframes pcWelcomeLetterIn {
    from { opacity: 0; transform: translateY(18px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.pc-welcome-letter__p--verse {
    font-size: 15px;
    line-height: 2.05;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
    color: #3f3f46;
}

.pc-welcome-intro {
    position: fixed;
    inset: 0;
    z-index: 12000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.pc-welcome-intro[hidden] { display: none !important; }

.pc-welcome-intro.is-awaiting-start {
    cursor: pointer;
}

.pc-welcome-intro.is-awaiting-start .pc-welcome-intro__veil,
.pc-welcome-intro.is-awaiting-start .pc-welcome-intro__stage {
    cursor: pointer;
}

.pc-welcome-intro__veil {
    position: absolute;
    inset: 0;
    background: rgba(4, 6, 18, 0.58);
    backdrop-filter: blur(22px) saturate(1.05);
    -webkit-backdrop-filter: blur(22px) saturate(1.05);
}

body.pc-intro-active .pc-tech-bg,
body.pc-intro-active #pcParticles,
body.pc-intro-active .pc-vignette,
body.pc-intro-active .pc-nav,
body.pc-intro-active main,
body.pc-intro-active .pc-foot,
body.pc-intro-active .pc-music-tip {
    filter: blur(14px) saturate(0.88);
    transform: scale(1.01);
}

body.pc-intro-active .pc-welcome-music {
    opacity: 0;
    pointer-events: none;
}

.pc-welcome-intro__stage {
    position: relative;
    z-index: 1;
    width: min(680px, 90vw);
    min-height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 32px;
    padding: 8px 4px 48px;
}

.pc-welcome-intro__start {
    appearance: none;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 28px 20px;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.pc-welcome-intro__start.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.pc-welcome-intro__start[hidden] {
    display: none !important;
}

.pc-welcome-intro__start-kicker {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-indent: 0.22em;
    color: rgba(252, 211, 77, 0.95);
    text-transform: none;
}

.pc-welcome-intro__start-title {
    font-size: clamp(38px, 8.5vw, 56px);
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.15;
    background: linear-gradient(135deg, #fff 0%, #e9d5ff 45%, #f9a8d4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: none;
}

.pc-welcome-intro__start-hint {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: rgba(253, 230, 138, 0.88);
}

.pc-welcome-intro__line {
    margin: 0;
    width: min(100%, 36em);
    min-height: 3.2em;
    font-size: clamp(24px, 5.2vw, 36px);
    font-weight: 650;
    line-height: 1.55;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.96);
    text-shadow: 0 10px 36px rgba(0, 0, 0, 0.4);
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.pc-welcome-intro__line > span:first-child {
    display: block;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.pc-welcome-intro__sub {
    display: block !important;
    margin-top: 0.55em;
    font-size: 0.78em;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    background: linear-gradient(135deg, #c4b5fd 0%, #f9a8d4 50%, #fcd34d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: none;
}

.pc-welcome-intro__line.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.pc-welcome-intro__line--stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    min-height: 0;
}

.pc-welcome-intro__stack-item {
    display: block;
    max-width: 18em;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.55s ease, transform 0.55s ease;
    font-size: clamp(22px, 4.8vw, 34px);
    font-weight: 650;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.96);
}

.pc-welcome-intro__stack-item.is-on {
    opacity: 1;
    transform: translateY(0);
}

.pc-welcome-intro__stack-item:first-child {
    font-weight: 800;
    font-size: clamp(26px, 5.4vw, 38px);
}

.pc-welcome-intro__cursor {
    display: inline-block;
    width: 0.09em;
    height: 0.95em;
    margin-left: 0.1em;
    vertical-align: -0.08em;
    background: linear-gradient(180deg, #f9a8d4, #fcd34d);
    border-radius: 2px;
    box-shadow: 0 0 12px rgba(252, 211, 77, 0.45);
    animation: pc-intro-caret 0.85s steps(1) infinite;
}

@keyframes pc-intro-caret {
    0%, 45% { opacity: 1; }
    46%, 100% { opacity: 0; }
}

.pc-welcome-intro__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 180px;
    padding: 15px 30px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #7c3aed 0%, #db2777 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
    cursor: pointer;
    box-shadow: 0 14px 40px rgba(124, 58, 237, 0.45);
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.45s ease, transform 0.45s ease, box-shadow 0.2s ease;
}

.pc-welcome-intro__cta.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.pc-welcome-intro__cta:hover {
    box-shadow: 0 18px 48px rgba(219, 39, 119, 0.42);
}

.pc-welcome-intro__skip {
    position: absolute;
    left: 50%;
    bottom: 8px;
    transform: translateX(-50%);
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.42);
    font-size: 13px;
    letter-spacing: 0.16em;
    padding: 10px 16px;
    cursor: pointer;
}

.pc-welcome-intro__skip:hover {
    color: rgba(255, 255, 255, 0.72);
}

.pc-welcome-intro.is-out {
    opacity: 0;
    transition: opacity 0.5s ease;
}

body.pc-welcome-lock {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
}

@media (max-width: 768px) {
    .pc-welcome-intro,
    .pc-welcome-envelope,
    .pc-welcome-letter {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        min-height: 100dvh;
        min-height: -webkit-fill-available;
        padding:
            max(12px, env(safe-area-inset-top))
            max(12px, env(safe-area-inset-right))
            max(12px, env(safe-area-inset-bottom))
            max(12px, env(safe-area-inset-left));
    }

    .pc-welcome-intro__stage {
        width: 100%;
        max-width: 100%;
        min-height: 52dvh;
        gap: 26px;
        padding: 24px 18px 64px;
        box-sizing: border-box;
    }

    .pc-welcome-intro__start-kicker {
        font-size: 16px;
        letter-spacing: 0.18em;
        text-indent: 0.18em;
    }

    .pc-welcome-intro__start-title {
        font-size: clamp(36px, 10vw, 48px);
        letter-spacing: 0.14em;
    }

    .pc-welcome-intro__line {
        width: 100%;
        max-width: 18.5em;
        min-height: 4.2em;
        font-size: clamp(22px, 6.2vw, 28px);
        line-height: 1.62;
        letter-spacing: 0.04em;
        text-align: center;
        padding: 0 4px;
    }

    .pc-welcome-intro__sub {
        margin-top: 0.65em;
        font-size: 0.82em;
        letter-spacing: 0.06em;
    }

    .pc-welcome-intro__line,
    .pc-welcome-intro__line.is-visible {
        transform: none;
    }

    .pc-welcome-intro__cta,
    .pc-welcome-intro__cta.is-visible {
        transform: none;
        width: min(100%, 240px);
    }

    .pc-welcome-intro__skip {
        bottom: max(16px, env(safe-area-inset-bottom));
    }

    body.pc-intro-active main,
    body.pc-intro-active .pc-nav,
    body.pc-intro-active .pc-foot,
    body.pc-intro-active .pc-tech-bg,
    body.pc-intro-active #pcParticles,
    body.pc-intro-active .pc-vignette,
    body.pc-intro-active .pc-music-tip {
        filter: blur(6px) saturate(0.92);
        transform: none;
    }

    .pc-welcome-envelope__card {
        width: min(92vw, 340px);
        padding: 28px 22px 24px;
        animation: pcEnvCardInMobile 0.4s ease both;
    }

    @keyframes pcEnvCardInMobile {
        from { opacity: 0; }
        to { opacity: 1; }
    }

    .pc-welcome-letter__sheet {
        width: calc(100vw - 24px - env(safe-area-inset-left) - env(safe-area-inset-right));
        max-width: calc(100vw - 24px - env(safe-area-inset-left) - env(safe-area-inset-right));
        max-height: calc(100dvh - 24px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
        border-radius: 18px;
        animation: pcWelcomeLetterInMobile 0.35s ease both;
    }

    @keyframes pcWelcomeLetterInMobile {
        from { opacity: 0; }
        to { opacity: 1; }
    }

    .pc-welcome-letter__paper {
        padding: 22px 18px 12px;
    }

    .pc-welcome-letter__title {
        font-size: 20px;
        line-height: 1.45;
    }

    .pc-welcome-letter__salute {
        font-size: 17px;
    }

    .pc-welcome-letter__p,
    .pc-welcome-letter__p--verse {
        font-size: 15.5px;
        line-height: 1.88;
        letter-spacing: 0;
    }

    .pc-welcome-envelope__card {
        padding: 30px 22px 26px;
    }

    .pc-welcome-envelope__card strong {
        font-size: clamp(22px, 6.2vw, 28px);
    }

    .pc-welcome-letter__done {
        min-width: 0;
        width: 100%;
    }

    .pc-welcome-letter__foot {
        padding: 12px 14px 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition-duration: 0.01ms !important; }
    .pc-reveal,
    .pc-animate-card { opacity: 1; transform: none; }
    .pc-cursor-aura,
    .pc-scanlines { display: none !important; }
    /* ???????????????????????? */
    .pc-reviews--marquee .pc-reviews__track {
        animation-name: pcReviewsMarquee !important;
        animation-duration: 72s !important;
        animation-timing-function: linear !important;
        animation-iteration-count: infinite !important;
    }
    .pc-hero__aura { opacity: 0.35; }
    .pc-hero__avatar-tilt { animation: none !important; }
    .pc-hero__avatar-glow { animation: none !important; }
    .pc-hero__deck { transform: none !important; }
    .pc-hero-chip { transform: none !important; }
    .pc-welcome-intro__line,
    .pc-welcome-intro__cta { opacity: 1; transform: none; transition: none; }
    .pc-welcome-intro.is-out { opacity: 1; }

    .pc-hero__ticker-track,
    .pc-live-rail__track { animation: none !important; }
    .pc-highlight-card__shine { animation: none !important; }
}

/* ??? 2026-07-28??? / ??? / ????? ??? */
.pc-hero__ticker {
    margin: 18px 0 4px;
    max-width: 520px;
    overflow: hidden;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.pc-hero__ticker-track {
    display: flex;
    width: max-content;
    gap: 28px;
    padding: 9px 0;
    animation: pcTickerScroll 28s linear infinite;
}

.pc-hero__ticker-item {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500;
    color: #cbd5e1;
    letter-spacing: 0.01em;
}

@keyframes pcTickerScroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.pc-sec--highlight {
    padding: 28px 0 12px;
}

.pc-highlight-card {
    position: relative;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 28px;
    align-items: stretch;
    overflow: hidden;
    border-radius: 24px;
    padding: 28px 28px 28px 32px;
    border: 1px solid rgba(251, 146, 60, 0.28);
    background:
        radial-gradient(ellipse 70% 80% at 100% 0%, rgba(251, 146, 60, 0.22) 0%, transparent 55%),
        linear-gradient(135deg, rgba(30, 20, 16, 0.96) 0%, rgba(24, 24, 40, 0.94) 55%, rgba(20, 28, 44, 0.96) 100%);
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.35),
        0 0 0 1px rgba(251, 146, 60, 0.08) inset;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.pc-highlight-card:hover {
    transform: translateY(-4px);
    border-color: rgba(251, 146, 60, 0.45);
    box-shadow:
        0 28px 60px rgba(234, 88, 12, 0.18),
        0 0 0 1px rgba(251, 146, 60, 0.12) inset;
}

.pc-highlight-card__shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.08) 48%, transparent 62%);
    background-size: 220% 100%;
    animation: pcHighlightShine 4.8s ease-in-out infinite;
    pointer-events: none;
}

@keyframes pcHighlightShine {
    0%, 35% { background-position: 120% 0; }
    65%, 100% { background-position: -40% 0; }
}

.pc-highlight-card__body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    min-width: 0;
}

.pc-highlight-card__badge {
    display: inline-flex;
    align-self: flex-start;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #fff7ed;
    background: linear-gradient(135deg, #f97316, #ea580c);
    box-shadow: 0 6px 16px rgba(234, 88, 12, 0.35);
}

.pc-highlight-card__body h2 {
    margin: 0;
    font-size: clamp(28px, 3.4vw, 40px);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #fff;
    line-height: 1.15;
}

.pc-highlight-card__body p {
    margin: 0;
    max-width: 46ch;
    font-size: 15px;
    line-height: 1.7;
    color: #cbd5e1;
}

.pc-highlight-card__platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
}

.pc-highlight-card__platforms span {
    padding: 5px 11px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: #fed7aa;
    background: rgba(251, 146, 60, 0.12);
    border: 1px solid rgba(251, 146, 60, 0.22);
}

/* ?????????????????????????????? */
.pc-marquee {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    contain: paint;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.pc-sec__head .pc-marquee {
    margin-top: 10px;
}

.pc-sec__head,
.pc-wrap,
.pc-highlight-card__body,
.pc-flagship-trust {
    min-width: 0;
    max-width: 100%;
}

.pc-marquee__track {
    display: flex;
    width: max-content;
    max-width: none;
    gap: 28px;
    align-items: center;
    animation: pcMarqueeX 28s linear infinite;
    will-change: transform;
    backface-visibility: hidden;
}

.pc-marquee--pills .pc-marquee__track {
    gap: 12px;
    animation-duration: 18s;
}

.pc-marquee--muted .pc-marquee__track {
    animation-duration: 22s;
}

.pc-marquee__group {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.pc-marquee__text {
    flex-shrink: 0;
    white-space: nowrap;
    color: var(--muted);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
}

.pc-marquee--muted .pc-marquee__text {
    font-size: 13px;
    color: var(--muted);
}

.pc-marquee--inline {
    flex: 1;
    min-width: 0;
    mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.pc-marquee--inline .pc-marquee__text {
    font-size: 14px;
}

.pc-marquee--pills {
    margin-top: 4px;
}

.pc-marquee--pills .pc-marquee__group span {
    display: inline-flex;
    padding: 5px 11px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: #fed7aa;
    background: rgba(251, 146, 60, 0.12);
    border: 1px solid rgba(251, 146, 60, 0.22);
    white-space: nowrap;
}

.pc-download-soon-note .pc-marquee {
    margin: 0 auto;
    max-width: min(100%, 720px);
}

@keyframes pcMarqueeX {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-50%, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
    .pc-marquee__track {
        animation: none !important;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        gap: 8px;
    }
    .pc-marquee__text[aria-hidden="true"],
    .pc-marquee__group[aria-hidden="true"] {
        display: none !important;
    }
    .pc-marquee__text {
        white-space: normal;
        text-align: center;
    }
}

.pc-highlight-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    font-size: 15px;
    font-weight: 800;
    color: #fdba74;
}

.pc-highlight-card__cta i {
    transition: transform 0.2s ease;
}

.pc-highlight-card:hover .pc-highlight-card__cta i {
    transform: translateX(4px);
}

.pc-highlight-card__hint {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(226, 232, 240, 0.62);
}

.pc-highlight-card__visual {
    position: relative;
    z-index: 1;
    min-height: 200px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(251, 191, 36, 0.22);
    background:
        radial-gradient(ellipse 80% 70% at 70% 30%, rgba(251, 146, 60, 0.18), transparent 60%),
        linear-gradient(160deg, rgba(15, 18, 32, 0.92), rgba(8, 10, 20, 0.96));
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 22px;
}

.pc-highlight-card__mark {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    gap: 10px 12px;
    text-align: center;
    color: #fde68a;
}

.pc-highlight-card__mark-num {
    font-size: clamp(28px, 3.2vw, 40px);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #fff7ed;
    line-height: 1;
}

.pc-highlight-card__mark-label {
    font-size: 15px;
    font-weight: 600;
    color: rgba(253, 230, 138, 0.82);
}

.pc-highlight-card__mark i {
    font-size: 14px;
    color: #fb923c;
    align-self: center;
}

.pc-highlight-card__ph {
    display: none;
}

.pc-card {
    position: relative;
}

.pc-card--hot {
    border-color: rgba(251, 146, 60, 0.35) !important;
    box-shadow: 0 12px 36px rgba(234, 88, 12, 0.12);
}

.pc-card__badge {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    color: #fff7ed;
    background: linear-gradient(135deg, #f97316, #ea580c);
}

.pc-card__scene {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    color: #a5b4fc;
    background: rgba(99, 102, 241, 0.14);
    border: 1px solid rgba(99, 102, 241, 0.22);
}

@media (max-width: 900px) {
    .pc-highlight-card {
        grid-template-columns: 1fr;
        padding: 22px;
        gap: 18px;
    }

    .pc-highlight-card__visual {
        min-height: 140px;
        order: -1;
    }
}

@media (max-width: 640px) {
    .pc-live-rail {
        width: calc(100% - 16px);
        margin-top: 6px;
        padding: 8px 10px;
        gap: 8px;
        border-radius: 16px;
    }
    .pc-live-rail__label { font-size: 10px; }
    .pc-live-rail__item { font-size: 12px; }
    .pc-live-rail__track { animation-duration: 16s; }

    .pc-sec--highlight {
        padding: 16px 0 4px;
    }

    .pc-highlight-card__body h2 {
        font-size: 24px;
    }

    .pc-highlight-card__body p {
        font-size: 13.5px;
    }
}

/* =========================================================
   2026-07-28 landing Step2: dual engines / capability hierarchy / pipeline / compare
   Keep particles, grid, Aurora, tilt, reveal ? strengthen visual hierarchy only
   ========================================================= */

#why.pc-sec,
#platform.pc-sec,
#capabilities.pc-sec,
#pipeline.pc-sec,
#cases.pc-sec,
#membership.pc-sec,
#partner.pc-sec,
#partner-gifts.pc-sec {
    position: relative;
}

#why .pc-suite {
    border: 1px solid rgba(167, 139, 250, 0.18);
    background:
        radial-gradient(ellipse 80% 60% at 20% 0%, rgba(124, 58, 237, 0.16), transparent 55%),
        linear-gradient(165deg, rgba(24, 24, 38, 0.92), rgba(15, 15, 24, 0.88));
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

#why .pc-suite__copy {
    padding: 36px 40px;
}

/* -- dual engines -- */
.pc-engines {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 18px;
    align-items: stretch;
    margin-top: 36px;
}

.pc-engine-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    padding: 28px 26px 26px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(160deg, rgba(28, 28, 44, 0.95), rgba(16, 16, 26, 0.92));
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
    transform-style: preserve-3d;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.pc-engine-card:hover {
    border-color: rgba(196, 181, 253, 0.35);
    box-shadow: 0 22px 56px rgba(76, 29, 149, 0.22);
}

.pc-engine-card__glow {
    position: absolute;
    inset: -40% auto auto -20%;
    width: 70%;
    height: 70%;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.45;
    pointer-events: none;
}

.pc-engine-card--create .pc-engine-card__glow {
    background: radial-gradient(circle, rgba(56, 189, 248, 0.45), transparent 70%);
}

.pc-engine-card--growth .pc-engine-card__glow {
    background: radial-gradient(circle, rgba(167, 139, 250, 0.5), transparent 70%);
    inset: auto -20% -40% auto;
}

.pc-engine-card--create {
    border-color: rgba(56, 189, 248, 0.22);
}

.pc-engine-card--growth {
    border-color: rgba(167, 139, 250, 0.25);
}

.pc-engine-card__step {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(226, 232, 240, 0.55);
    margin-bottom: 10px;
}

.pc-engine-card__title {
    margin: 0 0 12px;
    font-size: clamp(1.45rem, 2.2vw, 1.85rem);
    font-weight: 750;
    letter-spacing: 0.02em;
    color: #f8fafc;
}

.pc-engine-card__solve {
    margin: 0 0 10px;
    font-size: 1.05rem;
    font-weight: 650;
    color: #e2e8f0;
}

.pc-engine-card__solve span {
    display: inline-block;
    margin-right: 8px;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.72);
    vertical-align: 2px;
}

.pc-engine-card--create .pc-engine-card__solve {
    color: #7dd3fc;
}

.pc-engine-card--growth .pc-engine-card__solve {
    color: #c4b5fd;
}

.pc-engine-card__desc {
    margin: 0 0 16px;
    font-size: 0.92rem;
    line-height: 1.55;
    color: rgba(226, 232, 240, 0.72);
}

.pc-engine-card__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
}

.pc-engine-card__chips li {
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12.5px;
    color: rgba(248, 250, 252, 0.88);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.pc-engines__bridge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 72px;
    padding: 8px 0;
}

.pc-engines__bridge-line {
    width: 2px;
    flex: 1;
    min-height: 28px;
    border-radius: 2px;
    background: linear-gradient(180deg, transparent, rgba(196, 181, 253, 0.55), transparent);
}

.pc-engines__bridge-badge {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    letter-spacing: 0.22em;
    font-size: 12px;
    font-weight: 700;
    color: #ddd6fe;
    padding: 14px 8px;
    border-radius: 999px;
    border: 1px solid rgba(196, 181, 253, 0.35);
    background: rgba(76, 29, 149, 0.28);
    box-shadow: 0 0 24px rgba(124, 58, 237, 0.25);
    white-space: nowrap;
}

/* -- capability hierarchy: MAX > hot > proof -- */
#capabilities .pc-sec__head {
    margin-bottom: 28px;
}

.pc-cap-hero {
    position: relative;
    margin-bottom: 48px;
}

.pc-cap-hero::before {
    content: '';
    position: absolute;
    inset: -18px -12px;
    border-radius: 28px;
    background:
        radial-gradient(ellipse 60% 70% at 15% 40%, rgba(251, 191, 36, 0.12), transparent 55%),
        radial-gradient(ellipse 50% 60% at 85% 30%, rgba(124, 58, 237, 0.14), transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.pc-deep--cap-hero {
    position: relative;
    z-index: 1;
    min-height: 420px;
    border: 1px solid rgba(251, 191, 36, 0.28);
    box-shadow:
        0 28px 70px rgba(0, 0, 0, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.04) inset;
    background: linear-gradient(145deg, rgba(30, 28, 42, 0.98), rgba(14, 14, 22, 0.95));
}

.pc-deep--cap-hero .pc-deep__visual {
    min-height: 420px;
}

.pc-deep--cap-hero .pc-deep__visual img {
    transform: scale(1.02);
}

.pc-deep--cap-hero .pc-deep__tag {
    background: linear-gradient(90deg, #f59e0b, #fbbf24);
    color: #1c1917;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.pc-cap-hero__kicker {
    margin: 0 0 8px;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(251, 191, 36, 0.85);
}

.pc-deep--cap-hero .pc-deep__copy h3 {
    font-size: clamp(1.7rem, 2.6vw, 2.2rem);
}

.pc-cap-hot {
    margin: 8px 0 40px;
    padding: 28px 24px 8px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.02);
}

.pc-cap-hot__head {
    margin-bottom: 18px;
    text-align: center;
}

.pc-cap-hot__label,
.pc-cap-proof__label {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    letter-spacing: 0.12em;
    color: rgba(226, 232, 240, 0.7);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.pc-cap-hot__head h3 {
    margin: 0 0 6px;
    font-size: 1.2rem;
    color: #f1f5f9;
}

.pc-cap-hot__head p {
    margin: 0;
    font-size: 0.92rem;
    color: rgba(203, 213, 225, 0.72);
}

.pc-pick-grid--hot {
    opacity: 0.96;
}

.pc-pick-grid--hot .pc-pick-card {
    min-height: 0;
    padding: 18px 16px;
    background: rgba(18, 18, 28, 0.72);
}

.pc-pick-grid--hot .pc-pick-card h3 {
    font-size: 0.98rem;
}

.pc-pick-grid--hot .pc-pick-card p {
    font-size: 0.82rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pc-cap-proof {
    margin-top: 8px;
    padding: 22px 20px;
    border-radius: 18px;
    border: 1px dashed rgba(148, 163, 184, 0.28);
    background: rgba(15, 15, 24, 0.45);
    text-align: center;
}

.pc-cap-proof__head p {
    margin: 8px 0 0;
    font-size: 0.9rem;
    color: rgba(148, 163, 184, 0.85);
}

.pc-cap-proof .pc-feat-more {
    margin-top: 14px;
}

.pc-cap-proof__cats {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.pc-cap-proof__cat {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    color: rgba(226, 232, 240, 0.78);
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    transition: border-color 0.2s ease, color 0.2s ease;
}

.pc-cap-proof__cat:hover {
    color: #fff;
    border-color: rgba(196, 181, 253, 0.45);
}

.pc-feat-body--proof {
    margin-top: 20px;
    padding: 20px 16px 8px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.18);
}

.pc-feat-body--proof .pc-card {
    opacity: 0.92;
}

.pc-card__case {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    margin: 10px 0 14px;
    border-radius: 12px;
    border: 1px dashed rgba(148, 163, 184, 0.25);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(148, 163, 184, 0.55);
    font-size: 12px;
    letter-spacing: 0.08em;
}
/* 案例图槽位 · 真实出图示例（可点击放大） */
.pc-card__case--img {
    display: block;
    width: 100%;
    min-height: 0;
    padding: 0;
    margin: 12px 0 2px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 12px;
    background: #0b1020;
    overflow: hidden;
    cursor: zoom-in;
    aspect-ratio: 4 / 3;
}
.pc-card__case--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.45s ease;
}
.pc-card__case--img:hover img { transform: scale(1.06); }

/* -- pipeline steps -- */
.pc-pipeline {
    list-style: none;
    margin: 0;
    padding: 8px 0 0;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.pc-pipeline__step {
    position: relative;
    padding: 22px 14px 18px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(165deg, rgba(30, 30, 46, 0.9), rgba(14, 14, 22, 0.88));
    text-align: center;
    transition: border-color 0.25s ease, transform 0.25s ease;
}

.pc-pipeline__step:hover {
    border-color: rgba(125, 211, 252, 0.35);
}

.pc-pipeline__num {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
    letter-spacing: 0.16em;
    color: rgba(125, 211, 252, 0.75);
    font-weight: 700;
}

.pc-pipeline__ico {
    width: 42px;
    height: 42px;
    margin: 0 auto 12px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: rgba(56, 189, 248, 0.12);
    color: #7dd3fc;
    font-size: 16px;
}

.pc-pipeline__step h3 {
    margin: 0 0 8px;
    font-size: 0.95rem;
    color: #f8fafc;
}

.pc-pipeline__step p {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.45;
    color: rgba(203, 213, 225, 0.7);
}

.pc-pipeline__arrow {
    position: absolute;
    top: 50%;
    right: -10px;
    width: 16px;
    height: 2px;
    background: linear-gradient(90deg, rgba(196, 181, 253, 0.15), rgba(196, 181, 253, 0.7));
    transform: translateY(-50%);
    z-index: 2;
}

.pc-pipeline__arrow::after {
    content: '';
    position: absolute;
    right: -1px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 2px solid rgba(196, 181, 253, 0.8);
    border-top: 2px solid rgba(196, 181, 253, 0.8);
    transform: translateY(-50%) rotate(45deg);
}

.pc-pipeline__cta {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

/* -- before / after compare -- */
.pc-compare {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 18px;
    align-items: stretch;
}

.pc-compare__card {
    border-radius: 22px;
    padding: 28px 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(18, 18, 28, 0.88);
}

.pc-compare__card--before {
    border-color: rgba(248, 113, 113, 0.22);
    background: linear-gradient(160deg, rgba(40, 20, 24, 0.9), rgba(16, 16, 24, 0.92));
}

.pc-compare__card--after {
    border-color: rgba(52, 211, 153, 0.28);
    background: linear-gradient(160deg, rgba(16, 40, 32, 0.92), rgba(16, 16, 24, 0.92));
    box-shadow: 0 18px 48px rgba(16, 185, 129, 0.12);
}

.pc-compare__tag {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    letter-spacing: 0.1em;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(248, 250, 252, 0.7);
}

.pc-compare__card h3 {
    margin: 0 0 16px;
    font-size: 1.35rem;
}

.pc-compare__card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pc-compare__card li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.98rem;
    color: rgba(241, 245, 249, 0.9);
}

.pc-compare__card li:last-child {
    border-bottom: 0;
}

.pc-compare__card--before li i {
    color: #f87171;
}

.pc-compare__card--after li i {
    color: #34d399;
}

.pc-compare__card .pc-btn {
    margin-top: 18px;
}

.pc-compare__vs {
    display: grid;
    place-items: center;
    min-width: 48px;
}

.pc-compare__vs span {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #e9d5ff;
    border: 1px solid rgba(196, 181, 253, 0.4);
    background: rgba(76, 29, 149, 0.35);
    box-shadow: 0 0 28px rgba(124, 58, 237, 0.3);
}

.pc-partner-cta {
    max-width: 720px;
    margin: 36px auto 0;
}

.pc-partner-gifts__note {
    text-align: center;
    margin-top: 20px;
}

#membership .pc-paths-trust {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1100px) {
    .pc-pipeline {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .pc-pipeline__arrow {
        display: none;
    }
}

@media (max-width: 900px) {
    .pc-engines {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .pc-engines__bridge {
        flex-direction: row;
        min-height: 0;
        padding: 4px 0;
    }
    .pc-engines__bridge-line {
        width: auto;
        flex: 1;
        min-height: 2px;
        height: 2px;
        background: linear-gradient(90deg, transparent, rgba(196, 181, 253, 0.55), transparent);
    }
    .pc-engines__bridge-badge {
        writing-mode: horizontal-tb;
        letter-spacing: 0.14em;
        padding: 8px 14px;
    }
    .pc-compare {
        grid-template-columns: 1fr;
    }
    .pc-compare__vs {
        min-height: 36px;
    }
    .pc-deep--cap-hero,
    .pc-deep--cap-hero .pc-deep__visual {
        min-height: 0;
    }
    #membership .pc-paths-trust {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .pc-pipeline {
        grid-template-columns: 1fr 1fr;
    }
    #why .pc-suite__copy {
        padding: 24px 18px;
    }
    .pc-cap-hot {
        padding: 20px 12px 4px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pc-engine-card,
    .pc-pipeline__step,
    .pc-compare__card {
        transition: none;
    }
}

/* =========================================================
   2026-07-28 Step2.5: MAX core case + business scene pipeline
   ========================================================= */

.pc-why-copy {
    max-width: 720px;
    margin: 0 auto;
    padding: 36px 40px;
}

.pc-member-card {
    grid-column: 1 / -1;
    max-width: 640px;
    margin: 0 auto;
}

/* MAX core case */
.pc-max-case {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    padding: 32px 28px 28px;
    border: 1px solid rgba(251, 191, 36, 0.28);
    background:
        radial-gradient(ellipse 70% 55% at 12% 10%, rgba(251, 191, 36, 0.12), transparent 55%),
        radial-gradient(ellipse 55% 50% at 90% 20%, rgba(124, 58, 237, 0.14), transparent 60%),
        linear-gradient(155deg, rgba(28, 26, 40, 0.98), rgba(12, 12, 20, 0.96));
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
}

.pc-max-case__head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 28px;
}

.pc-max-case__badge {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    color: #1c1917;
    background: linear-gradient(90deg, #f59e0b, #fbbf24);
}

.pc-max-case__head h3 {
    margin: 0 0 10px;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    color: #fffbeb;
}

.pc-max-case__lead {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;
    color: rgba(253, 230, 138, 0.82);
}

.pc-max-case__flow {
    display: grid;
    grid-template-columns: minmax(160px, 220px) 88px minmax(0, 1fr);
    gap: 14px;
    align-items: stretch;
    margin-bottom: 22px;
}

.pc-max-case__input {
    border-radius: 20px;
    padding: 14px;
    border: 1px dashed rgba(251, 191, 36, 0.4);
    background: rgba(0, 0, 0, 0.28);
    text-align: center;
}

.pc-max-case__input-visual {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    aspect-ratio: 1;
    margin-bottom: 12px;
    background: rgba(255, 255, 255, 0.04);
}

.pc-max-case__input-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pc-max-case__input-tag {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    color: #111;
    background: rgba(251, 191, 36, 0.95);
}

.pc-max-case__input strong {
    display: block;
    margin-bottom: 4px;
    color: #fef3c7;
    font-size: 1rem;
}

.pc-max-case__input > span {
    color: rgba(253, 230, 138, 0.65);
    font-size: 0.82rem;
}

.pc-max-case__arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fbbf24;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.pc-max-case__arrow i {
    font-size: 18px;
    animation: pcMaxArrowPulse 1.6s ease-in-out infinite;
}

@keyframes pcMaxArrowPulse {
    0%, 100% { transform: translateX(0); opacity: 0.7; }
    50% { transform: translateX(4px); opacity: 1; }
}

.pc-max-case__outputs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.pc-max-case__out {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(18, 18, 28, 0.85);
    transition: border-color 0.25s ease, transform 0.25s ease;
}

.pc-max-case__out:hover {
    border-color: rgba(251, 191, 36, 0.45);
}

.pc-max-case__out-media {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
}

.pc-max-case__out-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.pc-max-case__out:hover .pc-max-case__out-media img {
    transform: scale(1.05);
}

.pc-max-case__out-copy {
    padding: 10px 10px 12px;
}

.pc-max-case__out-copy i {
    color: #fbbf24;
    font-size: 12px;
    margin-right: 4px;
}

.pc-max-case__out-copy strong {
    display: inline;
    color: #f8fafc;
    font-size: 0.9rem;
}

.pc-max-case__out-copy span {
    display: block;
    margin-top: 4px;
    font-size: 0.75rem;
    line-height: 1.4;
    color: rgba(203, 213, 225, 0.7);
}

.pc-max-case__ph {
    width: 100%;
    height: 100%;
    min-height: 96px;
    display: grid;
    place-items: center;
    color: rgba(251, 191, 36, 0.55);
    font-size: 22px;
    background: rgba(255, 255, 255, 0.03);
}

.pc-max-case__value {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 22px;
}

.pc-max-case__value-item {
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
}

.pc-max-case__value-item strong {
    display: block;
    margin-bottom: 4px;
    color: #fde68a;
    font-size: 0.95rem;
}

.pc-max-case__value-item span {
    font-size: 0.82rem;
    color: rgba(226, 232, 240, 0.7);
    line-height: 1.45;
}

.pc-max-case__cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

/* Business scene */
.pc-biz-scene {
    border-radius: 26px;
    padding: 28px 24px 24px;
    border: 1px solid rgba(125, 211, 252, 0.2);
    background:
        radial-gradient(ellipse 60% 50% at 80% 0%, rgba(56, 189, 248, 0.12), transparent 55%),
        linear-gradient(165deg, rgba(20, 28, 40, 0.95), rgba(12, 12, 20, 0.94));
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.3);
}

.pc-biz-scene__hero {
    text-align: center;
    margin-bottom: 26px;
}

.pc-biz-scene__kicker {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    letter-spacing: 0.14em;
    color: #bae6fd;
    border: 1px solid rgba(125, 211, 252, 0.3);
    background: rgba(14, 165, 233, 0.12);
}

.pc-biz-scene__hero h3 {
    margin: 0 0 8px;
    font-size: clamp(1.35rem, 2.4vw, 1.85rem);
    color: #f0f9ff;
}

.pc-biz-scene__hero > p {
    margin: 0 auto 16px;
    max-width: 640px;
    color: rgba(186, 230, 253, 0.78);
    line-height: 1.6;
}

.pc-biz-scene__phases {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #e0f2fe;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.pc-biz-scene__phases i {
    font-size: 10px;
    color: rgba(125, 211, 252, 0.7);
}

.pc-biz-scene__track {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.pc-biz-scene__step {
    position: relative;
    padding: 16px 12px 14px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(10, 14, 22, 0.72);
    text-align: left;
}

.pc-biz-scene__step[data-phase="??"] {
    border-color: rgba(251, 191, 36, 0.28);
}

.pc-biz-scene__step[data-phase="??"] {
    border-color: rgba(56, 189, 248, 0.28);
}

.pc-biz-scene__step[data-phase="??"] {
    border-color: rgba(52, 211, 153, 0.3);
}

.pc-biz-scene__step-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.pc-biz-scene__phase {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: rgba(226, 232, 240, 0.65);
}

.pc-biz-scene__num {
    font-size: 11px;
    font-weight: 800;
    color: rgba(125, 211, 252, 0.8);
}

.pc-biz-scene__ico {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    margin-bottom: 10px;
    background: rgba(56, 189, 248, 0.12);
    color: #7dd3fc;
}

.pc-biz-scene__step[data-phase="??"] .pc-biz-scene__ico {
    background: rgba(251, 191, 36, 0.12);
    color: #fbbf24;
}

.pc-biz-scene__step[data-phase="??"] .pc-biz-scene__ico {
    background: rgba(52, 211, 153, 0.12);
    color: #34d399;
}

.pc-biz-scene__step h4 {
    margin: 0 0 6px;
    font-size: 0.92rem;
    color: #f8fafc;
}

.pc-biz-scene__step p {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.45;
    color: rgba(203, 213, 225, 0.72);
}

.pc-biz-scene__result {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    border-radius: 16px;
    border: 1px solid rgba(52, 211, 153, 0.28);
    background: rgba(6, 78, 59, 0.22);
}

.pc-biz-scene__result strong {
    display: block;
    margin-bottom: 4px;
    color: #6ee7b7;
    letter-spacing: 0.08em;
    font-size: 12px;
}

.pc-biz-scene__result p {
    margin: 0;
    max-width: 640px;
    color: rgba(209, 250, 229, 0.88);
    line-height: 1.55;
    font-size: 0.95rem;
}

@media (max-width: 1100px) {
    .pc-max-case__flow {
        grid-template-columns: 1fr;
    }
    .pc-max-case__arrow {
        flex-direction: row;
        padding: 4px 0;
    }
    .pc-max-case__arrow i {
        transform: rotate(90deg);
    }
    .pc-max-case__outputs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .pc-biz-scene__track {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .pc-max-case {
        padding: 22px 16px 18px;
    }
    .pc-max-case__value {
        grid-template-columns: 1fr;
    }
    .pc-max-case__outputs {
        grid-template-columns: 1fr 1fr;
    }
    .pc-biz-scene__track {
        grid-template-columns: 1fr 1fr;
    }
    .pc-why-copy {
        padding: 24px 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pc-max-case__arrow i {
        animation: none;
    }
}

/* conversion polish */
.pc-hero__title {
    font-size: clamp(1.85rem, 4.2vw, 3.1rem);
    line-height: 1.18;
    max-width: 16em;
}

.pc-hero__tagline {
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    opacity: 0.92;
}

.pc-hero__sublinks {
    margin-top: 12px !important;
    opacity: 0.72;
    font-size: 0.92em;
}

.pc-hero__sublinks a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.pc-biz-scene__identity {
    margin: 0 auto 10px !important;
    max-width: 640px;
    font-size: 1.05rem !important;
    font-weight: 650;
    color: #fef3c7 !important;
}

.pc-final-links {
    text-align: center;
    margin-top: 16px;
}

.pc-max-case__arrow span {
    white-space: nowrap;
}

@media (max-width: 720px) {
    .pc-hero__title {
        max-width: none;
        font-size: clamp(1.55rem, 7vw, 2rem);
    }
}

/* =========================================================
   2026-07-28: commercial conversion polish
   ========================================================= */

.pc-hero__punch-num {
    letter-spacing: 0.06em;
}

.pc-max-case--story {
    background:
        radial-gradient(ellipse 65% 50% at 8% 8%, rgba(251, 191, 36, 0.16), transparent 55%),
        radial-gradient(ellipse 50% 45% at 92% 18%, rgba(56, 189, 248, 0.1), transparent 58%),
        radial-gradient(ellipse 40% 40% at 70% 90%, rgba(124, 58, 237, 0.12), transparent 60%),
        linear-gradient(155deg, rgba(28, 26, 40, 0.98), rgba(12, 12, 20, 0.96));
}

.pc-max-story {
    margin: 0 0 24px;
    padding: 18px 20px 16px;
    border-radius: 18px;
    border: 1px solid rgba(251, 191, 36, 0.22);
    background:
        linear-gradient(120deg, rgba(251, 191, 36, 0.08), transparent 42%),
        rgba(0, 0, 0, 0.28);
}

.pc-max-story__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    align-items: baseline;
    margin-bottom: 14px;
}

.pc-max-story__meta strong {
    color: #fef3c7;
    font-size: 1.05rem;
}

.pc-max-story__meta span {
    color: rgba(253, 230, 138, 0.72);
    font-size: 0.9rem;
}

.pc-max-story__beats {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.pc-max-story__beats li {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.pc-max-story__beats li span {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #fbbf24;
}

.pc-max-story__beats li strong {
    color: #fffbeb;
    font-size: 0.95rem;
}

.pc-max-story__beats li em {
    font-style: normal;
    color: rgba(226, 232, 240, 0.62);
    font-size: 0.78rem;
    line-height: 1.4;
}

.pc-agent-tasks {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.pc-agent-task__head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 14px;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pc-agent-task__head strong {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 0.92rem;
    color: #0f172a;
    background: linear-gradient(90deg, #38bdf8, #a78bfa);
}

.pc-agent-task__head span {
    color: rgba(226, 232, 240, 0.72);
    font-size: 0.92rem;
}

.pc-member-card {
    border-color: rgba(56, 189, 248, 0.22);
    box-shadow: 0 18px 48px rgba(14, 165, 233, 0.08);
}

.pc-paths-trust__item strong {
    letter-spacing: 0.01em;
}

@media (max-width: 960px) {
    .pc-max-story__beats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .pc-max-story__beats {
        grid-template-columns: 1fr 1fr;
    }
    .pc-max-story {
        padding: 14px 12px;
    }
    .pc-agent-task__head {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* =========================================================
   2026-07-29 Phase1: production-result proof (MAX first)
   ========================================================= */

.pc-max-proof-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 12px;
}

.pc-max-proof-legend span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(253, 230, 138, 0.78);
    font-size: 0.86rem;
}

.pc-max-proof-legend i {
    font-style: normal;
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    color: #111;
    background: linear-gradient(90deg, #f59e0b, #fbbf24);
}

.pc-max-proof__ai {
    display: block;
    margin-top: 4px;
    color: #fde68a !important;
    font-size: 0.8rem !important;
    font-weight: 650;
}

.pc-max-proof__use {
    display: block;
    margin-top: 2px;
    color: rgba(226, 232, 240, 0.68) !important;
    font-size: 0.78rem !important;
}

.pc-max-case__outputs--proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.pc-max-case__out--proof {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.pc-max-case__out--proof .pc-max-case__out-media {
    aspect-ratio: 1 / 1.05;
    min-height: 0;
}

.pc-max-case__out--proof .pc-max-case__out-media > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pc-max-xhs {
    position: relative;
    height: 100%;
    display: grid;
    grid-template-rows: 1.1fr 0.9fr;
    background: #111;
}

.pc-max-xhs--card {
    display: block;
    height: 100%;
    background: #fff;
}

.pc-max-xhs--card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.pc-max-xhs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pc-max-xhs__copy {
    padding: 10px 12px 12px;
    background: linear-gradient(180deg, rgba(28, 25, 23, 0.96), rgba(12, 10, 9, 0.98));
    border-top: 1px solid rgba(251, 191, 36, 0.18);
}

.pc-max-xhs__copy strong {
    display: block;
    margin-bottom: 6px;
    color: #fffbeb;
    font-size: 0.82rem;
    line-height: 1.35;
}

.pc-max-xhs__copy p {
    margin: 0;
    color: rgba(226, 232, 240, 0.72);
    font-size: 0.72rem;
    line-height: 1.45;
}

.pc-io-strip {
    margin-top: 28px;
    padding: 22px 20px 20px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(ellipse 55% 60% at 0% 0%, rgba(251, 191, 36, 0.08), transparent 55%),
        rgba(0, 0, 0, 0.22);
}

.pc-io-strip__head {
    text-align: center;
    margin-bottom: 16px;
}

.pc-io-strip__label {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: #fef3c7;
    border: 1px solid rgba(251, 191, 36, 0.3);
}

.pc-io-strip__head h3 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 1.25rem;
}

.pc-io-strip__head p {
    margin: 0;
    color: rgba(226, 232, 240, 0.65);
    font-size: 0.9rem;
}

.pc-io-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.pc-io-card {
    border-radius: 16px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(18, 18, 28, 0.88);
}

.pc-io-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    align-items: baseline;
    margin-bottom: 10px;
}

.pc-io-card__meta strong {
    color: #fef3c7;
    font-size: 0.95rem;
}

.pc-io-card__meta span {
    color: rgba(226, 232, 240, 0.6);
    font-size: 0.78rem;
}

.pc-io-card__pair {
    display: grid;
    grid-template-columns: 1fr 18px 1fr;
    gap: 6px;
    align-items: center;
}

.pc-io-card__pair > i {
    color: #fbbf24;
    font-size: 12px;
    justify-self: center;
}

.pc-io-card__shot {
    border-radius: 12px;
    overflow: hidden;
    border: 1px dashed rgba(148, 163, 184, 0.28);
    background: rgba(0, 0, 0, 0.28);
}

.pc-io-card__shot--out {
    border-style: solid;
    border-color: rgba(251, 191, 36, 0.35);
}

.pc-io-card__shot img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.pc-io-card__shot em {
    display: block;
    padding: 6px 8px 8px;
    font-style: normal;
    font-size: 0.72rem;
    color: rgba(226, 232, 240, 0.7);
    text-align: center;
}

.pc-member-team {
    margin: 0 auto 22px;
    max-width: 920px;
    padding: 18px 16px 16px;
    border-radius: 22px;
    border: 1px solid rgba(251, 191, 36, 0.22);
    background:
        radial-gradient(ellipse 60% 50% at 50% 0%, rgba(251, 191, 36, 0.1), transparent 60%),
        rgba(12, 12, 20, 0.75);
}

.pc-member-team__head {
    text-align: center;
    margin-bottom: 14px;
}

.pc-member-team__head span {
    display: block;
    color: #fef3c7;
    font-weight: 750;
    font-size: 1.05rem;
}

.pc-member-team__head p {
    margin: 6px 0 0;
    color: rgba(226, 232, 240, 0.65);
    font-size: 0.88rem;
}

.pc-member-team__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.pc-member-team__item {
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
}

.pc-member-team__item--note .pc-member-team__media {
    aspect-ratio: 3 / 4;
}

.pc-member-team__note {
    display: block;
    margin-top: 6px;
    font-style: normal;
    font-size: 0.72rem;
    line-height: 1.4;
    color: #fde68a;
}

.pc-member-team__media {
    aspect-ratio: 1;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
}

.pc-member-team__item:nth-child(3) .pc-member-team__media {
    aspect-ratio: 9 / 16;
}

.pc-member-team__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pc-member-team__item figcaption {
    padding: 8px 10px 10px;
}

.pc-member-team__item strong {
    display: block;
    color: #fffbeb;
    font-size: 0.88rem;
}

.pc-member-team__item span {
    color: rgba(226, 232, 240, 0.62);
    font-size: 0.74rem;
}

@media (max-width: 960px) {
    .pc-io-grid {
        grid-template-columns: 1fr;
    }
    .pc-member-team__grid {
        grid-template-columns: 1fr 1fr;
    }
    .pc-max-case__flow--proof {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .pc-max-case__outputs--proof {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   2026-07-29 Phase2: deal-force evidence
   ========================================================= */

.pc-max-id {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0 0 18px;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(251, 191, 36, 0.22);
    background: rgba(0, 0, 0, 0.28);
}
.pc-max-id strong { color: #fef3c7; font-size: 1.08rem; }
.pc-max-id span { color: rgba(253, 230, 138, 0.75); font-size: 0.9rem; margin-left: 10px; }
.pc-max-id__aud { margin: 0; color: rgba(226, 232, 240, 0.7); font-size: 0.86rem; }

.pc-max-timeline {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}
.pc-max-timeline__step {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(12, 12, 20, 0.72);
}
.pc-max-timeline__time {
    display: inline-flex;
    align-self: flex-start;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #111;
    background: linear-gradient(90deg, #f59e0b, #fbbf24);
}
.pc-max-timeline__media {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.12);
}
.pc-max-timeline__step--input .pc-max-timeline__media { aspect-ratio: 1 / 1; }
.pc-max-timeline__step--main .pc-max-timeline__media { aspect-ratio: 1 / 1; }
.pc-max-timeline__step--detail .pc-max-timeline__media { aspect-ratio: 3 / 4; min-height: 220px; }
.pc-max-timeline__step--video .pc-max-timeline__media { aspect-ratio: 9 / 16; }
.pc-max-timeline__step--copy .pc-max-timeline__media { aspect-ratio: 3 / 4; }
.pc-max-timeline__step:nth-child(1) .pc-max-timeline__media { aspect-ratio: 1 / 1; }
.pc-max-timeline__step:nth-child(4) .pc-max-timeline__media { aspect-ratio: 9 / 16; }
.pc-max-timeline__step:nth-child(5) .pc-max-timeline__media { aspect-ratio: 3 / 4; }
.pc-max-timeline__media > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
    display: block;
    background: #fff;
}
.pc-max-timeline__tag {
    position: absolute;
    left: 8px;
    top: 8px;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    color: #111;
    background: rgba(251, 191, 36, 0.95);
}
.pc-max-timeline__copy strong {
    display: block;
    color: #fffbeb;
    font-size: 0.92rem;
}
.pc-max-proof__why {
    display: block;
    margin-top: 4px;
    color: rgba(251, 191, 36, 0.88);
    font-size: 0.74rem;
    line-height: 1.4;
}

.pc-buy-reason {
    margin: 14px 0 16px;
    padding: 12px 16px;
    border-radius: 14px;
    border-left: 3px solid #f59e0b;
    background: rgba(251, 191, 36, 0.08);
    color: #fef3c7;
    font-size: 0.98rem;
    font-weight: 650;
    line-height: 1.5;
}
.pc-buy-reason--soft {
    border-left-color: rgba(56, 189, 248, 0.7);
    background: rgba(56, 189, 248, 0.06);
    color: rgba(226, 232, 240, 0.88);
    font-weight: 550;
}
.pc-buy-reason--card {
    margin: 10px 0 0;
    padding: 8px 10px;
    font-size: 0.8rem;
}

.pc-demo-video {
    margin: 0 auto 16px;
    max-width: min(100%, 420px);
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(251, 191, 36, 0.28);
    background: #0a0a10;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
}
.pc-demo-video--hero {
    max-width: min(100%, 420px);
}
.pc-demo-video__player {
    display: block;
    width: 100%;
    aspect-ratio: 9 / 16;
    max-height: none;
    object-fit: cover;
    background: #050508;
}
.pc-video-frames--after-video {
    margin-top: 6px;
}
.pc-io-grid--solo {
    grid-template-columns: minmax(0, 1fr);
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.pc-demo-video__cap {
    margin: 0;
    padding: 10px 14px 12px;
    font-size: 0.82rem;
    color: rgba(226, 232, 240, 0.78);
    text-align: center;
}

.pc-video-frames {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 8px;
}
.pc-video-frames__item {
    position: relative;
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(251, 191, 36, 0.25);
    background: rgba(255, 255, 255, 0.04);
}
.pc-video-frames__item img {
    width: 100%;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    display: block;
    background: rgba(255, 255, 255, 0.06);
}
.pc-video-frames__item:first-child img {
    aspect-ratio: 1;
}
.pc-video-frames__item figcaption {
    padding: 8px 10px 10px;
    background: rgba(0, 0, 0, 0.55);
}
.pc-video-frames__item strong { display: block; color: #fde68a; font-size: 0.82rem; }
.pc-video-frames__item span { color: rgba(226, 232, 240, 0.7); font-size: 0.74rem; }
.pc-video-frames__item > i {
    position: absolute;
    right: -6px;
    top: 42%;
    z-index: 2;
    color: #fbbf24;
    font-size: 14px;
    text-shadow: 0 0 8px rgba(0,0,0,.8);
}

.pc-sell-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}
.pc-sell-step {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(18, 18, 28, 0.9);
    transition: transform .2s ease, border-color .2s ease;
}
.pc-sell-step:hover {
    transform: translateY(-2px);
    border-color: rgba(251, 191, 36, 0.35);
}
.pc-sell-step__num {
    display: block;
    padding: 10px 12px 0;
    color: #fbbf24;
    font-size: 0.84rem;
    font-weight: 800;
}
.pc-sell-step__media {
    margin: 8px 12px;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 1;
    background: #000;
}
.pc-sell-step__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pc-sell-step h3 { margin: 0 12px 4px; color: #fffbeb; font-size: 1rem; }
.pc-sell-step p { margin: 0 12px 14px; color: rgba(226, 232, 240, 0.65); font-size: 0.82rem; }

.pc-visual-compare { display: flex; flex-direction: column; gap: 14px; }
.pc-visual-compare__row {
    display: grid;
    grid-template-columns: 72px 1fr 28px 1fr;
    gap: 10px;
    align-items: center;
    padding: 12px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.22);
}
.pc-visual-compare__label {
    color: #fde68a;
    font-weight: 800;
    font-size: 0.9rem;
}
.pc-visual-compare__side em {
    display: block;
    margin-bottom: 6px;
    font-style: normal;
    font-size: 0.72rem;
    color: rgba(226, 232, 240, 0.55);
}
.pc-visual-compare__shot {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 1.1;
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.pc-visual-compare__shot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pc-visual-compare__shot.is-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    border-style: dashed;
    color: rgba(148, 163, 184, 0.7);
    font-size: 0.8rem;
}
.pc-visual-compare__side strong {
    display: block;
    margin-top: 6px;
    color: #e2e8f0;
    font-size: 0.82rem;
}
.pc-visual-compare__side--after strong { color: #fde68a; }
.pc-visual-compare__vs { text-align: center; color: #fbbf24; font-weight: 800; }

.pc-showcase-grid--labeled {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
    gap: 14px;
    max-width: 980px;
}

.pc-showcase-item--labeled {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 100%;
    max-width: none;
    cursor: zoom-in;
    border: none;
    background: none;
    padding: 0;
}

.pc-showcase-item--labeled .pc-showcase-item__frame {
    position: relative;
    display: block;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.pc-showcase-item--labeled .pc-showcase-item__frame::before { display: none; }

.pc-showcase-item--labeled img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
    background: rgba(255, 255, 255, 0.04);
}

.pc-showcase-item__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 28px 10px 10px;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.82) 72%);
    color: #fef3c7;
    font-size: 0.78rem;
    line-height: 1.35;
    pointer-events: none;
}

.pc-showcase-item__overlay b {
    color: #fbbf24;
    font-weight: 800;
}

.pc-showcase-item__tags {
    display: block;
    padding: 8px 10px 2px;
    color: #fef3c7;
    font-size: 0.82rem;
}
.pc-showcase-item__tags b { color: #fbbf24; }
.pc-showcase-item__aud {
    display: block;
    padding: 6px 4px 0;
    color: rgba(226, 232, 240, 0.55);
    font-size: 0.68rem;
}

.pc-audience-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.pc-audience-card {
    padding: 22px 18px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(165deg, rgba(30, 30, 46, 0.9), rgba(14, 14, 22, 0.88));
}
.pc-audience-card__ico {
    width: 42px; height: 42px;
    display: grid; place-items: center;
    border-radius: 12px;
    margin-bottom: 12px;
    color: #fbbf24;
    background: rgba(251, 191, 36, 0.12);
}
.pc-audience-card h3 { margin: 0 0 8px; color: #fffbeb; }
.pc-audience-card p { margin: 0; color: rgba(226, 232, 240, 0.68); font-size: 0.9rem; line-height: 1.55; }

.pc-member-dayone {
    margin-bottom: 22px;
    padding: 18px 16px;
    border-radius: 20px;
    border: 1px solid rgba(56, 189, 248, 0.22);
    background: rgba(8, 20, 30, 0.55);
}
.pc-member-dayone__head { margin-bottom: 12px; }
.pc-member-dayone__head strong { display: block; color: #e0f2fe; font-size: 1.05rem; }
.pc-member-dayone__head span { color: rgba(186, 230, 253, 0.7); font-size: 0.86rem; }
.pc-member-dayone__track {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}
.pc-member-dayone__track li {
    padding: 12px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.06);
}
.pc-member-dayone__track em {
    display: block;
    font-style: normal;
    color: #38bdf8;
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 4px;
}
.pc-member-dayone__track strong { display: block; color: #fff; margin-bottom: 4px; }
.pc-member-dayone__track span { color: rgba(226, 232, 240, 0.65); font-size: 0.8rem; }

.pc-member-plans {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 12px;
}
.pc-member-plan {
    position: relative;
    padding: 18px 16px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(18, 18, 28, 0.9);
    text-align: center;
}
.pc-member-plan.is-hot {
    border-color: rgba(251, 191, 36, 0.45);
    box-shadow: 0 0 0 1px rgba(251, 191, 36, 0.15), 0 18px 40px rgba(0, 0, 0, 0.28);
}
.pc-member-plan__badge {
    position: absolute;
    top: 10px; right: 10px;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    color: #111;
    background: #fbbf24;
}
.pc-member-plan h3 { margin: 0 0 8px; color: #fef3c7; }
.pc-member-plan__price { margin: 0 0 8px; color: #fff; }
.pc-member-plan__price b { font-size: 1.8rem; }
.pc-member-plan__price small { margin-left: 4px; color: rgba(226, 232, 240, 0.65); }
.pc-member-plan p { margin: 0; color: rgba(226, 232, 240, 0.68); font-size: 0.86rem; }

.pc-agent-task__head em {
    font-style: normal;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 0.72rem;
    color: rgba(226, 232, 240, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 960px) {
    .pc-max-timeline { grid-template-columns: 1fr; }
    .pc-sell-steps { grid-template-columns: 1fr 1fr; }
    .pc-audience-grid,
    .pc-member-plans,
    .pc-member-dayone__track,
    .pc-video-frames { grid-template-columns: 1fr; }
    .pc-visual-compare__row { grid-template-columns: 1fr; }
    .pc-visual-compare__vs { display: none; }
    .pc-video-frames__item > i { display: none; }
}

.pc-max-timeline__role {
    color: rgba(253, 230, 138, 0.92);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.35;
}

.pc-partner-plan-hint {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 16px;
    margin: 0 0 22px;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(167, 139, 250, 0.28);
    background: rgba(76, 29, 149, 0.18);
}
.pc-partner-plan-hint strong {
    display: block;
    color: #e9d5ff;
    font-size: 1.02rem;
    margin-bottom: 4px;
}
.pc-partner-plan-hint p {
    margin: 0;
    color: rgba(226, 232, 240, 0.72);
    font-size: 0.86rem;
    max-width: 52em;
}
@media (max-width: 640px) {
    .pc-partner-plan-hint { flex-direction: column; align-items: flex-start; }
}

/* ???? MAX ? ????????? ecom_sop ?? UI? */
.pc-max-copy-live {
    margin: 0 0 18px;
    padding: 18px 16px 16px;
    border-radius: 20px;
    border: 1px solid rgba(15, 118, 110, 0.28);
    background:
        radial-gradient(ellipse 70% 80% at 100% 0%, rgba(15, 118, 110, 0.12), transparent 55%),
        rgba(255, 255, 255, 0.03);
}
.pc-max-copy-live__head {
    text-align: center;
    margin-bottom: 14px;
}
.pc-max-copy-live__badge {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #0f766e;
    background: rgba(15, 118, 110, 0.14);
    border: 1px solid rgba(15, 118, 110, 0.28);
}
.pc-max-copy-live__head h4 {
    margin: 0 0 6px;
    color: #ecfdf5;
    font-size: 1.12rem;
}
.pc-max-copy-live__head p {
    margin: 0;
    color: rgba(226, 232, 240, 0.72);
    font-size: 0.88rem;
}
.pc-max-copy-live__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 14px;
    align-items: stretch;
}
.pc-max-copy-live__cover {
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #fff;
}
.pc-max-copy-live__cover img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}
.pc-max-copy-live__cover figcaption {
    padding: 8px 10px;
    font-size: 0.78rem;
    color: rgba(226, 232, 240, 0.68);
    text-align: center;
    background: rgba(0, 0, 0, 0.35);
}
.pc-max-es-cw {
    padding: 12px 12px 10px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #1e293b;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}
.pc-max-es-cw__block { margin-bottom: 12px; }
.pc-max-es-cw__block-h {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 800;
    color: #0b3d3a;
}
.pc-max-es-cw__block-h small {
    margin-left: 4px;
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
}
.pc-max-es-cw__titles {
    max-height: 210px;
    overflow-y: auto;
    padding: 4px 6px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
}
.pc-max-es-cw__title-row {
    display: flex;
    gap: 8px;
    padding: 7px 4px;
    border-bottom: 1px solid #f1f5f9;
    font-size: 13px;
    line-height: 1.45;
}
.pc-max-es-cw__title-row:last-child { border-bottom: 0; }
.pc-max-es-cw__title-n {
    flex: 0 0 auto;
    min-width: 1.2em;
    font-size: 12px;
    font-weight: 800;
    color: #94a3b8;
}
.pc-max-es-cw__title-t { flex: 1; }
.pc-max-es-cw__more {
    margin: 6px 4px 2px;
    font-size: 12px;
    color: #64748b;
}
.pc-max-es-cw__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}
.pc-max-es-cw__tab {
    border: 1px solid #e2e8f0;
    background: #fff;
    border-radius: 999px;
    padding: 6px 11px;
    font-size: 12px;
    font-weight: 700;
    color: #475569;
    cursor: pointer;
}
.pc-max-es-cw__tab.is-on {
    border-color: #0f766e;
    background: #e6f7f4;
    color: #0f766e;
    box-shadow: inset 0 0 0 1px #0f766e;
}
.pc-max-es-cw__panel {
    display: none;
    padding: 11px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
    font-size: 13px;
    line-height: 1.62;
    white-space: pre-wrap;
    word-break: break-word;
    max-height: 160px;
    overflow-y: auto;
}
.pc-max-es-cw__panel.is-on { display: block; }
.pc-max-es-cw__publish {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #e2e8f0;
}
.pc-max-es-cw__publish-title {
    font-size: 13px;
    font-weight: 800;
    color: #0b3d3a;
    margin-bottom: 8px;
}
.pc-max-es-cw__publish-btns {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.pc-max-es-cw__pub {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
}
.pc-max-es-cw__pub--xhs { background: linear-gradient(90deg, #ff2442, #ff5c7a); }
.pc-max-es-cw__pub--dy { background: linear-gradient(90deg, #111827, #374151); }
.pc-max-es-cw__publish-tip {
    margin: 8px 0 0;
    font-size: 11px;
    color: #64748b;
    line-height: 1.45;
}
.pc-max-timeline__tag--copy {
    left: auto;
    right: 8px;
    top: auto;
    bottom: 8px;
    color: #0f766e;
    background: rgba(230, 247, 244, 0.96);
}
.pc-max-timeline__tag--pending {
    left: auto;
    right: 8px;
    top: auto;
    bottom: 8px;
    color: #92400e;
    background: rgba(254, 243, 199, 0.96);
}
.pc-max-es-cw--mini {
    height: 100%;
    padding: 8px;
    box-shadow: none;
    font-size: 11px;
}
.pc-max-es-cw--mini .pc-max-es-cw__titles {
    max-height: 88px;
    margin-bottom: 6px;
}
.pc-max-es-cw--mini .pc-max-es-cw__title-row {
    padding: 4px 2px;
    font-size: 11px;
}
.pc-max-es-cw--mini .pc-max-es-cw__tab {
    padding: 4px 8px;
    font-size: 10px;
}
.pc-max-es-cw--mini .pc-max-es-cw__panel {
    font-size: 10px;
    max-height: 72px;
    padding: 6px 8px;
}
.pc-member-team__item--copy-panel .pc-member-team__media {
    aspect-ratio: auto;
    min-height: 180px;
    background: #fff;
}
@media (max-width: 960px) {
    .pc-max-copy-live__grid { grid-template-columns: 1fr; }
    .pc-max-copy-live__cover img { aspect-ratio: 4 / 3; object-position: top center; }
}


/* ========== restored: skeleton hide ========== */
.pc-skeleton-hide{display:none!important}

/* ========== restored: pillars / formula helpers ========== */
.pc-pillars { margin-top: 8px; }
.pc-pillars__head { text-align: center; margin-bottom: 22px; }
.pc-pillars__kicker {
    display: inline-block; margin-bottom: 8px; font-size: 12px; font-weight: 800;
    letter-spacing: 0.22em; color: #fbbf24;
}
.pc-pillars__head h3 { margin: 0 0 8px; font-size: clamp(1.35rem, 2.4vw, 1.75rem); }
.pc-pillars__head p { margin: 0 auto; max-width: 640px; color: rgba(203,213,225,.88); line-height: 1.7; }
.pc-pillars__grid {
    display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px;
}
.pc-pillar {
    padding: 20px 18px; border-radius: 18px;
    border: 1px solid rgba(148,163,184,.2);
    background: linear-gradient(160deg, rgba(30,41,59,.55), rgba(15,15,24,.8));
}
.pc-pillar__num { display: block; font-size: 12px; font-weight: 800; color: #7dd3fc; margin-bottom: 8px; }
.pc-pillar h4 { margin: 0 0 8px; font-size: 1.05rem; }
.pc-pillar__lead { margin: 0 0 10px; color: rgba(203,213,225,.88); font-size: 14px; line-height: 1.65; }
.pc-pillar__points { margin: 0; padding-left: 18px; color: rgba(203,213,225,.82); font-size: 13px; line-height: 1.7; }
@media (max-width: 900px) {
    .pc-pillars__grid { grid-template-columns: 1fr; }
}

/* ========== restored: QuantV-style case posters ========== */
.pc-case-posters__kicker {
    display: inline-block; margin-bottom: 10px; font-size: 12px; font-weight: 800;
    letter-spacing: 0.28em; color: #fbbf24;
}
.pc-case-posters { display: flex; flex-direction: column; gap: 28px; }
.pc-case-poster {
    padding: 24px 22px; border-radius: 20px;
    border: 1px solid rgba(251, 191, 36, 0.22);
    background: rgba(15, 15, 24, 0.72);
}
.pc-case-poster__badge {
    display: inline-block; margin-bottom: 8px; padding: 3px 10px; border-radius: 999px;
    font-size: 11px; font-weight: 700; color: #0f172a; background: #fbbf24;
}
.pc-case-poster__head h3 { margin: 0 0 6px; font-size: clamp(1.2rem, 2.2vw, 1.55rem); }
.pc-case-poster__sub { margin: 0 0 8px; color: #fde68a; font-size: 14px; font-weight: 700; }
.pc-case-poster__desc { margin: 0 0 16px; color: rgba(203,213,225,.88); font-size: 14px; line-height: 1.7; max-width: 820px; }
.pc-case-poster__grid {
    display: grid; gap: 12px;
    grid-template-columns: repeat(var(--cols, 4), minmax(0, 1fr));
}
.pc-case-poster__item {
    position: relative;
    border-radius: 14px; overflow: hidden; background: #07070c;
    border: 1px solid rgba(148,163,184,.16); text-decoration: none; color: inherit;
}
.pc-case-poster__item img,
.pc-case-poster__media video {
    display: block; width: 100%; aspect-ratio: 3 / 4; object-fit: cover;
}
.pc-case-poster__item > span,
.pc-case-poster__label {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #1c1917;
    background: rgba(255, 255, 255, 0.92);
    border: 0;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}
.pc-case-poster__media { position: relative; display: block; width: 100%; aspect-ratio: 3 / 4; background: #07070c; overflow: hidden; }
.pc-case-poster__media video { width: 100%; height: 100%; object-fit: cover; display: block; }
.pc-case-poster__play {
    position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
    width: 42px; height: 42px; border-radius: 999px; display: grid; place-items: center;
    background: rgba(15, 23, 42, 0.72); color: #f8fafc; font-size: 14px;
    pointer-events: none; transition: opacity 0.2s;
}
.pc-case-poster__item--video:hover .pc-case-poster__play { opacity: 0; }
/* 案例图为 2:3 ，与生成/详情页图比例一致，不裁切 */
.pc-case-poster__item img,
.pc-case-poster__media,
.pc-case-poster__media video { aspect-ratio: 2 / 3; }
.pc-case-poster__more { margin-top: 14px; }
@media (max-width: 900px) {
    .pc-case-poster__grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

/* 产品效果展示 · 真实结果截图墙（masonry 瀑布流） */
.pc-proof-shots { columns: 4 210px; column-gap: 12px; }
.pc-proof-shot {
    display: inline-block; width: 100%; margin: 0 0 12px; padding: 0;
    border: 1px solid rgba(148, 163, 184, 0.16); border-radius: 12px; overflow: hidden;
    background: #07070c; cursor: zoom-in; break-inside: avoid;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.pc-proof-shot img { display: block; width: 100%; height: auto; }
.pc-proof-shot:hover { transform: translateY(-3px); border-color: rgba(251, 191, 36, 0.5); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4); }
@media (max-width: 900px) { .pc-proof-shots { columns: 2 140px; column-gap: 10px; } }

/* 评价区照片头像 */
.pc-review__av { overflow: hidden; }
.pc-review__av--photo { background: #0b1020; }
.pc-review__av--photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* AI 批量生成详情页 · 超长整幅展示（一行一张，多品类小标题 + 结尾话术） */
.pc-case-poster__grid--long { grid-template-columns: 1fr !important; gap: 34px; }
.pc-case-poster__grid--long .pc-case-poster__item {
    display: flex; flex-direction: column; background: transparent; border: 0; border-radius: 0; padding: 0; position: relative;
}
.pc-case-poster__grid--long .pc-case-poster__item::after {
    content: "点击查看大图"; position: absolute; right: 12px; bottom: 12px; z-index: 2;
    font-size: 12px; font-weight: 700; color: #fff; letter-spacing: .02em;
    background: rgba(8, 12, 28, 0.62); backdrop-filter: blur(4px);
    padding: 6px 12px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, 0.2);
    pointer-events: none; opacity: 0; transition: opacity .25s ease;
}
.pc-case-poster__grid--long .pc-case-poster__item:hover::after { opacity: .95; }
@media (max-width: 900px) {
    .pc-case-poster__grid--long .pc-case-poster__item::after { opacity: .9; }
}
.pc-case-poster__grid--long .pc-case-poster__item img {
    aspect-ratio: auto !important; object-fit: contain !important; width: 100%; height: auto; order: 2;
    border-radius: 14px; border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.38);
}
.pc-case-poster__grid--long .pc-case-poster__item > span {
    order: 1; text-align: left; background: transparent; color: #fde68a;
    font-size: 16px; font-weight: 800; padding: 0 0 12px 18px; position: relative;
}
.pc-case-poster__grid--long .pc-case-poster__item > span::before {
    content: ""; position: absolute; left: 0; top: 0.62em; transform: translateY(-50%);
    width: 8px; height: 8px; border-radius: 50%; background: #fbbf24; box-shadow: 0 0 10px rgba(251, 191, 36, 0.7);
}
.pc-case-poster__grid--long .pc-case-poster__item:hover img { transform: translateY(-3px); border-color: rgba(251, 191, 36, 0.5); }
.pc-case-poster__foot {
    margin: 24px 0 0; color: rgba(226, 232, 240, 0.92); font-size: 14px; line-height: 1.85;
    padding: 14px 18px; border-left: 3px solid #fbbf24; background: rgba(251, 191, 36, 0.07); border-radius: 0 10px 10px 0;
}
@media (max-width: 900px) {
    .pc-case-poster__grid--long { grid-template-columns: 1fr !important; gap: 22px; }
}

/* ========== 开篇：深色底 + Image2 字号 ========== */
.pc-intro-stage {
    position: relative;
    padding: calc(var(--nav, 72px) + clamp(18px, 3.2vh, 32px)) 0 clamp(36px, 5vh, 56px);
    background: transparent;
    color: #f8fafc;
    /* 拼图侧卡透视/阴影不要被裁掉 */
    overflow: visible;
}
.pc-intro-stage__bg {
    position: absolute; inset: 0; pointer-events: none;
    background:
        radial-gradient(ellipse 70% 45% at 50% 12%, rgba(99, 102, 241, 0.18), transparent 60%),
        radial-gradient(ellipse 50% 40% at 80% 30%, rgba(56, 189, 248, 0.08), transparent 55%);
}
.pc-intro-stage__inner {
    position: relative; z-index: 1;
    display: flex; flex-direction: column; align-items: center; text-align: center;
}
.pc-intro-stage__eyebrow {
    margin: 0 0 6px; font-size: 11px; font-weight: 700; letter-spacing: 0.28em;
    line-height: 1.2; color: rgba(148, 163, 184, 0.92);
}
.pc-intro-stage__brand {
    margin: 0 0 8px; font-size: clamp(3.4rem, 8.6vw, 5.5rem); font-weight: 900;
    letter-spacing: 0.02em; line-height: 1.02;
    background: linear-gradient(135deg, #e0e7ff 0%, #a5b4fc 40%, #f0abfc 100%);
    -webkit-background-clip: text; background-clip: text; color: transparent;
    filter: drop-shadow(0 10px 28px rgba(129, 140, 248, 0.28));
}
.pc-intro-stage__engine {
    margin: 0 0 22px; font-size: clamp(1.35rem, 2.9vw, 1.875rem); font-weight: 800;
    letter-spacing: 0.02em; line-height: 1.25; color: rgba(241, 245, 249, 0.96);
}
.pc-intro-stage__pill {
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 34px; margin: 0 0 28px; padding: 6px 20px; border-radius: 999px;
    font-size: 15px; font-weight: 800; line-height: 1.2; color: #1a1206;
    background: linear-gradient(135deg, #fde68a, #fbbf24);
    box-shadow: 0 10px 28px rgba(251, 191, 36, 0.26);
}
.pc-intro-stage__what { max-width: 720px; margin: 0 auto; }
.pc-intro-stage__what h2 {
    margin: 0 0 10px; font-size: clamp(1.35rem, 2.6vw, 1.625rem); font-weight: 800;
    line-height: 1.3; color: #f8fafc;
}
.pc-intro-stage__what p {
    margin: 0 0 6px; font-size: 14px; line-height: 1.7; font-weight: 500;
    color: rgba(203, 213, 225, 0.88);
}
.pc-intro-stage__what p:last-child { margin-bottom: 0; }
.pc-intro-stage__formula {
    display: inline-flex; flex-wrap: wrap; align-items: center; justify-content: center;
    gap: 6px 10px; max-width: 920px; margin: 18px auto 28px; padding: 10px 24px;
    border-radius: 999px; border: 1px solid rgba(148, 163, 184, 0.28);
    background: rgba(15, 23, 42, 0.55); backdrop-filter: blur(12px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
    font-size: 14px; font-weight: 700; line-height: 1.35; color: rgba(241, 245, 249, 0.95);
}
.pc-intro-stage__formula-brand { color: #fbbf24; font-weight: 900; }
.pc-intro-stage__formula-eq { color: rgba(148, 163, 184, 0.9); font-weight: 600; }
.pc-intro-stage__formula-x { color: #7dd3fc; font-weight: 800; }
.pc-intro-stage__btns {
    display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 0;
}
#image-pillars-sec { background: transparent; }
#image-pillars-sec .pc-pillars__head h3,
#image-pillars-sec .pc-pillar h4 { color: inherit; }
#image-pillars-sec .pc-pillars__head p,
#image-pillars-sec .pc-pillar__lead { color: rgba(203, 213, 225, 0.88); }
#image-pillars-sec .pc-pillar {
    background: linear-gradient(160deg, rgba(30, 41, 59, 0.55), rgba(15, 15, 24, 0.8));
    border-color: rgba(148, 163, 184, 0.2); box-shadow: none;
}

/* ========== 产品展示区 · 同行风格平面布局（左2 + 中1 + 右2） ========== */
.pc-float-showcase {
    --fs-gap: 16px;
    position: relative;
    width: min(1080px, 94vw);
    margin: 24px auto 40px;
}
.pc-float-showcase__space {
    position: absolute;
    inset: -40px;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}
.pc-float-showcase__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.4;
}
.pc-float-showcase__orb--a {
    width: 50%;
    height: 50%;
    left: 25%;
    top: 10%;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.3), transparent 70%);
}
.pc-float-showcase__orb--b {
    width: 35%;
    height: 35%;
    right: 10%;
    bottom: 15%;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.2), transparent 70%);
}
.pc-float-showcase__floor {
    display: none;
}
.pc-float-showcase__stage {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.08fr 1fr 1.08fr;
    grid-template-rows: auto auto;
    gap: var(--fs-gap);
    align-items: start;
}
.pc-float-card {
    position: relative;
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    opacity: 1;
    display: block !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pc-float-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(99, 102, 241, 0.25);
}
.pc-float-showcase.is-visible .pc-float-card {
    animation: pcFloatFadeIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.pc-float-card__glass {
    height: 100%;
    border-radius: inherit;
    overflow: hidden;
    background: linear-gradient(160deg, rgba(30, 41, 59, 0.7), rgba(15, 23, 42, 0.5));
    border: 1px solid rgba(165, 180, 252, 0.35);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.pc-float-card__glass--main {
    border-color: rgba(165, 180, 252, 0.5);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(99, 102, 241, 0.15);
}
.pc-float-card__glass img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 四张侧图为横图 3:2，按原比例显示不裁切 */
.pc-float-card--tl,
.pc-float-card--bl,
.pc-float-card--tr,
.pc-float-card--br {
    aspect-ratio: 3 / 2;
}
/* 左上 */
.pc-float-card--tl {
    grid-column: 1;
    grid-row: 1;
}
/* 左下 */
.pc-float-card--bl {
    grid-column: 1;
    grid-row: 2;
}
/* 右上 */
.pc-float-card--tr {
    grid-column: 3;
    grid-row: 1;
}
/* 右下 */
.pc-float-card--br {
    grid-column: 3;
    grid-row: 2;
}
/* 中间主图为竖图 2:3，按原比例显示不裁切 */
.pc-float-card--main {
    grid-column: 2;
    grid-row: 1 / 3;
    aspect-ratio: 2 / 3;
    align-self: start;
}
/* 入场动画延迟 */
.pc-float-showcase.is-visible .pc-float-card--main { animation-delay: 0s; }
.pc-float-showcase.is-visible .pc-float-card--tl { animation-delay: 0.08s; }
.pc-float-showcase.is-visible .pc-float-card--tr { animation-delay: 0.12s; }
.pc-float-showcase.is-visible .pc-float-card--bl { animation-delay: 0.16s; }
.pc-float-showcase.is-visible .pc-float-card--br { animation-delay: 0.2s; }
@keyframes pcFloatFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* 旧 collage 类隐藏，防残留 */
.pc-intro-collage,
.pc-intro-collage__meta,
.pc-intro-collage__hero-cap,
.pc-intro-collage--board,
.pc-intro-collage__board { display: none !important; }

@media (max-width: 900px) {
    .pc-float-showcase {
        --fs-gap: 10px;
        width: 94vw;
    }
    .pc-float-showcase__space { display: none; }
    .pc-float-showcase__stage {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
    }
    .pc-float-card--main {
        grid-column: 1 / -1;
        grid-row: 1;
        max-width: 360px;
        margin: 0 auto 4px;
    }
    .pc-float-card--tl { grid-column: 1; grid-row: 2; }
    .pc-float-card--tr { grid-column: 2; grid-row: 2; }
    .pc-float-card--bl { grid-column: 1; grid-row: 3; }
    .pc-float-card--br { grid-column: 2; grid-row: 3; }
}

@media (prefers-reduced-motion: reduce) {
    .pc-float-card {
        animation: none !important;
        opacity: 1 !important;
    }
}

/* 视频引擎 · 专属大图海报（主图 + 三大能力） */
.pc-video-poster {
    display: block;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto 30px;
    padding: 0;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 20px;
    overflow: hidden;
    background: #0b1020;
    cursor: zoom-in;
    position: relative;
    box-shadow: 0 26px 64px rgba(0, 0, 0, 0.45);
    transition: transform 0.32s ease, box-shadow 0.32s ease;
}
.pc-video-poster:hover { transform: translateY(-4px); box-shadow: 0 34px 78px rgba(0, 0, 0, 0.55); }
.pc-video-poster img { display: block; width: 100%; height: auto; }
.pc-video-poster__hint {
    position: absolute;
    right: 12px;
    bottom: 12px;
    padding: 4px 11px;
    border-radius: 999px;
    background: rgba(10, 14, 30, 0.62);
    color: #e5e7eb;
    font-size: 12px;
    letter-spacing: 0.02em;
    backdrop-filter: blur(4px);
    pointer-events: none;
}
.pc-video-poster--abilities { margin-top: 10px; }
@media (max-width: 900px) {
    .pc-video-poster { border-radius: 14px; margin-bottom: 20px; }
    .pc-video-poster__hint { font-size: 11px; padding: 3px 9px; }
}

/* 顶栏入口弱化 · 底部入口更醒目 */
.pc-nav__enter {
    opacity: 0.72;
    font-weight: 500;
    padding: 8px 14px;
    border-color: rgba(148, 163, 184, 0.28);
    color: #cbd5e1;
    background: transparent;
}
.pc-nav__enter:hover {
    opacity: 1;
    color: #fff;
    border-color: rgba(196, 181, 253, 0.45);
}
.pc-launch-cta {
    border-width: 1.5px;
    box-shadow:
        0 28px 70px rgba(0, 0, 0, 0.55),
        0 0 0 1px rgba(255, 255, 255, 0.06) inset,
        0 0 64px rgba(99, 102, 241, 0.22);
}
.pc-launch-cta__btn {
    font-size: 16px;
    font-weight: 800;
    padding: 14px 28px;
    box-shadow: 0 12px 28px rgba(99, 102, 241, 0.35);
}

/* 行业成片示例 · 2x2 视频墙 */
.pc-ind-videos {
    margin: 28px auto 8px;
    max-width: 1160px;
}
.pc-ind-videos__head {
    text-align: center;
    margin-bottom: 18px;
}
.pc-ind-videos__head > span {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.14em;
    color: #a5b4fc;
    font-weight: 700;
}
.pc-ind-videos__head > p {
    margin: 8px 0 0;
    color: #94a3b8;
    font-size: 14px;
}
.pc-ind-videos__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.pc-ind-video {
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: #0b1020;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}
.pc-ind-video__media {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #050814;
}
.pc-ind-video__media video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pc-ind-video__media > i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(10, 14, 30, 0.55);
    color: #fff;
    pointer-events: none;
    transition: opacity 0.25s ease;
}
.pc-ind-video:hover .pc-ind-video__media > i,
.pc-ind-video:focus-within .pc-ind-video__media > i { opacity: 0; }
.pc-ind-video figcaption {
    padding: 10px 14px 12px;
    font-size: 14px;
    font-weight: 700;
    color: #e2e8f0;
    letter-spacing: 0.02em;
}
@media (max-width: 700px) {
    .pc-ind-videos__grid { grid-template-columns: 1fr; gap: 12px; }
    .pc-ind-video { border-radius: 12px; }
}

/* 上新效果一览 · 挂在 AI 家居改装之后 */
.pc-proof-block {
    margin-top: 42px;
    padding-top: 34px;
    border-top: 1px solid rgba(148, 163, 184, 0.14);
}
.pc-proof-block__head {
    text-align: center;
    margin-bottom: 20px;
}
.pc-proof-block__head h3 {
    margin: 8px 0 6px;
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 800;
    color: #f8fafc;
}
.pc-proof-block__head p {
    margin: 0;
    color: #94a3b8;
    font-size: 14px;
}

/* 顶栏与下方大框同宽对齐，减少割裂感 */
.pc-nav__inner.pc-wrap {
    width: min(var(--max), 100%);
}
.pc-menu {
    gap: clamp(10px, 1.6vw, 22px);
}







/* -- membership v2 20260730 -- */
#membership .pc-sec__eyebrow {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.22em;
    color: rgba(251, 191, 36, 0.85);
    text-align: center;
}
.pc-member-zone {
    margin: 8px 0 28px;
    padding: 22px 18px 20px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(ellipse at 20% 0%, rgba(124, 58, 237, 0.18), transparent 50%),
        radial-gradient(ellipse at 90% 20%, rgba(251, 191, 36, 0.1), transparent 42%),
        rgba(14, 14, 24, 0.72);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}
.pc-member-zone__pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 18px;
}
.pc-member-zone__pills span {
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: #fde68a;
    border: 1px solid rgba(251, 191, 36, 0.28);
    background: rgba(0, 0, 0, 0.28);
}
.pc-member-plans--v2 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}
.pc-member-plans--v2 .pc-member-plan {
    text-align: left;
    padding: 22px 18px 18px;
    min-height: 100%;
    background: linear-gradient(165deg, rgba(28, 28, 42, 0.98), rgba(12, 12, 20, 0.96));
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.pc-member-plans--v2 .pc-member-plan:hover {
    transform: translateY(-4px);
    border-color: rgba(196, 181, 253, 0.35);
}
.pc-member-plans--v2 .pc-member-plan.is-hot {
    border-color: rgba(251, 191, 36, 0.55);
    background:
        radial-gradient(ellipse at 50% 0%, rgba(251, 191, 36, 0.16), transparent 55%),
        linear-gradient(165deg, rgba(40, 32, 16, 0.98), rgba(16, 14, 10, 0.98));
    box-shadow: 0 0 0 1px rgba(251, 191, 36, 0.12), 0 22px 48px rgba(0, 0, 0, 0.4);
}
.pc-member-plans--v2 .pc-member-plan__badge {
    position: static;
    display: inline-block;
    margin-bottom: 12px;
}
.pc-member-plans--v2 .pc-member-plan h3 {
    font-size: 1.15rem;
}
.pc-member-plans--v2 .pc-member-plan__price b {
    font-size: 2.35rem;
    letter-spacing: -0.03em;
    background: linear-gradient(120deg, #fff, #fde68a);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.pc-member-plans--v2 .pc-member-plan.is-hot .pc-member-plan__price b {
    background: linear-gradient(120deg, #fff7ed, #fbbf24 55%, #f59e0b);
    -webkit-background-clip: text;
    background-clip: text;
}
.pc-member-plan__desc {
    margin: 0 0 14px !important;
    color: rgba(254, 243, 199, 0.78) !important;
}
.pc-member-plan__points {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pc-member-plan__points li {
    position: relative;
    padding: 6px 0 6px 18px;
    font-size: 0.84rem;
    line-height: 1.45;
    color: rgba(226, 232, 240, 0.72);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.pc-member-plan__points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.85em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fbbf24;
    box-shadow: 0 0 10px rgba(251, 191, 36, 0.55);
}
.pc-member-zone__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
}
.pc-member-zone__cta > span {
    font-size: 0.8rem;
    color: rgba(226, 232, 240, 0.5);
}

.pc-member-dayone--v2 {
    margin: 0 0 34px;
    padding: 22px 18px 20px;
    border-radius: 22px;
    border: 1px solid rgba(56, 189, 248, 0.22);
    background:
        radial-gradient(ellipse at 10% 0%, rgba(56, 189, 248, 0.14), transparent 48%),
        rgba(10, 16, 28, 0.85);
}
.pc-member-dayone--v2 .pc-member-dayone__head {
    text-align: center;
    margin-bottom: 18px;
}
.pc-member-dayone--v2 .pc-member-dayone__head em {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    font-style: normal;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: #7dd3fc;
    border: 1px solid rgba(125, 211, 252, 0.35);
    background: rgba(14, 165, 233, 0.12);
}
.pc-member-dayone--v2 .pc-member-dayone__head strong {
    font-size: clamp(1.15rem, 2.4vw, 1.45rem);
    color: #fff;
}
.pc-member-dayone--v2 .pc-member-dayone__head span {
    display: block;
    margin-top: 8px;
    color: rgba(186, 230, 253, 0.72);
}
.pc-member-dayone--v2 .pc-member-dayone__track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: none;
}
.pc-member-dayone--v2 .pc-member-dayone__track li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: center;
    padding: 16px 14px;
    border-radius: 16px;
    border: 1px solid rgba(125, 211, 252, 0.18);
    background: rgba(0, 0, 0, 0.28);
}
.pc-member-dayone__time {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: linear-gradient(160deg, rgba(56, 189, 248, 0.28), rgba(37, 99, 235, 0.12));
    border: 1px solid rgba(125, 211, 252, 0.35);
}
.pc-member-dayone__time b {
    font-size: 1.45rem;
    line-height: 1;
    color: #e0f2fe;
    font-variant-numeric: tabular-nums;
}
.pc-member-dayone__time small {
    font-size: 10px;
    color: rgba(186, 230, 253, 0.75);
    letter-spacing: 0.08em;
}
.pc-member-dayone__body i {
    display: inline-flex;
    margin-bottom: 6px;
    color: #38bdf8;
    font-size: 0.95rem;
}
.pc-member-dayone__body strong {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-size: 0.98rem;
}
.pc-member-dayone__body span {
    display: block;
    color: rgba(226, 232, 240, 0.62);
    font-size: 0.8rem;
    line-height: 1.45;
}

.pc-partner-hero--v2 {
    margin: 0;
    padding: 26px 22px 22px;
    border-radius: 24px;
    border: 1px solid rgba(251, 191, 36, 0.38);
    background:
        radial-gradient(ellipse at 0% 0%, rgba(251, 191, 36, 0.18), transparent 42%),
        radial-gradient(ellipse at 100% 0%, rgba(168, 85, 247, 0.16), transparent 40%),
        linear-gradient(165deg, rgba(28, 22, 12, 0.96), rgba(12, 12, 20, 0.96));
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.4);
}
.pc-partner-hero--v2 .pc-partner-hero__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px 22px;
    align-items: start;
    margin-bottom: 18px;
}
.pc-partner-hero--v2 .pc-partner-hero__badge {
    grid-column: 1 / -1;
    width: fit-content;
    margin-bottom: 0;
}
.pc-partner-hero--v2 .pc-partner-hero__titles h3 {
    margin: 0 0 8px;
    font-size: clamp(1.25rem, 2.6vw, 1.6rem);
    color: #fef3c7;
}
.pc-partner-hero--v2 .pc-partner-hero__titles p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
    font-size: 0.95rem;
    max-width: 46em;
}
.pc-partner-hero__pricebox {
    min-width: 120px;
    padding: 14px 16px;
    border-radius: 18px;
    text-align: center;
    border: 1px solid rgba(251, 191, 36, 0.45);
    background: rgba(0, 0, 0, 0.35);
}
.pc-partner-hero__pricebox em {
    display: block;
    font-style: normal;
    font-size: 11px;
    letter-spacing: 0.14em;
    color: rgba(253, 230, 138, 0.75);
    margin-bottom: 4px;
}
.pc-partner-hero__pricebox strong {
    display: block;
    font-size: 2.2rem;
    line-height: 1;
    color: #fbbf24;
}
.pc-partner-hero__pricebox span {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    color: rgba(254, 243, 199, 0.65);
}
.pc-partner-gifts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 14px;
}
.pc-partner-gifts__card {
    padding: 14px 12px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.32);
    transition: transform 0.2s ease, border-color 0.2s ease;
}
.pc-partner-gifts__card:hover {
    transform: translateY(-3px);
    border-color: rgba(251, 191, 36, 0.4);
}
.pc-partner-gifts__card strong {
    display: block;
    margin-bottom: 8px;
    font-size: 0.88rem;
    color: #fff;
}
.pc-partner-gifts__worth {
    margin: 0 0 6px;
    color: #fde68a;
}
.pc-partner-gifts__worth b {
    font-size: 1.45rem;
}
.pc-partner-gifts__worth small {
    margin-left: 4px;
    font-size: 11px;
    color: rgba(253, 230, 138, 0.55);
}
.pc-partner-gifts__card > span {
    font-size: 0.76rem;
    color: rgba(226, 232, 240, 0.55);
    line-height: 1.4;
}
.pc-partner-hero--v2 .pc-partner-hero__note {
    margin: 0 0 16px;
}
.pc-partner-hero__bottom {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 16px 20px;
    align-items: start;
}
.pc-partner-hero--v2 .pc-partner-hero__actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
}
.pc-partner-hero--v2 .pc-partner-hero__actions .pc-btn {
    justify-content: center;
    text-align: center;
}
.pc-partner-hero__steps {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pc-partner-hero__steps li {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 10px;
    margin-bottom: 10px;
}
.pc-partner-hero__steps em {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    color: #111;
    background: #fbbf24;
}
.pc-partner-hero__steps b {
    display: block;
    color: #fff;
    margin-bottom: 2px;
    font-size: 0.88rem;
}
.pc-partner-hero__steps span {
    display: block;
    color: rgba(226, 232, 240, 0.6);
    font-size: 0.78rem;
    line-height: 1.45;
}

@media (max-width: 960px) {
    .pc-member-plans--v2,
    .pc-member-dayone--v2 .pc-member-dayone__track,
    .pc-partner-gifts {
        grid-template-columns: 1fr;
    }
    .pc-partner-hero--v2 .pc-partner-hero__top,
    .pc-partner-hero__bottom {
        grid-template-columns: 1fr;
    }
    .pc-partner-hero__pricebox {
        justify-self: start;
    }
}

/* -- welcome ritual veil 20260730 -- */
/* 欢迎期间：彻底遮住官网，避免手机透出「进入创作首页」等正文；忌整页 blur 拖死 GPU */
body.pc-intro-active .pc-tech-bg,
body.pc-intro-active #pcParticles,
body.pc-intro-active .pc-vignette,
body.pc-intro-active .pc-nav,
body.pc-intro-active main,
body.pc-intro-active .pc-foot,
body.pc-intro-active .pc-music-tip,
body.pc-welcome-lock .pc-tech-bg,
body.pc-welcome-lock #pcParticles,
body.pc-welcome-lock .pc-vignette,
body.pc-welcome-lock .pc-nav,
body.pc-welcome-lock main,
body.pc-welcome-lock .pc-foot {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    filter: none !important;
    transform: none !important;
}

.pc-welcome-intro__veil {
    background:
        radial-gradient(ellipse at 50% 28%, rgba(124, 58, 237, 0.22), transparent 52%),
        radial-gradient(ellipse at 50% 80%, rgba(251, 191, 36, 0.1), transparent 48%),
        #070712 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.pc-welcome-envelope__veil {
    background: rgba(6, 6, 14, 0.92);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.pc-welcome-intro__start-hint:empty,
.pc-welcome-intro__start-hint:not(:empty) {
    /* hint 可空；有内容时也克制 */
    max-width: 16em;
    opacity: 0.72;
}

.pc-member-zone__note {
    margin: 4px 0 0;
    text-align: center;
    font-size: 0.84rem;
    color: rgba(226, 232, 240, 0.55);
    line-height: 1.55;
}

.pc-member-zone__cta { display: none !important; }

.pc-partner-gifts__sum {
    margin: 0 0 14px;
    text-align: center;
    font-size: 0.92rem;
    color: rgba(254, 243, 199, 0.82);
}
.pc-partner-gifts__sum b {
    color: #fbbf24;
    font-size: 1.15rem;
}

/* 信封更仪式 */
.pc-welcome-envelope__card {
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(251, 191, 36, 0.18);
}

/* 信末按钮更像收信 */
.pc-welcome-letter__done {
    letter-spacing: 0.08em;
}

@media (max-width: 768px) {
    body.pc-intro-active main,
    body.pc-intro-active .pc-nav,
    body.pc-intro-active .pc-foot,
    body.pc-intro-active .pc-tech-bg,
    body.pc-intro-active #pcParticles,
    body.pc-intro-active .pc-vignette,
    body.pc-intro-active .pc-music-tip {
        opacity: 0 !important;
        visibility: hidden !important;
        filter: none !important;
        transform: none !important;
    }
    .pc-welcome-intro__skip {
        color: rgba(255, 255, 255, 0.38);
        letter-spacing: 0.2em;
        font-size: 12px;
    }
}

/* -- partner v3 + case label 20260730 -- */
/* QuantV 式：标签贴左上，读出「产品图 → 材质图 → AI 生成」 */
.pc-case-poster__label {
    top: 10px;
    left: 10px;
    right: auto;
    bottom: auto;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #1c1917;
    background: rgba(255, 255, 255, 0.92);
    border: 0;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}

.pc-partner-hero--v3 {
    margin: 8px 0 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}
.pc-partner-hero--v3 .pc-partner-hero__stage {
    padding: 28px 24px 24px;
    border-radius: 26px;
    border: 1px solid rgba(251, 191, 36, 0.42);
    background:
        radial-gradient(ellipse at 0% 0%, rgba(251, 191, 36, 0.2), transparent 42%),
        radial-gradient(ellipse at 100% 10%, rgba(168, 85, 247, 0.18), transparent 40%),
        linear-gradient(165deg, rgba(32, 24, 12, 0.98), rgba(10, 10, 18, 0.98));
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}
.pc-partner-hero--v3 .pc-partner-hero__badge {
    display: inline-block;
    margin-bottom: 12px;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #111;
    background: #fbbf24;
}
.pc-partner-hero__eyebrow {
    margin: 0 0 6px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.28em;
    color: rgba(251, 191, 36, 0.75);
}
.pc-partner-hero--v3 h3 {
    margin: 0 0 10px;
    font-size: clamp(1.55rem, 3vw, 2rem);
    color: #fff7ed;
}
.pc-partner-hero__lead {
    margin: 0 0 18px;
    max-width: 40em;
    font-size: 1rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.82);
}
.pc-partner-hero__deal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 16px;
    margin-bottom: 22px;
}
.pc-partner-hero__pay,
.pc-partner-hero__get {
    min-width: 120px;
    padding: 14px 18px;
    border-radius: 16px;
    border: 1px solid rgba(251, 191, 36, 0.35);
    background: rgba(0, 0, 0, 0.35);
}
.pc-partner-hero__pay em,
.pc-partner-hero__get em {
    display: block;
    font-style: normal;
    font-size: 11px;
    letter-spacing: 0.14em;
    color: rgba(253, 230, 138, 0.7);
    margin-bottom: 4px;
}
.pc-partner-hero__pay strong {
    font-size: 2rem;
    color: #fbbf24;
    line-height: 1;
}
.pc-partner-hero__get strong {
    font-size: 1.35rem;
    color: #fff;
}
.pc-partner-hero__get small {
    display: block;
    margin-top: 6px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: rgba(253, 230, 138, 0.85);
}
.pc-partner-hero__arrow {
    font-size: 1.4rem;
    color: #fbbf24;
    font-weight: 800;
}
.pc-partner-handbook {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin: 0 0 16px;
    padding: 16px 16px 15px;
    border-radius: 18px;
    border: 1px solid rgba(251, 191, 36, 0.38);
    background:
        linear-gradient(135deg, rgba(251, 191, 36, 0.14), rgba(251, 191, 36, 0.04)),
        rgba(0, 0, 0, 0.32);
}
.pc-partner-handbook__mark {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-size: 15px;
    font-weight: 900;
    color: #111;
    background: linear-gradient(145deg, #fde68a, #f59e0b);
    box-shadow: 0 8px 18px rgba(245, 158, 11, 0.28);
}
.pc-partner-handbook__body {
    min-width: 0;
}
.pc-partner-handbook__body strong {
    display: block;
    margin-bottom: 4px;
    font-size: 0.98rem;
    color: #fff7ed;
}
.pc-partner-handbook__body p {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.65;
    color: rgba(254, 243, 199, 0.78);
}
.pc-partner-why {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: grid;
    gap: 10px;
}
.pc-partner-why li {
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(251, 191, 36, 0.28);
    background: rgba(251, 191, 36, 0.08);
}
.pc-partner-why strong {
    display: block;
    margin-bottom: 4px;
    font-size: 0.98rem;
    color: #fde68a;
}
.pc-partner-why span {
    display: block;
    font-size: 0.86rem;
    line-height: 1.65;
    color: rgba(255, 247, 237, 0.82);
}
.pc-partner-margin {
    margin: 0 0 18px;
    padding: 16px 14px 14px;
    border-radius: 20px;
    border: 1px solid rgba(251, 191, 36, 0.35);
    background: rgba(0, 0, 0, 0.28);
}
.pc-partner-margin__head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 14px;
    margin-bottom: 12px;
    padding: 0 4px;
}
.pc-partner-margin__head strong {
    font-size: 1rem;
    color: #fff7ed;
}
.pc-partner-margin__head span {
    font-size: 0.8rem;
    color: rgba(253, 230, 138, 0.75);
}
.pc-partner-margin__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.pc-partner-margin__table {
    width: 100%;
    min-width: 320px;
    border-collapse: collapse;
    font-size: 0.88rem;
}
.pc-partner-margin__table th,
.pc-partner-margin__table td {
    padding: 11px 12px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.pc-partner-margin__table th {
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    color: rgba(253, 230, 138, 0.7);
    background: rgba(251, 191, 36, 0.1);
    font-weight: 700;
}
.pc-partner-margin__table td {
    color: rgba(255, 255, 255, 0.88);
}
.pc-partner-margin__table td:first-child,
.pc-partner-margin__table th:first-child {
    text-align: left;
}
.pc-partner-margin__table tr.is-hot td {
    background: rgba(251, 191, 36, 0.12);
    color: #fff7ed;
}
.pc-partner-margin__table td b {
    color: #fbbf24;
    font-size: 1.05em;
}
.pc-partner-margin__note {
    margin: 12px 4px 0;
    font-size: 0.78rem;
    line-height: 1.65;
    color: rgba(226, 232, 240, 0.55);
}
.pc-partner-flow {
    margin: 0 0 18px;
}
.pc-partner-flow__eyebrow {
    margin: 0 0 10px;
    padding: 0 4px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    color: rgba(253, 230, 138, 0.8);
}
.pc-partner-flow ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}
.pc-partner-flow li {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
    align-items: flex-start;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid rgba(14, 165, 233, 0.22);
    background: rgba(14, 165, 233, 0.08);
}
.pc-partner-flow__no {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    color: #e0f2fe;
    background: rgba(14, 165, 233, 0.35);
}
.pc-partner-flow strong {
    display: block;
    margin-bottom: 2px;
    color: #fff;
    font-size: 0.95rem;
}
.pc-partner-flow span {
    font-size: 0.82rem;
    line-height: 1.55;
    color: rgba(226, 232, 240, 0.68);
}
.pc-partner-support {
    margin: 0 0 18px;
}
.pc-partner-support__eyebrow {
    margin: 0 0 10px;
    padding: 0 4px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    color: rgba(253, 230, 138, 0.8);
}
.pc-partner-support ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}
.pc-partner-support li {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    align-items: flex-start;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.22);
}
.pc-partner-support__no {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 800;
    color: #111;
    background: linear-gradient(135deg, #fde68a, #f59e0b);
}
.pc-partner-support strong {
    display: block;
    margin-bottom: 2px;
    color: #fff;
    font-size: 0.95rem;
}
.pc-partner-support span {
    font-size: 0.82rem;
    line-height: 1.55;
    color: rgba(226, 232, 240, 0.62);
}
.pc-partner-kit {
    margin: 0 0 16px;
    padding: 16px 14px 14px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.22);
}
.pc-partner-kit__head {
    margin-bottom: 12px;
    padding: 0 4px;
}
.pc-partner-kit__eyebrow {
    margin: 0 0 4px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    color: rgba(148, 163, 184, 0.9);
}
.pc-partner-kit__head h4 {
    margin: 0 0 6px;
    font-size: 1rem;
    color: #fff;
}
.pc-partner-kit__head p {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.6;
    color: rgba(226, 232, 240, 0.62);
}
.pc-partner-kit .pc-partner-deliver {
    margin-bottom: 12px;
}
.pc-partner-kit .pc-partner-handbook {
    margin: 0;
}
.pc-partner-deliver {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
    display: grid;
    gap: 8px;
}
.pc-partner-deliver__item {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 14px 14px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.28);
    transition: border-color 0.2s ease, transform 0.2s ease;
}
.pc-partner-deliver__item:hover {
    border-color: rgba(251, 191, 36, 0.45);
    transform: translateX(3px);
}
.pc-partner-deliver__no {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 800;
    color: #111;
    background: linear-gradient(135deg, #fde68a, #f59e0b);
}
.pc-partner-deliver__body strong {
    display: block;
    color: #fff;
    font-size: 0.98rem;
    margin-bottom: 2px;
}
.pc-partner-deliver__body span {
    color: rgba(226, 232, 240, 0.55);
    font-size: 0.8rem;
}
.pc-partner-deliver__worth {
    font-size: 1.2rem;
    color: #fde68a;
    font-variant-numeric: tabular-nums;
}
.pc-partner-deliver__worth::before {
    content: "¥";
    font-size: 0.7em;
    margin-right: 1px;
    opacity: 0.7;
}
.pc-partner-hero--v3 .pc-partner-hero__note {
    margin: 0 0 18px;
    font-size: 0.8rem;
    line-height: 1.6;
    color: rgba(226, 232, 240, 0.52);
}
.pc-partner-hero__cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}
.pc-partner-path {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.pc-partner-path span {
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 0.78rem;
    color: rgba(254, 243, 199, 0.78);
    border: 1px solid rgba(251, 191, 36, 0.22);
    background: rgba(0, 0, 0, 0.22);
}
.pc-partner-path__pri {
    color: #111 !important;
    font-weight: 800;
    border-color: transparent !important;
    background: linear-gradient(135deg, #fde68a, #fbbf24) !important;
}
@media (max-width: 720px) {
    .pc-partner-handbook {
        padding: 14px 14px 13px;
    }
    .pc-partner-handbook__body strong {
        font-size: 0.92rem;
    }
    .pc-partner-handbook__body p {
        font-size: 0.8rem;
    }
    .pc-partner-deliver__item {
        grid-template-columns: 36px minmax(0, 1fr);
    }
    .pc-partner-deliver__worth {
        grid-column: 2;
        justify-self: start;
    }
    .pc-partner-hero__cta-row .pc-btn {
        width: 100%;
        justify-content: center;
    }
    .pc-partner-path span {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
}

/* -- music orb 20260730 -- */
/* 配乐悬浮球：右下角可见黑胶，一点开关；… 展开歌单 */
.pc-welcome-music {
    position: fixed !important;
    top: auto !important;
    right: max(16px, env(safe-area-inset-right, 0)) !important;
    left: auto !important;
    bottom: max(18px, env(safe-area-inset-bottom, 0)) !important;
    z-index: 140 !important;
    width: auto !important;
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    opacity: 0;
    transform: translateY(12px) scale(0.92);
    pointer-events: none;
    transition: opacity 0.55s ease, transform 0.55s ease;
}
.pc-welcome-music.is-revealed {
    opacity: 1;
    transform: none;
    pointer-events: auto;
}
body.pc-intro-active .pc-welcome-music,
body.pc-intro-active .pc-welcome-music.is-revealed {
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
}
.pc-welcome-music__fab {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    width: 54px !important;
    height: 54px !important;
    min-width: 54px;
    padding: 0 !important;
    border: none !important;
    border-radius: 999px !important;
    cursor: pointer;
    background: transparent !important;
    overflow: hidden;
    transition: width 0.35s ease, padding 0.35s ease, transform 0.2s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.pc-welcome-music.is-collapsed.is-revealed:not(.is-label-soft) .pc-welcome-music__fab {
    width: auto !important;
    padding-right: 14px !important;
    gap: 8px;
    background: rgba(12, 10, 16, 0.78) !important;
    border: 1px solid rgba(251, 191, 36, 0.38) !important;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.45), 0 0 28px rgba(251, 191, 36, 0.16) !important;
    backdrop-filter: blur(10px);
}
.pc-welcome-music.is-label-soft.is-collapsed .pc-welcome-music__fab {
    width: 54px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}
.pc-welcome-music__fab:hover { transform: scale(1.04); }
.pc-welcome-music__fab-dot { display: none !important; }
.pc-welcome-music__fab-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: #fde68a;
    white-space: nowrap;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-width 0.35s ease, opacity 0.35s ease;
}
.pc-welcome-music.is-collapsed.is-revealed:not(.is-label-soft) .pc-welcome-music__fab-label {
    max-width: 4em;
    opacity: 1;
}
.pc-welcome-music__orb {
    position: relative;
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border-radius: 50%;
    display: grid;
    place-items: center;
}
.pc-welcome-music__orb-glow {
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(251, 191, 36, 0.35), transparent 68%);
    opacity: 0.55;
    animation: pcMusicGlowOrb 2.8s ease-in-out infinite;
}
.pc-welcome-music__orb-ring {
    position: absolute;
    inset: 2px;
    border-radius: 50%;
    border: 1px solid rgba(253, 230, 138, 0.35);
    box-shadow: inset 0 0 12px rgba(251, 191, 36, 0.2);
}
.pc-welcome-music__orb-disc {
    position: absolute;
    inset: 7px;
    border-radius: 50%;
    background:
        repeating-radial-gradient(circle at center, rgba(28, 22, 14, 0.95) 0 2px, rgba(68, 52, 28, 0.95) 2px 3px),
        radial-gradient(circle at 35% 30%, rgba(253, 230, 138, 0.35), transparent 42%),
        linear-gradient(145deg, #3a2a16, #15110c);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.45);
}
.pc-welcome-music.is-playing .pc-welcome-music__orb-disc {
    animation: pcMusicSpinOrb 6.5s linear infinite;
}
.pc-welcome-music__orb-hole {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0a0908;
    border: 2px solid rgba(251, 191, 36, 0.65);
    z-index: 2;
}
.pc-welcome-music__orb-bars {
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    align-items: flex-end;
    gap: 2px;
    height: 16px;
    z-index: 3;
}
.pc-welcome-music.is-playing .pc-welcome-music__orb-bars { display: flex; }
.pc-welcome-music__orb-bars i {
    display: block;
    width: 2px;
    border-radius: 2px;
    background: #fbbf24;
    animation: pcMusicBarOrb 0.9s ease-in-out infinite;
}
.pc-welcome-music__orb-bars i:nth-child(1) { height: 6px; }
.pc-welcome-music__orb-bars i:nth-child(2) { height: 12px; animation-delay: 0.15s; }
.pc-welcome-music__orb-bars i:nth-child(3) { height: 8px; animation-delay: 0.3s; }
.pc-welcome-music__orb-bars i:nth-child(4) { height: 14px; animation-delay: 0.45s; }
.pc-welcome-music__orb-icon {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    z-index: 4;
    color: #fff7ed;
    font-size: 13px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
    opacity: 0.92;
}
.pc-welcome-music__more {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(12, 10, 16, 0.75);
    color: rgba(253, 230, 138, 0.85);
    cursor: pointer;
    display: grid;
    place-items: center;
    font-size: 12px;
    backdrop-filter: blur(8px);
}
.pc-welcome-music:not(.is-collapsed) .pc-welcome-music__fab,
.pc-welcome-music:not(.is-collapsed) .pc-welcome-music__more {
    display: none !important;
}
.pc-welcome-music.is-collapsed .pc-welcome-music__panel { display: none !important; }
@keyframes pcMusicSpinOrb { to { transform: rotate(360deg); } }
@keyframes pcMusicGlowOrb {
    0%, 100% { opacity: 0.4; transform: scale(1); }
    50% { opacity: 0.75; transform: scale(1.06); }
}
@keyframes pcMusicBarOrb {
    0%, 100% { transform: scaleY(0.55); opacity: 0.65; }
    50% { transform: scaleY(1); opacity: 1; }
}
@media (max-width: 720px) {
    .pc-music-tip {
        bottom: calc(96px + env(safe-area-inset-bottom, 0px)) !important;
        right: max(14px, env(safe-area-inset-right, 0)) !important;
        left: auto !important;
        transform: none !important;
    }
}

/* -- page jump dock 20260730 -- */
html {
    scroll-padding-top: calc(var(--nav, 72px) + 14px);
}
#why,
#image-pillars-sec,
#video-engine,
#tool-catalog,
#capabilities,
#reviews,
#case-posters,
#case-posters-sec,
#proof-shots,
#membership,
#partner-apply,
#download,
#home {
    scroll-margin-top: calc(var(--nav, 72px) + 14px);
}
.pc-menu a.is-active {
    color: #fde68a !important;
}
.pc-menu a.is-active::after {
    width: 100%;
    background: #fbbf24;
}

/* 本页速览：入口要一眼可认，左侧收起，不跟右下配乐抢位 */
.pc-jump {
    position: fixed;
    left: max(12px, env(safe-area-inset-left, 0));
    top: 50%;
    transform: translateY(-50%);
    z-index: 130;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.pc-jump[hidden] { display: none !important; }
.pc-jump__hide,
.pc-jump__restore {
    position: absolute;
    display: grid;
    place-items: center;
    border: 1px solid rgba(253, 230, 138, 0.7);
    color: #fde68a;
    background: rgba(10, 10, 18, 0.96);
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.42);
}
.pc-jump__hide {
    top: -8px;
    right: -8px;
    z-index: 3;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 11px;
}
.pc-jump__restore {
    display: none;
    inset: 0 auto auto 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 18px;
    background: linear-gradient(145deg, #fff4ad, #f59e0b);
    color: #171008;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5), 0 0 24px rgba(251, 191, 36, 0.35);
}
.pc-jump.is-minimized { width: 48px; height: 48px; }
.pc-jump.is-minimized .pc-jump__toggle,
.pc-jump.is-minimized .pc-jump__hide,
.pc-jump.is-minimized .pc-jump__panel { display: none !important; }
.pc-jump.is-minimized .pc-jump__restore { display: grid; }
.pc-jump.is-dragging { user-select: none; }
.pc-jump.is-dragging .pc-jump__toggle { cursor: grabbing; transition: none !important; animation: none !important; }
.pc-jump__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 168px;
    min-height: 64px;
    padding: 0 24px;
    border-radius: 999px;
    border: 1px solid rgba(251, 191, 36, 0.58);
    background: rgba(10, 10, 18, 0.9);
    color: #fde68a;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.12em;
    cursor: pointer;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.42), 0 0 24px rgba(251, 191, 36, 0.08);
    backdrop-filter: blur(14px);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.pc-jump__toggle:hover,
.pc-jump__toggle:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(251, 191, 36, 0.9);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.48), 0 0 30px rgba(251, 191, 36, 0.14);
}
.pc-jump__toggle i { font-size: 19px; }
.pc-jump__panel {
    min-width: 220px;
    padding: 16px 14px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(10, 10, 18, 0.92);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.pc-jump.is-collapsed .pc-jump__panel { display: none; }
.pc-jump__title {
    margin: 0 0 8px;
    padding: 0 8px;
    font-size: 11px;
    letter-spacing: 0.16em;
    color: rgba(253, 230, 138, 0.65);
}
.pc-jump__panel a {
    display: block;
    padding: 10px 12px;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
.pc-jump__panel a:hover {
    background: rgba(251, 191, 36, 0.12);
    color: #fde68a;
}
.pc-jump__cta {
    margin-top: 6px !important;
    text-align: center;
    color: #111 !important;
    background: linear-gradient(135deg, #fde68a, #f59e0b) !important;
}
.pc-jump__cta:hover { filter: brightness(1.05); color: #111 !important; }

body.pc-intro-active .pc-jump,
body.pc-welcome-lock .pc-jump {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

@media (max-width: 900px) {
    .pc-menu { gap: 2px; }
    .pc-menu a { font-size: 12px; padding: 6px 6px; }
}
@keyframes pcJumpAttention {
    0%, 100% { transform: translateY(0) scale(1); box-shadow: 0 16px 38px rgba(0, 0, 0, 0.58), 0 0 0 4px rgba(251, 191, 36, 0.08), 0 0 28px rgba(251, 191, 36, 0.3); }
    45% { transform: translateY(-4px) scale(1.035); box-shadow: 0 20px 44px rgba(0, 0, 0, 0.62), 0 0 0 8px rgba(251, 191, 36, 0.12), 0 0 42px rgba(251, 191, 36, 0.55); }
}

@media (max-width: 768px) {
    .pc-jump {
        left: max(12px, env(safe-area-inset-left, 0));
        right: auto;
        top: 56%;
        bottom: auto;
        transform: translateY(-50%);
        align-items: flex-start;
    }
    .pc-jump__toggle {
        position: relative;
        width: auto;
        min-width: 194px;
        min-height: 62px;
        padding: 7px 14px 7px 8px;
        gap: 10px;
        justify-content: flex-start;
        overflow: visible;
        border: 1.5px solid rgba(253, 230, 138, 0.92);
        border-radius: 999px;
        background: linear-gradient(135deg, rgba(31, 20, 4, 0.97), rgba(8, 10, 20, 0.97));
        color: #fff7d6;
        font-size: 15px;
        letter-spacing: 0;
        box-shadow: 0 16px 38px rgba(0, 0, 0, 0.58), 0 0 0 4px rgba(251, 191, 36, 0.08), 0 0 28px rgba(251, 191, 36, 0.3);
        touch-action: none;
        cursor: grab;
    }
    .pc-jump.is-ready.is-collapsed .pc-jump__toggle {
        animation: pcJumpAttention 1.15s ease-in-out 1.1s 3;
    }
    .pc-jump__icon {
        display: grid;
        place-items: center;
        width: 46px;
        height: 46px;
        flex: 0 0 46px;
        border-radius: 50%;
        color: #171008;
        background: linear-gradient(145deg, #fff4ad, #f59e0b);
        box-shadow: 0 5px 18px rgba(245, 158, 11, 0.34);
    }
    .pc-jump__icon i { font-size: 19px; }
    .pc-jump__copy { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; line-height: 1.15; }
    .pc-jump__copy strong { font-size: 15px; font-weight: 900; color: #fff8dc; white-space: nowrap; }
    .pc-jump__copy small { font-size: 10px; font-weight: 600; color: rgba(255, 255, 255, 0.7); white-space: nowrap; }
    .pc-jump__arrow { margin-left: auto; font-size: 11px; color: #fde68a; transition: transform 0.2s ease; }
    .pc-jump:not(.is-collapsed) .pc-jump__arrow { transform: rotate(180deg); }
    .pc-jump__panel {
        position: absolute;
        left: 0;
        right: auto;
        top: 70px;
        bottom: auto;
        min-width: min(240px, calc(100vw - 24px));
    }
}

/* -- mobile polish jump/cases 20260730b -- */
/* 手机：案例三联可读、顶栏汉堡完整、速览不挡配乐 */
@media (max-width: 768px) {
    .pc-case-poster__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 8px;
    }
    .pc-case-poster__item > span,
    .pc-case-poster__label {
        top: 6px;
        left: 6px;
        padding: 3px 7px;
        font-size: 10px;
        letter-spacing: 0;
    }
    .pc-case-poster__head h3 { font-size: 1.15rem; }
    .pc-case-poster__desc { font-size: 0.86rem; line-height: 1.65; }
    .pc-jump__panel {
        max-height: min(58vh, 420px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .pc-partner-hero--v3 .pc-partner-hero__stage {
        padding: 20px 14px 16px;
        border-radius: 20px;
    }
    .pc-partner-hero--v3 h3 { font-size: 1.35rem; }
    .pc-partner-hero__lead { font-size: 0.92rem; }
    .pc-member-plans--v2 .pc-member-plan__price b { font-size: 2rem; }
    .pc-nav.is-open .pc-menu a {
        font-size: 15px;
        padding: 12px 14px;
    }
    .pc-nav.is-open .pc-nav__enter {
        display: flex !important;
        width: 100%;
        justify-content: center;
        margin-top: 4px;
    }
}
@media (min-width: 769px) and (max-width: 1100px) {
    .pc-menu a { font-size: 12px; padding: 6px 7px; }
    .pc-nav__enter { padding: 8px 12px; font-size: 12px; }
}

/* -- mobile parity 20260730m -- */
/* 手机与电脑同质感：可读字号、不挤、表可横滑、区块留白 */
@media (max-width: 768px) {
    .pc-wrap {
        padding-left: max(14px, env(safe-area-inset-left, 0px));
        padding-right: max(14px, env(safe-area-inset-right, 0px));
    }

    #partner.pc-sec,
    #membership.pc-sec {
        padding: 36px 0 44px;
    }

    /* 合伙人整卡 */
    .pc-partner-hero--v3 .pc-partner-hero__stage {
        padding: 18px 12px 16px;
        border-radius: 18px;
    }
    .pc-partner-hero--v3 .pc-partner-hero__badge {
        font-size: 11px;
        padding: 5px 10px;
    }
    .pc-partner-hero--v3 h3 {
        font-size: clamp(1.35rem, 6.2vw, 1.55rem);
        line-height: 1.25;
    }
    .pc-partner-hero__lead {
        font-size: 0.95rem;
        line-height: 1.7;
        max-width: none;
        margin-bottom: 14px;
    }
    .pc-partner-hero__deal {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 16px;
    }
    .pc-partner-hero__arrow {
        display: none;
    }
    .pc-partner-hero__pay,
    .pc-partner-hero__get {
        min-width: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 14px 16px;
    }
    .pc-partner-hero__pay strong {
        font-size: 2.1rem;
    }
    .pc-partner-hero__get strong {
        font-size: 1.45rem;
    }
    .pc-partner-hero__get small {
        font-size: 0.8rem;
    }

    .pc-partner-why li {
        padding: 12px 12px;
    }
    .pc-partner-why strong {
        font-size: 0.95rem;
    }
    .pc-partner-why span {
        font-size: 0.86rem;
        line-height: 1.65;
    }

    .pc-partner-margin {
        padding: 12px 10px 12px;
        border-radius: 16px;
    }
    .pc-partner-margin__head {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        margin-bottom: 10px;
    }
    .pc-partner-margin__head strong {
        font-size: 0.95rem;
    }
    .pc-partner-margin__head span {
        font-size: 0.78rem;
        line-height: 1.45;
    }
    .pc-partner-margin__table {
        min-width: 300px;
        font-size: 0.84rem;
    }
    .pc-partner-margin__table th,
    .pc-partner-margin__table td {
        padding: 10px 8px;
    }
    .pc-partner-margin__note {
        font-size: 0.78rem;
        line-height: 1.65;
    }

    .pc-partner-flow li,
    .pc-partner-support li {
        padding: 12px 12px;
        gap: 10px;
    }
    .pc-partner-flow strong,
    .pc-partner-support strong {
        font-size: 0.92rem;
    }
    .pc-partner-flow span,
    .pc-partner-support span {
        font-size: 0.84rem;
        line-height: 1.6;
    }

    .pc-partner-kit {
        padding: 12px 10px 12px;
        border-radius: 16px;
    }
    .pc-partner-kit__head h4 {
        font-size: 0.95rem;
    }
    .pc-partner-kit__head p {
        font-size: 0.8rem;
    }
    .pc-partner-hero--v3 .pc-partner-hero__note {
        font-size: 0.78rem;
        line-height: 1.65;
    }

    /* 会员区 */
    .pc-member-zone {
        padding: 16px 12px 16px;
        border-radius: 18px;
        margin-bottom: 20px;
    }
    .pc-member-zone__pills {
        gap: 6px;
        margin-bottom: 14px;
    }
    .pc-member-zone__pills span {
        font-size: 11px;
        padding: 5px 10px;
    }
    .pc-member-plans--v2 {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .pc-member-plans--v2 .pc-member-plan {
        padding: 16px 14px;
    }
    .pc-member-plans--v2 .pc-member-plan__price b {
        font-size: 2.05rem;
    }
    .pc-member-dayone--v2 .pc-member-dayone__track {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .pc-member-dayone--v2 .pc-member-dayone__track li {
        padding: 14px 12px;
    }
    .pc-member-dayone--v2 .pc-member-dayone__head strong {
        font-size: 1.15rem;
    }
    .pc-member-team__grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .pc-member-team__item strong {
        font-size: 0.85rem;
    }
    .pc-member-team__item span {
        font-size: 0.72rem;
    }

    /* 通用：区块标题别挤 */
    .pc-sec__head h2 {
        font-size: clamp(1.35rem, 6vw, 1.65rem);
        line-height: 1.3;
    }
    .pc-sec__head p,
    .pc-sec__lead {
        font-size: 0.92rem;
        line-height: 1.65;
    }
}

@media (max-width: 390px) {
    .pc-partner-margin__table {
        font-size: 0.78rem;
        min-width: 280px;
    }
    .pc-partner-hero__pay strong {
        font-size: 1.85rem;
    }
    .pc-case-poster__grid {
        gap: 6px;
    }
}

/* -- partner board v4 20260730 -- */
.pc-partner-hero--v4 { margin: 8px 0 0; padding: 0; border: 0; background: transparent; }
.pc-partner-board {
    padding: 26px 22px 22px;
    border-radius: 26px;
    border: 1px solid rgba(251, 191, 36, 0.42);
    background:
        radial-gradient(ellipse at 0% 0%, rgba(251, 191, 36, 0.18), transparent 42%),
        linear-gradient(165deg, rgba(28, 22, 12, 0.98), rgba(10, 10, 18, 0.98));
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
}
.pc-partner-board__top { text-align: center; margin-bottom: 18px; }
.pc-partner-board__badge {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    color: #111;
    background: #fbbf24;
}
.pc-partner-board__top h3 {
    margin: 0 0 8px;
    font-size: clamp(1.5rem, 3vw, 1.9rem);
    color: #fff7ed;
}
.pc-partner-board__top p {
    margin: 0;
    font-size: 0.92rem;
    color: rgba(254, 243, 199, 0.78);
}
.pc-partner-board__top b { color: #fde68a; }
.pc-partner-board__deal {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 12px;
    margin-bottom: 16px;
}
.pc-partner-board__num {
    min-width: 140px;
    padding: 16px 20px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.35);
    text-align: center;
}
.pc-partner-board__num--hot {
    border-color: rgba(251, 191, 36, 0.5);
    background: rgba(251, 191, 36, 0.12);
}
.pc-partner-board__num em {
    display: block;
    font-style: normal;
    font-size: 11px;
    letter-spacing: 0.12em;
    color: rgba(253, 230, 138, 0.72);
    margin-bottom: 4px;
}
.pc-partner-board__num strong {
    font-size: 2.2rem;
    line-height: 1;
    color: #fbbf24;
}
.pc-partner-board__num--hot strong { color: #fff; }
.pc-partner-board__num small {
    display: block;
    margin-top: 6px;
    font-size: 0.78rem;
    color: rgba(253, 230, 138, 0.75);
}
.pc-partner-board__to {
    align-self: center;
    font-size: 1.4rem;
    font-weight: 800;
    color: #fbbf24;
}
.pc-partner-board__chips {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}
.pc-partner-board__chips li {
    padding: 12px 10px;
    border-radius: 14px;
    border: 1px solid rgba(251, 191, 36, 0.22);
    background: rgba(0, 0, 0, 0.28);
    text-align: center;
}
.pc-partner-board__chips strong {
    display: block;
    margin-bottom: 4px;
    font-size: 0.9rem;
    color: #fde68a;
}
.pc-partner-board__chips span {
    font-size: 0.76rem;
    line-height: 1.4;
    color: rgba(226, 232, 240, 0.62);
}
.pc-partner-board__table-wrap {
    margin-bottom: 14px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    background: rgba(0, 0, 0, 0.28);
}
.pc-partner-board__table-cap {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    align-items: baseline;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.pc-partner-board__table-cap strong { color: #fff7ed; font-size: 0.92rem; }
.pc-partner-board__table-cap span { color: rgba(253, 230, 138, 0.65); font-size: 0.75rem; }
.pc-partner-board__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.86rem;
}
.pc-partner-board__table th,
.pc-partner-board__table td {
    padding: 10px 8px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.pc-partner-board__table th {
    font-size: 0.72rem;
    color: rgba(253, 230, 138, 0.7);
    background: rgba(251, 191, 36, 0.08);
}
.pc-partner-board__table td { color: rgba(255, 255, 255, 0.88); }
.pc-partner-board__table td:first-child,
.pc-partner-board__table th:first-child { text-align: left; padding-left: 12px; }
.pc-partner-board__table tr.is-hot td {
    background: rgba(251, 191, 36, 0.12);
}
.pc-partner-board__table td b { color: #fbbf24; }
.pc-partner-board__support {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}
.pc-partner-board__support li {
    padding: 12px 10px;
    border-radius: 14px;
    border: 1px solid rgba(14, 165, 233, 0.22);
    background: rgba(14, 165, 233, 0.08);
    text-align: center;
}
.pc-partner-board__support strong {
    display: block;
    margin-bottom: 3px;
    font-size: 0.86rem;
    color: #e0f2fe;
}
.pc-partner-board__support span {
    font-size: 0.72rem;
    color: rgba(186, 230, 253, 0.7);
}
.pc-partner-board__gift {
    margin-bottom: 16px;
    padding: 14px 12px 12px;
    border-radius: 18px;
    border: 1px dashed rgba(251, 191, 36, 0.45);
    background: rgba(251, 191, 36, 0.07);
}
.pc-partner-board__gift-hd {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    margin-bottom: 6px;
}
.pc-partner-board__gift-tag {
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    color: #111;
    background: linear-gradient(135deg, #fde68a, #fbbf24);
}
.pc-partner-board__gift-hd strong {
    font-size: 1rem;
    color: #fff7ed;
}
.pc-partner-board__gift-hd b {
    margin-left: auto;
    color: #fbbf24;
    font-size: 1.05rem;
}
.pc-partner-board__gift-lead {
    margin: 0 0 10px;
    font-size: 0.8rem;
    color: rgba(254, 243, 199, 0.7);
}
.pc-partner-board__gift-grid {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}
.pc-partner-board__gift-grid li {
    position: relative;
    padding: 12px 12px 12px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.32);
}
.pc-partner-board__gift-grid strong {
    display: block;
    margin-bottom: 2px;
    font-size: 0.88rem;
    color: #fff;
}
.pc-partner-board__gift-grid span {
    font-size: 0.72rem;
    color: rgba(226, 232, 240, 0.55);
}
.pc-partner-board__gift-grid em {
    position: absolute;
    top: 10px;
    right: 10px;
    font-style: normal;
    font-weight: 800;
    font-size: 0.85rem;
    color: #fde68a;
}
.pc-partner-board__handbook {
    margin: 0;
    font-size: 0.78rem;
    color: rgba(253, 230, 138, 0.78);
    text-align: center;
}
.pc-partner-board__foot { text-align: center; }
.pc-partner-board__foot .pc-btn {
    width: min(100%, 320px);
    justify-content: center;
}
.pc-partner-board__paths {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 12px 0 8px;
}
.pc-partner-board__paths span {
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 0.78rem;
    color: rgba(254, 243, 199, 0.85);
    border: 1px solid rgba(251, 191, 36, 0.28);
    background: rgba(0, 0, 0, 0.25);
}
.pc-partner-board__paths span:first-child {
    color: #111;
    font-weight: 800;
    border: 0;
    background: linear-gradient(135deg, #fde68a, #fbbf24);
}
.pc-partner-board__note {
    margin: 0;
    font-size: 0.72rem;
    line-height: 1.5;
    color: rgba(148, 163, 184, 0.75);
}
@media (max-width: 768px) {
    .pc-partner-board { padding: 18px 12px 16px; border-radius: 18px; }
    .pc-partner-board__deal { display: grid; grid-template-columns: 1fr; }
    .pc-partner-board__to { display: none; }
    .pc-partner-board__chips { grid-template-columns: 1fr; }
    .pc-partner-board__support { grid-template-columns: 1fr 1fr; }
    .pc-partner-board__gift-grid { grid-template-columns: 1fr; }
    .pc-partner-board__gift-hd b { margin-left: 0; }
    .pc-partner-board__paths span { width: 100%; text-align: center; box-sizing: border-box; }
    .pc-partner-board__num strong { font-size: 2rem; }
}

/* -- partner stage v5 20260730 -- */
.pc-partner-hero--v5 { margin: 8px 0 0; padding: 0; border: 0; background: transparent; }
.pc-partner-stage {
    padding: 28px 22px 24px;
    border-radius: 28px;
    border: 1px solid rgba(251, 191, 36, 0.48);
    background:
        radial-gradient(ellipse at 12% 0%, rgba(251, 191, 36, 0.22), transparent 45%),
        radial-gradient(ellipse at 100% 80%, rgba(14, 165, 233, 0.12), transparent 40%),
        linear-gradient(168deg, rgba(32, 24, 12, 0.98), rgba(8, 10, 18, 0.99));
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}
.pc-partner-stage__top { text-align: center; margin-bottom: 20px; }
.pc-partner-stage__badge {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    color: #111;
    background: linear-gradient(135deg, #fde68a, #f59e0b);
}
.pc-partner-stage__top h3 {
    margin: 0 0 8px;
    font-size: clamp(1.55rem, 3.2vw, 2rem);
    color: #fff7ed;
    letter-spacing: 0.02em;
}
.pc-partner-stage__top p {
    margin: 0;
    font-size: 0.92rem;
    color: rgba(254, 243, 199, 0.78);
}

.pc-partner-math {
    margin-bottom: 16px;
    padding: 16px 14px 14px;
    border-radius: 20px;
    border: 1px solid rgba(251, 191, 36, 0.35);
    background: rgba(0, 0, 0, 0.38);
}
.pc-partner-math__cap {
    margin: 0 0 12px;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 700;
    color: #fde68a;
}
.pc-partner-math__row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 8px;
}
.pc-partner-math__cell {
    flex: 1 1 120px;
    max-width: 180px;
    padding: 14px 12px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    text-align: center;
}
.pc-partner-math__cell--hot {
    border-color: rgba(251, 191, 36, 0.65);
    background: linear-gradient(165deg, rgba(251, 191, 36, 0.28), rgba(251, 191, 36, 0.08));
    box-shadow: 0 0 28px rgba(251, 191, 36, 0.18);
}
.pc-partner-math__cell em {
    display: block;
    font-style: normal;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: rgba(253, 230, 138, 0.85);
    margin-bottom: 6px;
}
.pc-partner-math__cell strong {
    display: block;
    font-size: clamp(1.7rem, 4vw, 2.15rem);
    line-height: 1;
    color: #fff;
}
.pc-partner-math__cell--hot strong { color: #fbbf24; }
.pc-partner-math__cell small {
    display: block;
    margin-top: 8px;
    font-size: 0.72rem;
    line-height: 1.35;
    color: rgba(226, 232, 240, 0.58);
}
.pc-partner-math__cell--hot small { color: rgba(253, 230, 138, 0.85); font-weight: 700; }
.pc-partner-math__op {
    align-self: center;
    font-size: 1.5rem;
    font-weight: 800;
    color: #fbbf24;
    line-height: 1;
    padding: 0 2px;
}
.pc-partner-math__door {
    margin: 12px 0 0;
    text-align: center;
    font-size: 0.82rem;
    color: rgba(254, 243, 199, 0.72);
}
.pc-partner-math__door b { color: #fde68a; }

.pc-partner-stage__chips {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}
.pc-partner-stage__chips li {
    padding: 12px 10px;
    border-radius: 14px;
    border: 1px solid rgba(251, 191, 36, 0.2);
    background: rgba(0, 0, 0, 0.28);
    text-align: center;
}
.pc-partner-stage__chips strong {
    display: block;
    margin-bottom: 4px;
    font-size: 0.9rem;
    color: #fde68a;
}
.pc-partner-stage__chips span {
    font-size: 0.74rem;
    line-height: 1.4;
    color: rgba(226, 232, 240, 0.6);
}

.pc-partner-prices {
    margin-bottom: 14px;
}
.pc-partner-prices__cap {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    align-items: baseline;
    margin-bottom: 10px;
}
.pc-partner-prices__cap strong { color: #fff7ed; font-size: 0.95rem; }
.pc-partner-prices__cap span { color: rgba(253, 230, 138, 0.62); font-size: 0.74rem; }
.pc-partner-prices__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}
.pc-partner-prices__card {
    padding: 12px 10px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.32);
}
.pc-partner-prices__card.is-hot {
    border-color: rgba(251, 191, 36, 0.5);
    background: rgba(251, 191, 36, 0.12);
}
.pc-partner-prices__card > b {
    display: block;
    margin-bottom: 8px;
    text-align: center;
    font-size: 0.88rem;
    color: #fde68a;
}
.pc-partner-prices__card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pc-partner-prices__card li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
    padding: 4px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.75rem;
}
.pc-partner-prices__card li:first-child { border-top: 0; }
.pc-partner-prices__card li span { color: rgba(226, 232, 240, 0.55); }
.pc-partner-prices__card li em {
    font-style: normal;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
}
.pc-partner-prices__card li.is-space span { color: #fbbf24; font-weight: 700; }
.pc-partner-prices__card li.is-space em {
    color: #fbbf24;
    font-size: 0.95rem;
    font-weight: 800;
}

.pc-partner-stage__support {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}
.pc-partner-stage__support li {
    padding: 11px 8px;
    border-radius: 14px;
    border: 1px solid rgba(14, 165, 233, 0.22);
    background: rgba(14, 165, 233, 0.08);
    text-align: center;
}
.pc-partner-stage__support strong {
    display: block;
    margin-bottom: 2px;
    font-size: 0.84rem;
    color: #e0f2fe;
}
.pc-partner-stage__support span {
    font-size: 0.7rem;
    color: rgba(186, 230, 253, 0.68);
}

.pc-partner-giftstrip {
    margin-bottom: 18px;
    padding: 14px 12px 12px;
    border-radius: 18px;
    border: 1px dashed rgba(251, 191, 36, 0.5);
    background: rgba(251, 191, 36, 0.08);
}
.pc-partner-giftstrip__hd {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    margin-bottom: 10px;
}
.pc-partner-giftstrip__hd span {
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    color: #111;
    background: linear-gradient(135deg, #fde68a, #fbbf24);
}
.pc-partner-giftstrip__hd strong { color: #fff7ed; font-size: 1rem; }
.pc-partner-giftstrip__hd b {
    margin-left: auto;
    color: #fbbf24;
    font-size: 1.05rem;
}
.pc-partner-giftstrip__list {
    list-style: none;
    margin: 0 0 8px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}
.pc-partner-giftstrip__list li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.32);
}
.pc-partner-giftstrip__list i {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-size: 11px;
    font-weight: 800;
    color: #111;
    background: #fbbf24;
}
.pc-partner-giftstrip__list strong {
    flex: 1 1 auto;
    font-size: 0.84rem;
    color: #fff;
    font-weight: 600;
}
.pc-partner-giftstrip__list em {
    font-style: normal;
    font-weight: 800;
    font-size: 0.85rem;
    color: #fde68a;
}
.pc-partner-giftstrip__more {
    margin: 0;
    text-align: center;
    font-size: 0.76rem;
    color: rgba(253, 230, 138, 0.78);
}

.pc-partner-stage__foot { text-align: center; }
.pc-partner-stage__foot .pc-btn {
    width: min(100%, 320px);
    justify-content: center;
}
.pc-partner-stage__paths {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 12px 0 8px;
}
.pc-partner-stage__paths span {
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 0.78rem;
    color: rgba(254, 243, 199, 0.85);
    border: 1px solid rgba(251, 191, 36, 0.28);
    background: rgba(0, 0, 0, 0.25);
}
.pc-partner-stage__paths span:first-child {
    color: #111;
    font-weight: 800;
    border: 0;
    background: linear-gradient(135deg, #fde68a, #fbbf24);
}
.pc-partner-stage__note {
    margin: 0;
    font-size: 0.72rem;
    line-height: 1.5;
    color: rgba(148, 163, 184, 0.75);
}

@media (max-width: 900px) {
    .pc-partner-prices__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 768px) {
    .pc-partner-stage { padding: 18px 12px 16px; border-radius: 20px; }
    .pc-partner-math__row { gap: 6px; }
    .pc-partner-math__cell { flex: 1 1 100%; max-width: none; }
    .pc-partner-math__op {
        width: 100%;
        text-align: center;
        font-size: 1.15rem;
        padding: 0;
        line-height: 0.8;
    }
    .pc-partner-stage__chips { grid-template-columns: 1fr; }
    .pc-partner-stage__support { grid-template-columns: 1fr 1fr; }
    .pc-partner-giftstrip__list { grid-template-columns: 1fr; }
    .pc-partner-giftstrip__hd b { margin-left: 0; }
    .pc-partner-stage__paths span { width: 100%; text-align: center; box-sizing: border-box; }
    .pc-partner-math__cell strong { font-size: 2rem; }
}

/* -- paths bridge + partner 3d 20260730 -- */
.pc-paths-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 14px;
    margin: 0 0 22px;
}
.pc-paths-tabs__item {
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid rgba(251, 191, 36, 0.35);
    background: rgba(0, 0, 0, 0.28);
    color: #fde68a;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.pc-paths-tabs__item:hover,
.pc-paths-tabs__item.is-active {
    color: #111;
    background: linear-gradient(135deg, #fde68a, #f59e0b);
    border-color: transparent;
    box-shadow: 0 10px 28px rgba(251, 191, 36, 0.28);
}
.pc-paths-tabs__mid {
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    color: rgba(226, 232, 240, 0.55);
}
.pc-paths-bridge {
    margin: 22px 0 18px;
    text-align: center;
}
.pc-paths-bridge__line {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 12px;
    margin: 0;
    padding: 12px 16px;
    border-radius: 999px;
    border: 1px dashed rgba(251, 191, 36, 0.4);
    background: rgba(251, 191, 36, 0.06);
    font-size: 0.82rem;
    color: rgba(254, 243, 199, 0.78);
}
.pc-paths-bridge__line i {
    width: 42px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, transparent, #fbbf24, transparent);
}
.pc-paths-bridge__line strong { color: #fde68a; font-weight: 800; }

.pc-partner-stage {
    position: relative;
    overflow: hidden;
    perspective: 1200px;
    transform-style: preserve-3d;
}
.pc-partner-stage::before {
    content: "";
    position: absolute;
    inset: -40% auto auto -20%;
    width: 70%;
    height: 70%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(251, 191, 36, 0.22), transparent 68%);
    pointer-events: none;
    animation: pcPartnerGlow 7s ease-in-out infinite alternate;
}
.pc-partner-stage::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(125deg, transparent 30%, rgba(255, 255, 255, 0.06) 48%, transparent 62%);
    background-size: 220% 220%;
    animation: pcPartnerShine 8s linear infinite;
    pointer-events: none;
}
@keyframes pcPartnerGlow {
    from { transform: translate3d(0, 0, 0) scale(1); opacity: 0.7; }
    to { transform: translate3d(18%, 12%, 0) scale(1.12); opacity: 1; }
}
@keyframes pcPartnerShine {
    0% { background-position: 120% 0; }
    100% { background-position: -40% 0; }
}
.pc-partner-stage > * { position: relative; z-index: 1; }
.pc-partner-math {
    transform: translateZ(18px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}
.pc-partner-math__gift {
    display: inline-block;
    margin-right: 4px;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    color: #111;
    background: linear-gradient(135deg, #fde68a, #fbbf24);
}
body.pc-tilt-ready .pc-member-plan,
body.pc-tilt-ready .pc-partner-math__cell,
body.pc-tilt-ready .pc-partner-prices__card,
body.pc-tilt-ready .pc-partner-stage__chips li,
body.pc-tilt-ready .pc-partner-giftstrip__list li {
    will-change: transform;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
body.pc-tilt-ready .pc-member-plan.is-tilt-active,
body.pc-tilt-ready .pc-partner-math__cell.is-tilt-active,
body.pc-tilt-ready .pc-partner-prices__card.is-tilt-active {
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(251, 191, 36, 0.35);
}
@media (max-width: 768px) {
    .pc-paths-tabs__mid { width: 100%; text-align: center; }
    .pc-paths-bridge__line { border-radius: 18px; }
    .pc-paths-bridge__line i { width: 100%; }
}

/* =========================================================
   2026-08-02 Promo visual v2: hero Before/After + MAX video
   ========================================================= */

.pc-ba-hero {
    margin-top: 6px;
    padding: 22px 22px 18px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        radial-gradient(ellipse 55% 45% at 12% 0%, rgba(251, 191, 36, 0.14), transparent 55%),
        radial-gradient(ellipse 45% 40% at 88% 10%, rgba(56, 189, 248, 0.1), transparent 50%),
        linear-gradient(165deg, rgba(22, 22, 32, 0.96), rgba(10, 10, 16, 0.98));
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}

.pc-ba-hero__stage {
    display: grid;
    grid-template-columns: 1fr 64px 1fr;
    gap: 12px;
    align-items: stretch;
}

.pc-ba-hero__pane {
    appearance: none;
    border: 0;
    margin: 0;
    padding: 14px;
    text-align: left;
    cursor: zoom-in;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.pc-ba-hero__pane:hover {
    transform: translateY(-3px);
    border-color: rgba(251, 191, 36, 0.35);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.pc-ba-hero__pane--after {
    border-color: rgba(52, 211, 153, 0.28);
    background:
        linear-gradient(160deg, rgba(16, 40, 32, 0.35), transparent 50%),
        rgba(255, 255, 255, 0.03);
}

.pc-ba-hero__tag {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: rgba(248, 250, 252, 0.7);
    background: rgba(255, 255, 255, 0.06);
}

.pc-ba-hero__tag--after {
    color: #6ee7b7;
    background: rgba(16, 185, 129, 0.14);
}

.pc-ba-hero__frame {
    display: grid;
    place-items: center;
    min-height: 320px;
    border-radius: 18px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.08), transparent 55%),
        #0b0b12;
}

.pc-ba-hero__frame img {
    display: block;
    width: 100%;
    max-height: 420px;
    object-fit: contain;
}

.pc-ba-hero__pane em {
    display: block;
    margin-top: 12px;
    font-style: normal;
    text-align: center;
    color: rgba(226, 232, 240, 0.78);
    font-size: 0.95rem;
}

.pc-ba-hero__vs {
    display: grid;
    place-items: center;
}

.pc-ba-hero__vs span {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    color: #111;
    background: linear-gradient(135deg, #fde68a, #f59e0b);
    box-shadow: 0 0 0 6px rgba(251, 191, 36, 0.12), 0 12px 28px rgba(245, 158, 11, 0.35);
}

.pc-ba-pills {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.pc-ba-pills li {
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 650;
    color: #fef3c7;
    border: 1px solid rgba(251, 191, 36, 0.28);
    background: rgba(251, 191, 36, 0.08);
}

.pc-ba-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 18px;
}

.pc-ba-mini {
    border-radius: 22px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(14, 14, 22, 0.9);
}

.pc-ba-mini header span {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #fde68a;
}

.pc-ba-mini header p {
    margin: 0 0 12px;
    color: rgba(226, 232, 240, 0.72);
    font-size: 0.9rem;
}

.pc-ba-mini__pair {
    display: grid;
    grid-template-columns: 1fr 24px 1fr;
    gap: 8px;
    align-items: center;
}

.pc-ba-mini__pair > i {
    justify-self: center;
    color: #fbbf24;
    font-size: 12px;
}

.pc-ba-mini__shot {
    appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    cursor: zoom-in;
    background: #0b0b12;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.pc-ba-mini__shot:hover {
    transform: translateY(-2px);
    border-color: rgba(251, 191, 36, 0.4);
}

.pc-ba-mini__shot--after {
    border-color: rgba(52, 211, 153, 0.25);
}

.pc-ba-mini__shot > span {
    display: block;
    padding: 6px 8px 0;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: rgba(248, 250, 252, 0.55);
}

.pc-ba-mini__shot--after > span { color: #6ee7b7; }

.pc-ba-mini__shot img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    background: #0b0b12;
}

.pc-ba-mini__shot img.is-cover { object-fit: cover; }
.pc-ba-mini__shot img.is-contain { object-fit: contain; padding: 8px; }

.pc-max-video {
    margin: 0 0 20px;
}

.pc-max-video__player {
    display: block;
    width: 100%;
    max-height: 520px;
    border-radius: 20px;
    background: #000;
    border: 1px solid rgba(251, 191, 36, 0.28);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

.pc-max-video__cap {
    margin: 10px 0 0;
    text-align: center;
    color: rgba(253, 230, 138, 0.78);
    font-size: 0.88rem;
}

.pc-max-film {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.pc-max-film__item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.pc-max-film__n {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #fbbf24;
}

.pc-max-film__media {
    appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    cursor: zoom-in;
    background: #0b0b12;
    position: relative;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.pc-max-film__media:hover {
    transform: translateY(-2px);
    border-color: rgba(251, 191, 36, 0.45);
}

.pc-max-film__media img,
.pc-max-film__media video {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.pc-max-film__media--video {
    cursor: default;
}

.pc-max-film__media--video > i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #111;
    background: rgba(253, 230, 138, 0.92);
    pointer-events: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.pc-max-film__item strong {
    color: #fffbeb;
    font-size: 0.9rem;
    line-height: 1.3;
}

.pc-max-film__item > span {
    color: rgba(226, 232, 240, 0.6);
    font-size: 0.74rem;
    line-height: 1.35;
}

#image-pillars-sec .pc-max-case--story {
    margin-top: 28px;
}

.pc-max-case__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 4px;
}

@media (max-width: 960px) {
    .pc-ba-hero__stage {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .pc-ba-hero__vs { padding: 4px 0; }
    .pc-ba-hero__frame { min-height: 240px; }
    .pc-ba-strip { grid-template-columns: 1fr; }
    .pc-max-film { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
    .pc-ba-hero { padding: 14px; border-radius: 20px; }
    .pc-ba-hero__frame { min-height: 200px; }
    .pc-max-film { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pc-max-video__player { max-height: 360px; }
}


/* =========================================================
   2026-08-02 Caseboard：易图式顶部案例叠层板
   ========================================================= */

.pc-caseboard {
    --cb-radius: 22px;
    position: relative;
    width: min(980px, 94vw);
    margin: 28px auto 48px;
    padding: 0 0 8px;
}

.pc-caseboard__stack {
    position: absolute;
    inset: 18px 10px -10px;
    z-index: 0;
    pointer-events: none;
}

.pc-caseboard__sheet {
    position: absolute;
    inset: 0;
    border-radius: calc(var(--cb-radius) + 4px);
    background: #fff;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.pc-caseboard__sheet--a {
    transform: rotate(-1.6deg) translateY(10px) scale(0.985);
    background: linear-gradient(135deg, #fff7ed, #fff);
    opacity: 0.92;
}

.pc-caseboard__sheet--b {
    transform: rotate(1.8deg) translateY(16px) scale(0.97);
    background:
        linear-gradient(120deg, #fb923c, #38bdf8 45%, #22d3ee 70%, #818cf8);
    opacity: 0.85;
}

.pc-caseboard__card {
    position: relative;
    z-index: 2;
    border-radius: var(--cb-radius);
    padding: 22px 22px 18px;
    background: #ffffff;
    color: #0f172a;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.8) inset,
        0 28px 70px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.pc-caseboard__card[hidden] { display: none !important; }

.pc-caseboard__head { margin-bottom: 14px; }

.pc-caseboard__brand {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.pc-caseboard__logo {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-weight: 900;
    color: #111;
    background: linear-gradient(135deg, #fde68a, #38bdf8 55%, #a78bfa);
    box-shadow: 0 8px 18px rgba(56, 189, 248, 0.28);
}

.pc-caseboard__brand strong {
    display: block;
    font-size: 1rem;
    color: #0f172a;
    line-height: 1.2;
}

.pc-caseboard__brand em {
    display: block;
    font-style: normal;
    font-size: 0.78rem;
    color: #64748b;
    margin-top: 2px;
}

.pc-caseboard__title {
    margin: 0 0 6px;
    font-size: clamp(1.7rem, 3.2vw, 2.35rem);
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #0f172a;
    line-height: 1.15;
}

.pc-caseboard__title span {
    background: linear-gradient(90deg, #2563eb, #f97316);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.pc-caseboard__sub {
    margin: 0 0 12px;
    color: #475569;
    font-size: 0.95rem;
}

.pc-caseboard__flow {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pc-caseboard__flow li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    color: #334155;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.pc-caseboard__flow li i { color: #0ea5e9; font-size: 0.78rem; }

.pc-caseboard__grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 12px;
}

.pc-caseboard__panel {
    appearance: none;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #f8fafc;
    padding: 10px;
    margin: 0;
    text-align: left;
    cursor: zoom-in;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.pc-caseboard__panel:hover {
    transform: translateY(-3px);
    border-color: #cbd5e1;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
}

.pc-caseboard__panel--main {
    grid-column: 1;
    grid-row: 1 / span 2;
    background: #fff;
}

.pc-caseboard__badge {
    display: inline-block;
    margin-bottom: 8px;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #fff;
    background: #ef4444;
}

.tone-red .pc-caseboard__badge,
.pc-caseboard__badge.tone-red { background: #ef4444; }
.tone-blue .pc-caseboard__badge,
.pc-caseboard__badge.tone-blue { background: #3b82f6; }
.tone-orange .pc-caseboard__badge,
.pc-caseboard__badge.tone-orange { background: #f97316; }
.tone-green .pc-caseboard__badge,
.pc-caseboard__badge.tone-green { background: #10b981; }
.tone-slate .pc-caseboard__badge,
.pc-caseboard__badge.tone-slate { background: #64748b; }

.pc-caseboard__check {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    background: #14b8a6;
    font-size: 11px;
    box-shadow: 0 4px 10px rgba(20, 184, 166, 0.35);
}

.pc-caseboard__panel img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 12px;
    background: #fff;
}

.pc-caseboard__panel--main img {
    aspect-ratio: 1 / 1.05;
    object-fit: contain;
    background:
        radial-gradient(circle at 50% 30%, #f1f5f9, #fff 60%);
}

.pc-caseboard__panel em {
    display: block;
    margin-top: 8px;
    font-style: normal;
    font-size: 0.78rem;
    color: #64748b;
    text-align: center;
}

.pc-caseboard__points {
    grid-column: 2 / span 2;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    padding: 12px 14px;
}

.pc-caseboard__points ul {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 12px;
}

.pc-caseboard__points li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.86rem;
    font-weight: 650;
    color: #334155;
}

.pc-caseboard__points li i { color: #10b981; font-size: 0.85rem; }

.pc-caseboard__footer {
    position: relative;
    z-index: 3;
    margin-top: 14px;
    display: grid;
    gap: 10px;
    justify-items: center;
}

.pc-caseboard__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.pc-caseboard__tab {
    appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(15, 23, 42, 0.55);
    color: rgba(248, 250, 252, 0.78);
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 0.86rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.pc-caseboard__tab.is-active,
.pc-caseboard__tab:hover {
    color: #111;
    border-color: transparent;
    background: linear-gradient(135deg, #fde68a, #fbbf24);
}

.pc-caseboard__hint {
    margin: 0;
    color: rgba(226, 232, 240, 0.62);
    font-size: 0.82rem;
}

.pc-caseboard__hint i { margin-right: 4px; }

.pc-caseboard__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    font-size: 0.95rem;
    color: #042f2e;
    background: linear-gradient(135deg, #5eead4, #2dd4bf 55%, #38bdf8);
    box-shadow: 0 14px 30px rgba(45, 212, 191, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pc-caseboard__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(45, 212, 191, 0.36);
}

@media (max-width: 860px) {
    .pc-caseboard__grid {
        grid-template-columns: 1fr 1fr;
    }
    .pc-caseboard__panel--main {
        grid-column: 1 / -1;
        grid-row: auto;
    }
    .pc-caseboard__points {
        grid-column: 1 / -1;
    }
    .pc-caseboard__card { padding: 16px 14px 14px; }
}

@media (max-width: 520px) {
    .pc-caseboard__grid { grid-template-columns: 1fr; }
    .pc-caseboard__points ul { grid-template-columns: 1fr; }
    .pc-caseboard__cta { width: 100%; justify-content: center; text-align: center; }
}


/* =========================================================
   2026-08-03 Dyn cases · 四张独立图片错位叠放
   每张各自旋转、位移、压住前一张；切换只改变顶层卡片。
   ========================================================= */
.pc-dyn-cases {
    width: min(1260px, 94vw);
    margin: 2px auto 18px;
    position: relative;
}
.pc-dyn-cases__stage {
    position: relative;
    padding: 22px 10px 26px;
    overflow: visible;
}
.pc-dyn-cases__stack {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
}
.pc-dyn-cases__card {
    position: absolute;
    left: var(--case-left);
    top: var(--case-top);
    width: 70%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 20px;
    appearance: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.88);
    background: #fff;
    cursor: pointer;
    transform: rotate(var(--case-rotate)) scale(0.98);
    transform-origin: 50% 54%;
    box-shadow: 0 22px 58px rgba(2, 6, 23, 0.42);
    transition:
        left 0.52s cubic-bezier(0.22, 1, 0.36, 1),
        top 0.52s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.52s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.32s ease,
        filter 0.32s ease,
        opacity 0.32s ease;
    z-index: var(--case-layer);
}
.pc-dyn-cases__card.is-slot-left-far {
    --case-left: 2%;
    --case-top: 6%;
    --case-rotate: -1.8deg;
    --case-layer: 1;
    opacity: 0.48;
}
.pc-dyn-cases__card.is-slot-left-near {
    --case-left: 9%;
    --case-top: 2%;
    --case-rotate: -0.7deg;
    --case-layer: 2;
    opacity: 0.68;
}
.pc-dyn-cases__card.is-slot-active {
    --case-left: 16%;
    --case-top: 0%;
    --case-rotate: 0deg;
    --case-layer: 10;
    opacity: 1;
}
.pc-dyn-cases__card.is-slot-right {
    --case-left: 23%;
    --case-top: 5%;
    --case-rotate: 1.6deg;
    --case-layer: 3;
    opacity: 0.72;
}
.pc-dyn-cases__card.is-active {
    transform: translateY(-8px) rotate(var(--case-rotate)) scale(1.022);
    box-shadow: 0 34px 88px rgba(2, 6, 23, 0.58);
    filter: none;
    z-index: 10;
}
.pc-dyn-cases__card:not(.is-active) {
    filter: saturate(0.78) brightness(0.9);
}
.pc-dyn-cases__card:not(.is-active):hover {
    transform: translateY(-5px) rotate(var(--case-rotate)) scale(0.995);
    filter: saturate(0.96) brightness(0.97);
}
.pc-dyn-cases__card:focus-visible {
    outline: 3px solid #fde68a;
    outline-offset: 5px;
}
.pc-dyn-cases__card.is-loading::before {
    content: "灵涵案例加载中";
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    place-items: center;
    color: #334155;
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    font-weight: 800;
    letter-spacing: 0.12em;
    background:
        radial-gradient(circle at 50% 42%, rgba(14, 165, 233, 0.12), transparent 34%),
        linear-gradient(135deg, #f8fafc, #eef6ff 55%, #f8fafc);
}
.pc-dyn-cases__card.is-loading::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(105deg, transparent 34%, rgba(255, 255, 255, 0.78) 48%, transparent 62%);
    transform: translateX(-100%);
    animation: pcDynCaseLoading 1.25s ease-in-out infinite;
}
.pc-dyn-cases__card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: #fff;
}
.pc-dyn-cases__card.is-loading img { opacity: 0; }
.pc-dyn-cases__meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 34px;
    margin: 0 auto;
    color: rgba(226, 232, 240, 0.78);
    font-size: 13px;
    font-weight: 700;
}
.pc-dyn-cases__meta strong { color: #fde68a; font-family: Outfit, sans-serif; letter-spacing: 0.08em; }
.pc-dyn-cases__meta > span { min-width: 96px; color: #f8fafc; }
.pc-dyn-cases__dots { display: flex; gap: 5px; }
.pc-dyn-cases__dots i { width: 6px; height: 6px; border-radius: 50%; background: rgba(255, 255, 255, 0.22); transition: width 0.25s ease, background 0.25s ease; }
.pc-dyn-cases__dots i.is-active { width: 18px; border-radius: 99px; background: linear-gradient(90deg, #fbbf24, #38bdf8); }
@keyframes pcDynCaseLoading {
    to { transform: translateX(100%); }
}
@media (max-width: 720px) {
    .pc-dyn-cases {
        width: calc(100% + 28px);
        margin-left: -14px;
        margin-bottom: 12px;
    }
    .pc-dyn-cases__stage {
        padding: 18px 4px 22px;
        overflow: hidden;
    }
    .pc-dyn-cases__stack {
        aspect-ratio: 1 / 1;
    }
    .pc-dyn-cases__card {
        width: 76%;
        border-radius: 14px;
    }
    .pc-dyn-cases__card.is-slot-left-far { --case-left: 0%; --case-top: 6%; --case-rotate: -2deg; }
    .pc-dyn-cases__card.is-slot-left-near { --case-left: 8%; --case-top: 3%; --case-rotate: -0.7deg; }
    .pc-dyn-cases__card.is-slot-active { --case-left: 16%; --case-top: 0%; --case-rotate: 0deg; }
    .pc-dyn-cases__card.is-slot-right { --case-left: 24%; --case-top: 5%; --case-rotate: 2deg; }
    .pc-dyn-cases__card.is-slot-left-far { opacity: 0.62; }
    .pc-dyn-cases__card.is-slot-left-near,
    .pc-dyn-cases__card.is-slot-right { opacity: 0.78; }
    .pc-dyn-cases__card.is-active {
        transform: translateY(-6px) rotate(var(--case-rotate)) scale(1.01);
    }
}
@media (prefers-reduced-motion: reduce) {
    .pc-dyn-cases__card.is-loading::after { animation: none; }
}
