:root {
    --poster-bg: #090d1c;
    --poster-surface: #11172b;
    --poster-surface-raised: #171f39;
    --poster-ink: #f3f7ff;
    --poster-muted: #a8b4cc;
    --poster-line: rgba(184, 205, 255, .16);
    --poster-blue: #5e8cff;
    --poster-cyan: #65e4ff;
    --poster-violet: #a88cff;
    --poster-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}

/* Homepage highlight title: never exceed the requested 36px limit. */
.template-poster .poster-manifesto-title h2 { font-size: 32px!important; }

body.template-first.template-poster {
    margin: 0;
    overflow-x: hidden;
    background: var(--poster-bg);
    color: var(--poster-ink);
    font: 15px/1.7 "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

.template-poster *,
.template-poster *::before,
.template-poster *::after { box-sizing: border-box; }
.template-poster a { color: inherit; }
.template-poster img,
.template-poster svg { display: block; max-width: 100%; }
.template-poster ::selection { background: rgba(101, 228, 255, .32); color: #fff; }

/* Navigation is a single glass rail: action remains on the right on desktop. */
.template-poster .site-notice,
.template-poster .collection-notice {
    display: flex;
    justify-content: center;
    gap: 10px;
    min-height: 34px;
    padding: 6px 20px;
    border-bottom: 1px solid var(--poster-line);
    background: #0d1327;
    color: var(--poster-muted);
    font-size: 12px;
}
.template-poster .site-notice b,
.template-poster .collection-notice b { color: var(--poster-cyan); font-size: 11px; letter-spacing: .08em; }
.template-poster .site-notice span,
.template-poster .collection-notice span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.template-poster .collection-nav {
    position: relative;
    z-index: 20;
    display: grid;
    grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
    align-items: center;
    width: min(1200px, calc(100% - 48px));
    min-height: 80px;
    margin: 0 auto;
    border-bottom: 1px solid var(--poster-line);
}
.template-poster .collection-brand { display: flex; align-items: center; gap: 11px; width: max-content; color: var(--poster-ink); text-decoration: none; }
.template-poster .collection-brand .site-logo,
.template-poster .site-logo { width: 42px; height: 42px; flex: 0 0 42px; }
.template-poster .collection-brand strong { font-size: 18px; font-weight: 800; letter-spacing: -.03em; }
.template-poster .collection-nav nav { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2.3vw, 30px); }
.template-poster .collection-nav nav a { position: relative; padding: 6px 0; color: var(--poster-muted); font-size: 13px; font-weight: 700; text-decoration: none; transition: color .2s ease; }
.template-poster .collection-nav nav a::after { content: ""; position: absolute; right: 50%; bottom: -13px; left: 50%; height: 2px; border-radius: 2px; background: var(--poster-cyan); box-shadow: 0 0 12px var(--poster-cyan); transition: left .2s ease, right .2s ease; }
.template-poster .collection-nav nav a:hover,
.template-poster .collection-nav nav a.active-nav { color: #fff; }
.template-poster .collection-nav nav a:hover::after,
.template-poster .collection-nav nav a.active-nav::after { right: 0; left: 0; }
.template-poster .collection-action {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(137, 178, 255, .55);
    border-radius: 12px;
    background: linear-gradient(135deg, #638eff, #8f77ff);
    box-shadow: 0 9px 25px rgba(89, 124, 255, .28);
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .22s ease, box-shadow .22s ease;
}
.template-poster .collection-action b { font-size: 17px; line-height: 1; }
.template-poster .collection-action:hover { box-shadow: 0 13px 30px rgba(89, 124, 255, .45); transform: translateY(-2px); }
.template-poster .collection-menu { display: none; }

.poster-main { position: relative; overflow: hidden; }
.poster-main::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -350px;
    left: 50%;
    width: 800px;
    height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(91, 133, 255, .17), transparent 67%);
    filter: blur(10px);
    transform: translateX(-50%);
    pointer-events: none;
}

/* The billboard is intentionally content-led, with only ambient light behind it. */
.poster-billboard {
    position: relative;
    isolation: isolate;
    width: min(1200px, calc(100% - 48px));
    min-height: 520px;
    margin: 28px auto 0;
    overflow: hidden;
    padding: clamp(60px, 8vw, 108px) clamp(34px, 8vw, 112px);
    border: 1px solid var(--poster-line);
    border-radius: 28px;
    background: linear-gradient(125deg, #121b38 0%, #101a35 50%, #151438 100%);
    box-shadow: var(--poster-shadow);
}
.poster-billboard::before {
    content: "";
    position: absolute;
    z-index: -1;
    right: -15%;
    bottom: -52%;
    width: min(54vw, 650px);
    aspect-ratio: 1;
    border: 1px solid rgba(150, 186, 255, .22);
    border-radius: 50%;
    box-shadow: 0 0 0 40px rgba(102, 136, 255, .04), 0 0 0 105px rgba(102, 136, 255, .025);
}
.poster-billboard::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 12%;
    right: 9%;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, rgba(101, 228, 255, .55), rgba(103, 116, 255, .1) 48%, transparent 70%);
    filter: blur(3px);
}
.poster-hero-meta { position: absolute; top: 32px; right: 38px; display: flex; align-items: center; gap: 8px; color: #c6d5fb; font-size: 11px; font-weight: 800; letter-spacing: .11em; }
.poster-hero-meta span { color: var(--poster-cyan); }
.poster-hero-meta p { margin: 0; }
.poster-kicker { position: relative; margin: 0; color: var(--poster-cyan); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.poster-kicker::before { content: ""; display: inline-block; width: 18px; height: 1px; margin: 0 9px 4px 0; background: currentColor; }
.poster-billboard h1 { position: relative; max-width: 700px; margin: 20px 0 0; color: #fff; font-size: clamp(36px, 4.6vw, 48px); font-weight: 850; letter-spacing: -.055em; line-height: 1.13; }
.poster-lead { position: relative; max-width: 530px; margin: 22px 0 0; color: #bdc9e1; font-size: 16px; line-height: 1.9; }
.poster-register { position:relative; display:inline-flex; align-items:center; gap:10px; min-height:45px; margin-top:28px; padding:0 18px; border:1px solid rgba(139,225,255,.7); border-radius:12px; background:linear-gradient(125deg,#5e8cff,#8d77ff); box-shadow:0 10px 24px rgba(73,105,230,.28); color:#fff; font-size:13px; font-weight:800; text-decoration:none; transition:transform .2s ease,box-shadow .2s ease; }.poster-register b { font-size:18px; line-height:1; }.poster-register:hover { box-shadow:0 15px 30px rgba(73,105,230,.42); transform:translateY(-3px); }

.poster-ticker { display: grid; grid-template-columns: repeat(3, 1fr) minmax(185px, .78fr); width: min(1200px, calc(100% - 48px)); margin: -1px auto 0; overflow: hidden; border: 1px solid var(--poster-line); border-radius: 0 0 24px 24px; background: rgba(16, 24, 47, .88); }
.poster-ticker article,
.poster-ticker > a { min-height: 116px; padding: 22px 24px; border-right: 1px solid var(--poster-line); }
.poster-ticker article { display: grid; grid-template-columns: 30px 1fr; align-content: center; row-gap: 3px; }
.poster-ticker article > span { grid-row: 1 / span 2; color: var(--poster-cyan); font-size: 11px; font-weight: 800; }
/* Global template rule: metric name is above and larger; metric value follows beneath. */
.poster-ticker .poster-metric-name { grid-column: 2; color: #fff; font-size: 19px; font-weight: 800; line-height: 1.2; }
.poster-ticker .poster-metric-value { grid-column: 2; color: var(--poster-muted); font-size: 12px; font-weight: 600; line-height: 1.3; }
.poster-ticker > a { display: flex; align-items: center; justify-content: space-between; gap: 10px; border: 0; background: linear-gradient(120deg, rgba(94, 140, 255, .17), rgba(168, 140, 255, .16)); color: #e8efff; font-size: 13px; font-weight: 800; text-decoration: none; transition: background .2s ease; }
.poster-ticker > a b { color: var(--poster-cyan); font-size: 19px; }
.poster-ticker > a:hover { background: linear-gradient(120deg, rgba(94, 140, 255, .31), rgba(168, 140, 255, .28)); }

.poster-manifesto { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr); gap: clamp(42px, 9vw, 135px); width: min(1040px, calc(100% - 48px)); margin: 0 auto; padding: 130px 0; }
.poster-manifesto-title > span,
.poster-program header > p,
.poster-tickets header > p,
.poster-downloads header > p,
.poster-curtain > p { color: var(--poster-cyan); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.poster-manifesto-title h2,
.poster-program h2,
.poster-tickets h2,
.poster-downloads h2,
.poster-curtain h2 { max-width: 680px; margin: 12px 0 0; color: #fff; font-size: clamp(28px, 3.4vw, 42px); font-weight: 800; letter-spacing: -.04em; line-height: 1.25; }
.poster-manifesto-copy { align-self: end; padding: 0 0 3px 28px; border-left: 1px solid rgba(101, 228, 255, .45); }
.poster-manifesto-copy p { margin: 0; color: var(--poster-muted); font-size: 15px; line-height: 2; }
.poster-manifesto-copy a,
.poster-ticket-wall a { display: inline-flex; align-items: center; gap: 9px; margin-top: 25px; color: var(--poster-cyan); font-size: 13px; font-weight: 800; text-decoration: none; }
.poster-manifesto-copy a b,
.poster-ticket-wall a b { font-size: 17px; transition: transform .2s ease; }
.poster-manifesto-copy a:hover b,
.poster-ticket-wall a:hover b { transform: translateX(4px); }

.poster-program { position: relative; overflow: hidden; padding: 112px max(24px, calc((100% - 1200px) / 2)); background: #0e1428; }
.poster-program::before { content: ""; position: absolute; top: -200px; right: -130px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(94, 140, 255, .16), transparent 67%); pointer-events: none; }
.poster-program header,
.poster-tickets > header,
.poster-downloads > header { position: relative; max-width: 1200px; margin: 0 auto; }
.poster-program header > span,
.poster-downloads header > span { display: block; margin-bottom: 8px; color: rgba(166, 185, 231, .5); font-size: 12px; font-weight: 800; letter-spacing: .13em; }
.poster-program header > p,
.poster-tickets header > p,
.poster-downloads header > p { margin: 0; }
.poster-program-cards { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; width: min(1200px, 100%); margin: 48px auto 0; }
.poster-program-cards article { position: relative; min-height: 255px; padding: 26px; overflow: hidden; border: 1px solid var(--poster-line); border-radius: 20px; background: linear-gradient(145deg, rgba(31, 42, 75, .8), rgba(18, 25, 48, .8)); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.poster-program-cards article::after { content: ""; position: absolute; right: -30px; bottom: -40px; width: 145px; height: 145px; border: 1px solid rgba(101, 228, 255, .2); border-radius: 50%; transition: transform .3s ease; }
.poster-program-cards article > span { color: var(--poster-cyan); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.poster-program-cards h3 { margin: 47px 0 0; color: #fff; font-size: 22px; font-weight: 800; line-height: 1.25; }
.poster-program-cards p { max-width: 260px; margin: 11px 0 0; color: var(--poster-muted); font-size: 14px; line-height: 1.8; }
.poster-program-cards b { position: absolute; right: 25px; bottom: 20px; color: var(--poster-violet); font-size: 21px; }
.poster-program-cards article:hover { border-color: rgba(101, 228, 255, .5); background: linear-gradient(145deg, rgba(44, 59, 103, .9), rgba(18, 25, 48, .9)); transform: translateY(-6px); }
.poster-program-cards article:hover::after { transform: scale(1.16); }

.poster-tickets { width: min(1200px, calc(100% - 48px)); margin: 0 auto; padding: 130px 0; }
.poster-tickets header > span { display: block; max-width: 500px; margin-top: 12px; color: var(--poster-muted); font-size: 15px; }
.poster-ticket-wall { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
.poster-ticket-wall article { min-height: 420px; padding: 26px; border: 1px solid var(--poster-line); border-radius: 20px; background: var(--poster-surface); box-shadow: 0 12px 35px rgba(0, 0, 0, .12); transition: transform .25s ease, border-color .25s ease; }
.poster-ticket-wall article:hover { border-color: rgba(158, 185, 255, .45); transform: translateY(-5px); }
.poster-ticket-wall article.is-featured { border-color: rgba(113, 158, 255, .7); background: linear-gradient(145deg, #263d84, #1a2552); box-shadow: 0 18px 46px rgba(50, 79, 187, .25); }
.poster-ticket-top { display: flex; align-items: center; justify-content: space-between; min-height: 23px; color: var(--poster-muted); font-size: 12px; font-weight: 700; }
.poster-ticket-top b { padding: 3px 9px; border-radius: 999px; background: var(--poster-cyan); color: #0c1531; font-size: 11px; }
.poster-ticket-wall h3 { margin: 28px 0 0; color: #fff; font-size: 23px; font-weight: 800; line-height: 1.25; }
.poster-ticket-wall article > p { min-height: 47px; margin: 11px 0 0; color: var(--poster-muted); font-size: 14px; line-height: 1.7; }
.poster-ticket-wall strong { display: block; margin-top: 24px; color: var(--poster-cyan); font-size: 34px; font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.poster-ticket-wall strong small { margin-right: 2px; font-size: 16px; vertical-align: 6px; }
.poster-ticket-wall strong em { margin-left: 5px; color: var(--poster-muted); font-size: 12px; font-style: normal; font-weight: 600; letter-spacing: 0; }
.poster-ticket-wall ul { min-height: 76px; padding: 0; margin: 25px 0 0; list-style: none; }
.poster-ticket-wall li { position: relative; padding-left: 17px; color: #d8e1f4; font-size: 13px; line-height: 1.95; }
.poster-ticket-wall li::before { content: ""; position: absolute; top: .77em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--poster-violet); box-shadow: 0 0 8px var(--poster-violet); }

.poster-downloads { display: grid; grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr); gap: clamp(38px, 8vw, 105px); width: min(1040px, calc(100% - 48px)); margin: 0 auto; padding: 110px 0; border-top: 1px solid var(--poster-line); }
.poster-download-list { display: grid; align-content: start; border-top: 1px solid var(--poster-line); }
.poster-download-list a { display: grid; grid-template-columns: 36px minmax(0, 1fr) auto; column-gap: 10px; align-items: center; min-height: 77px; border-bottom: 1px solid var(--poster-line); color: #eaf0ff; text-decoration: none; transition: padding .2s ease, color .2s ease; }
.poster-download-list a:hover { padding: 0 8px; color: var(--poster-cyan); }
.poster-download-list a > span { color: var(--poster-cyan); font-size: 12px; font-weight: 800; }
.poster-download-list a b { font-size: 15px; }
.poster-download-list a small { grid-column: 2; color: var(--poster-muted); font-size: 12px; }
.poster-download-list a i { grid-column: 3; grid-row: 1 / span 2; color: var(--poster-violet); font-size: 20px; font-style: normal; }
.poster-download-list > p { color: var(--poster-muted); font-size: 14px; }

.poster-curtain { position: relative; overflow: hidden; padding: 112px 24px; background: linear-gradient(125deg, #243f9e, #5c59bd 55%, #764bba); text-align: center; }
.poster-curtain::before { content: ""; position: absolute; top: 0; left: 50%; width: min(900px, 95vw); height: 100%; background: radial-gradient(ellipse at center, rgba(101, 228, 255, .2), transparent 65%); transform: translateX(-50%); pointer-events: none; }
.poster-curtain > * { position: relative; }
.poster-curtain > p { margin: 0; color: #c8f7ff; }
.poster-curtain h2 { margin-right: auto; margin-left: auto; font-size: clamp(30px, 3.7vw, 44px); }
.poster-curtain > span { display: block; margin-top: 14px; color: #dde5ff; font-size: 15px; }
.poster-curtain a { display: inline-flex; align-items: center; gap: 11px; min-height: 46px; margin-top: 28px; padding: 0 18px; border-radius: 12px; background: #fff; color: #263a88; font-size: 13px; font-weight: 800; text-decoration: none; box-shadow: 0 10px 25px rgba(10, 16, 65, .2); transition: transform .22s ease, box-shadow .22s ease; }
.poster-curtain a b { font-size: 18px; }
.poster-curtain a:hover { box-shadow: 0 15px 32px rgba(10, 16, 65, .35); transform: translateY(-3px); }

/* Inner pages reuse the same calm, illuminated editorial rhythm. */
.template-poster.inner-page main { min-height: 62vh; padding-bottom: 100px; }
.template-poster .about-hero,
.template-poster .resource-hero,
.template-poster .legal-hero,
.template-poster .downloads-page-hero { width: min(1040px, calc(100% - 48px)); margin: 0 auto; padding: 100px 0 54px; border-bottom: 1px solid var(--poster-line); }
.template-poster .collection-kicker { display: flex; align-items: center; gap: 9px; margin: 0; color: var(--poster-cyan); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.template-poster .collection-kicker i { display: block; width: 20px; height: 1px; background: currentColor; }
.template-poster .about-hero h1,
.template-poster .resource-hero h1,
.template-poster .legal-hero h1,
.template-poster .downloads-page-hero h1 { max-width: 760px; margin: 15px 0 0; color: #fff; font-size: clamp(34px, 4.3vw, 48px); font-weight: 850; letter-spacing: -.055em; line-height: 1.15; }
.template-poster .about-hero > p:last-child,
.template-poster .resource-hero > p:last-child,
.template-poster .legal-hero > p:last-child,
.template-poster .downloads-page-hero > span { display: block; max-width: 610px; margin-top: 14px; color: var(--poster-muted); font-size: 15px; line-height: 1.9; }
.template-poster .about-intro,
.template-poster .resource-layout,
.template-poster .legal-wrap,
.template-poster .downloads-page-main,
.template-poster .custom-page-content,
.template-poster .about-values,
.template-poster .page-plan-list { width: min(1040px, calc(100% - 48px)); margin-right: auto; margin-left: auto; }
.template-poster .about-intro { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(34px, 8vw, 95px); margin-top: 60px; padding: 45px; border: 1px solid var(--poster-line); border-radius: 22px; background: var(--poster-surface); }
.template-poster .about-intro header > p,
.template-poster .about-values span { color: var(--poster-cyan); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.template-poster .about-intro h2 { margin: 13px 0 0; color: #fff; font-size: clamp(26px, 3vw, 38px); line-height: 1.28; }
.template-poster .story-copy p { margin: 0; color: var(--poster-muted); }
.template-poster .story-copy a,
.template-poster .custom-page-content a { display: inline-flex; gap: 8px; margin-top: 22px; color: var(--poster-cyan); font-size: 13px; font-weight: 800; text-decoration: none; }
.template-poster .about-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 16px; }
.template-poster .about-values article { min-height: 220px; padding: 28px; border: 1px solid var(--poster-line); border-radius: 18px; background: var(--poster-surface); }
.template-poster .about-values h2 { margin: 37px 0 0; color: #fff; font-size: 21px; }
.template-poster .about-values p { margin: 9px 0 0; color: var(--poster-muted); font-size: 14px; }
.template-poster .about-cta { width: min(1040px, calc(100% - 48px)); margin: 70px auto 0; padding: 65px 35px; border-radius: 22px; background: linear-gradient(125deg, #213b91, #5a54af); text-align: center; }
.template-poster .about-cta p { margin: 0; color: #c8f7ff; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.template-poster .about-cta h2 { margin: 13px 0 0; color: #fff; font-size: clamp(28px, 3.4vw, 42px); }
.template-poster .about-cta a { display: inline-flex; gap: 8px; margin-top: 22px; padding: 10px 15px; border-radius: 10px; background: #fff; color: #273a86; font-size: 13px; font-weight: 800; text-decoration: none; }
.template-poster .resource-layout,
.template-poster .legal-wrap,
.template-poster .downloads-page-main { margin-top: 48px; }
.template-poster .resource-content,
.template-poster .legal-card,
.template-poster .custom-page-content { padding: clamp(26px, 5vw, 52px); border: 1px solid var(--poster-line); border-radius: 20px; background: var(--poster-surface); color: #ced8eb; }
.template-poster .resource-content h1,
.template-poster .resource-content h2,
.template-poster .resource-content h3,
.template-poster .resource-content h4,
.template-poster .resource-content h5,
.template-poster .resource-content h6,
.template-poster .legal-card h1,
.template-poster .legal-card h2,
.template-poster .legal-card h3,
.template-poster .legal-card h4,
.template-poster .legal-card h5,
.template-poster .legal-card h6,
.template-poster .custom-page-content h1,
.template-poster .custom-page-content h2,
.template-poster .custom-page-content h3,
.template-poster .custom-page-content h4,
.template-poster .custom-page-content h5,
.template-poster .custom-page-content h6 { color: #fff; }
.template-poster .resource-content h1,
.template-poster .legal-card h1,
.template-poster .custom-page-content h1 { font-size: 34px; }
.template-poster .resource-content h2,
.template-poster .legal-card h2,
.template-poster .custom-page-content h2 { font-size: 27px; }
.template-poster .resource-content h3,
.template-poster .legal-card h3,
.template-poster .custom-page-content h3 { font-size: 21px; }
.template-poster .resource-content a,
.template-poster .legal-card a,
.template-poster .custom-page-content a { color: var(--poster-cyan); }
.template-poster .resource-content blockquote,
.template-poster .legal-card blockquote { margin: 20px 0; padding: 16px 20px; border-left: 3px solid var(--poster-cyan); border-radius: 0 10px 10px 0; background: rgba(101, 228, 255, .06); color: #e4efff; }
.template-poster .resource-content pre,
.template-poster .legal-card pre { overflow: auto; padding: 16px; border: 1px solid var(--poster-line); border-radius: 12px; background: #090e1e; }
.template-poster .resource-content code,
.template-poster .legal-card code { color: #a8edff; }
.template-poster .resource-content th,
.template-poster .resource-content td,
.template-poster .legal-card th,
.template-poster .legal-card td { border-color: var(--poster-line); }
.template-poster .resource-content th,
.template-poster .legal-card th { background: rgba(101, 228, 255, .07); color: #fff; }
.template-poster .page-plan-list { padding: 0; }
.template-poster .page-plan-list .product-plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.template-poster .page-plan-list .product-plan { padding: 26px; border: 1px solid var(--poster-line); border-radius: 20px; background: var(--poster-surface); }
.template-poster .page-plan-list .product-plan h3 { color: #fff; font-size: 22px; }
.template-poster .page-plan-list .product-plan p,
.template-poster .page-plan-list .product-plan li { color: var(--poster-muted); }
.template-poster .page-plan-list .product-price { margin: 20px 0; color: var(--poster-cyan); }
.template-poster .page-plan-list .product-price strong { font-size: 32px; }
.template-poster .page-plan-list .product-plan a { display: inline-flex; margin-top: 20px; color: var(--poster-cyan); font-size: 13px; font-weight: 800; text-decoration: none; }
.template-poster .downloads-page-main .site-downloads { width: 100%; padding: 0; }
.template-poster .site-downloads { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(35px, 8vw, 105px); }
.template-poster .site-downloads-heading p { color: var(--poster-cyan); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.template-poster .site-downloads-heading h2 { margin: 10px 0 0; color: #fff; font-size: clamp(28px, 3vw, 40px); }
.template-poster .site-downloads-heading span { display: block; margin-top: 12px; color: var(--poster-muted); font-size: 14px; }
.template-poster .site-download-grid { display: grid; border-top: 1px solid var(--poster-line); }
.template-poster .download-item { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; min-height: 80px; border-bottom: 1px solid var(--poster-line); color: #fff; text-decoration: none; transition: padding .2s ease, color .2s ease; }
.template-poster .download-item:hover { padding: 0 8px; color: var(--poster-cyan); }
.template-poster .download-mark { width: 26px; color: var(--poster-cyan); }
.template-poster .download-mark svg { width: 24px; height: 24px; fill: currentColor; }
.template-poster .download-item b { display: block; font-size: 15px; }
.template-poster .download-item small { display: block; color: var(--poster-muted); font-size: 12px; }
.template-poster .download-item i { color: var(--poster-violet); font-size: 19px; font-style: normal; }

.template-poster .site-footer,
.template-poster .collection-footer { display: grid; grid-template-columns: 1fr 1.3fr auto; gap: 45px; align-items: end; padding: 70px max(24px, calc((100% - 1200px) / 2)); border-top: 1px solid var(--poster-line); background: #080c19; }
.template-poster .site-footer p,
.template-poster .collection-footer p { max-width: 350px; margin: 13px 0 0; color: var(--poster-muted); font-size: 12px; }
.template-poster .site-footer nav,
.template-poster .collection-footer nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px 20px; }
.template-poster .site-footer nav a,
.template-poster .collection-footer nav a { color: var(--poster-muted); font-size: 12px; text-decoration: none; }
.template-poster .site-footer nav a:hover,
.template-poster .collection-footer nav a:hover { color: var(--poster-cyan); }
.template-poster .site-footer > small,
.template-poster .collection-footer > small,
.template-poster .site-footer-links { color: #74819d; font-size: 11px; }
.template-poster .site-footer-links { padding: 17px max(24px, calc((100% - 1200px) / 2)); border-top: 1px solid var(--poster-line); background: #080c19; }

@media (min-width: 981px) {
    .template-poster .collection-menu { display: none !important; }
}

@media (max-width: 980px) {
    .template-poster .collection-nav { grid-template-columns: 1fr auto; }
    .template-poster .collection-action { display: none; }
    .template-poster .collection-menu { display: grid; width: 46px; height: 46px; place-content: center; padding: 0; border: 1px solid rgba(136, 172, 255, .5); border-radius: 13px; background: linear-gradient(135deg, #304fbd, #7b61c7); box-shadow: 0 9px 21px rgba(76, 92, 207, .3); color: #fff; transition: transform .25s ease, background .25s ease; }
    .template-poster .collection-menu span { display: block; width: 19px; height: 2px; margin: 3px; border-radius: 99px; background: currentColor; transition: transform .23s ease; }
    .template-poster .collection-nav nav { position: absolute; top: calc(100% + 10px); right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 2px; padding: 9px; border: 1px solid rgba(142, 176, 255, .25); border-radius: 17px; background: rgba(17, 25, 49, .97); box-shadow: 0 22px 42px rgba(0, 0, 0, .36); backdrop-filter: blur(16px); }
    .template-poster .collection-nav nav a { padding: 12px 13px; border-radius: 10px; color: #cbd7ee; font-size: 13px; }
    .template-poster .collection-nav nav a:hover,
    .template-poster .collection-nav nav a.active-nav { background: rgba(101, 228, 255, .1); color: var(--poster-cyan); }
    .template-poster .collection-nav nav a::after { display: none; }
    .template-poster.nav-open .collection-nav nav { display: flex; animation: poster-menu-in .22s ease both; }
    .template-poster.nav-open .collection-menu { background: #182544; transform: rotate(90deg); }
    .template-poster.nav-open .collection-menu span:first-child { transform: translateY(4px) rotate(45deg); }
    .template-poster.nav-open .collection-menu span:last-child { transform: translateY(-4px) rotate(-45deg); }
    .poster-ticket-wall,
    .poster-program-cards,
    .template-poster .about-values,
    .template-poster .page-plan-list .product-plan-grid { grid-template-columns: 1fr; }
    .poster-ticket-wall article,
    .template-poster .page-plan-list .product-plan { min-height: 0; }
}

@media (max-width: 700px) {
    .template-poster .collection-nav { width: calc(100% - 28px); min-height: 70px; margin-top: 10px; padding: 0 10px 0 12px; border: 1px solid rgba(142, 176, 255, .24); border-radius: 18px; background: rgba(13, 19, 39, .9); }
    .template-poster .collection-brand { gap: 8px; }
    .template-poster .collection-brand .site-logo,
    .template-poster .site-logo { width: 36px; height: 36px; flex-basis: 36px; }
    .template-poster .collection-brand strong { font-size: 16px; }
    .poster-billboard,
    .poster-ticker { width: calc(100% - 28px); }
    .poster-billboard { min-height: 410px; margin-top: 16px; padding: 78px 26px 52px; border-radius: 22px; }
    .poster-billboard::after { top: auto; right: -34px; bottom: -30px; width: 170px; height: 170px; }
    .poster-billboard::before { right: -43%; bottom: -36%; width: 350px; }
    .poster-hero-meta { top: 22px; right: 25px; }
    .poster-kicker { font-size: 11px; }
    .poster-billboard h1 { font-size: clamp(31px, 10vw, 40px); }
    .poster-lead { font-size: 14px; line-height: 1.85; }
    .poster-register { margin-top:22px; }
    .poster-ticker { grid-template-columns: 1fr 1fr; border-radius: 0 0 18px 18px; }
    .poster-ticker article,
    .poster-ticker > a { min-height: 94px; padding: 16px; }
    .poster-ticker article:nth-child(2) { border-right: 0; }
    .poster-ticker article:nth-child(3) { border-top: 1px solid var(--poster-line); }
    .poster-ticker > a { min-height: 62px; grid-column: 1 / -1; border-top: 1px solid var(--poster-line); }
    .poster-ticker .poster-metric-name { font-size: 17px; }
    .poster-manifesto,
    .poster-downloads { display: block; width: calc(100% - 32px); padding: 78px 0; }
    .poster-manifesto-copy { margin-top: 29px; padding-left: 20px; }
    .poster-program { padding: 78px 16px; }
    .poster-program h2,
    .poster-tickets h2,
    .poster-downloads h2 { font-size: clamp(26px, 8vw, 34px); }
    .poster-program-cards { margin-top: 33px; }
    .poster-program-cards article { min-height: 215px; }
    .poster-tickets { width: calc(100% - 32px); padding: 80px 0; }
    .poster-ticket-wall { margin-top: 33px; }
    .poster-download-list { margin-top: 34px; }
    .poster-curtain { padding: 80px 20px; }
    .template-poster .about-hero,
    .template-poster .resource-hero,
    .template-poster .legal-hero,
    .template-poster .downloads-page-hero { width: calc(100% - 32px); padding: 75px 0 38px; }
    .template-poster .about-hero h1,
    .template-poster .resource-hero h1,
    .template-poster .legal-hero h1,
    .template-poster .downloads-page-hero h1 { font-size: clamp(30px, 9vw, 40px); }
    .template-poster .about-intro,
    .template-poster .resource-layout,
    .template-poster .legal-wrap,
    .template-poster .downloads-page-main,
    .template-poster .custom-page-content,
    .template-poster .about-values,
    .template-poster .page-plan-list { width: calc(100% - 32px); }
    .template-poster .about-intro { grid-template-columns: 1fr; gap: 27px; margin-top: 35px; padding: 26px; }
    .template-poster .resource-content,
    .template-poster .legal-card,
    .template-poster .custom-page-content { border-radius: 16px; }
    .template-poster .site-downloads { grid-template-columns: 1fr; gap: 30px; }
    .template-poster .site-footer,
    .template-poster .collection-footer { grid-template-columns: 1fr; gap: 28px; padding: 55px 24px; }
    .template-poster .site-footer nav,
    .template-poster .collection-footer nav { grid-template-columns: repeat(2, 1fr); }
}

@media (prefers-reduced-motion: no-preference) {
    .poster-main::before { animation: poster-glow 12s ease-in-out infinite alternate; }
    .poster-billboard::after { animation: poster-pulse 5s ease-in-out infinite; }
}

@keyframes poster-menu-in { from { opacity: 0; transform: translateY(-7px); } to { opacity: 1; transform: translateY(0); } }
@keyframes poster-glow { to { transform: translateX(-50%) translateY(40px) scale(1.08); } }
@keyframes poster-pulse { 50% { opacity: .65; transform: scale(1.08); } }

/* Consistent, moderate spacing for Template 04 inner pages. */
.template-poster.inner-page main { min-height:0; padding-bottom:56px; }
.template-poster.inner-page .about-hero,.template-poster.inner-page .resource-hero,.template-poster.inner-page .legal-hero,.template-poster.inner-page .downloads-page-hero { padding-top:68px; padding-bottom:38px; }
.template-poster.inner-page .about-intro,.template-poster.inner-page .resource-layout,.template-poster.inner-page .legal-wrap,.template-poster.inner-page .downloads-page-main,.template-poster.inner-page .page-plan-list { margin-top:34px; }

/* Final inner-page rhythm keeps the poster composition dense but readable. */
.template-poster.inner-page main { min-height:0; padding-bottom:48px; }
.template-poster.inner-page .about-hero,.template-poster.inner-page .resource-hero,.template-poster.inner-page .legal-hero,.template-poster.inner-page .downloads-page-hero { padding-top:68px; padding-bottom:36px; }
.template-poster.inner-page .about-intro,.template-poster.inner-page .resource-layout,.template-poster.inner-page .legal-wrap,.template-poster.inner-page .downloads-page-main,.template-poster.inner-page .custom-page-content,.template-poster.inner-page .page-plan-list { margin-top:32px; }
.template-poster.inner-page .about-intro,.template-poster.inner-page .resource-content,.template-poster.inner-page .legal-card,.template-poster.inner-page .custom-page-content { padding:36px; }
.template-poster.inner-page .about-values { margin-top:16px; margin-bottom:48px; }
.template-poster.inner-page .about-cta { margin-top:46px; padding:64px 24px; }
@media (max-width:700px) { .template-poster.inner-page main { padding-bottom:38px; }.template-poster.inner-page .about-hero,.template-poster.inner-page .resource-hero,.template-poster.inner-page .legal-hero,.template-poster.inner-page .downloads-page-hero { padding-top:52px; padding-bottom:27px; }.template-poster.inner-page .about-intro,.template-poster.inner-page .resource-layout,.template-poster.inner-page .legal-wrap,.template-poster.inner-page .downloads-page-main,.template-poster.inner-page .custom-page-content,.template-poster.inner-page .page-plan-list { margin-top:22px; }.template-poster.inner-page .about-intro,.template-poster.inner-page .resource-content,.template-poster.inner-page .legal-card,.template-poster.inner-page .custom-page-content { padding:25px; } }
