
:root {
  --ink: #101729;
  --ink-2: #17253b;
  --night: #080c17;
  --paper: #f6f3ee;
  --mist: #e9edf1;
  --line: #d9dfe7;
  --muted: #607087;
  --orange: #ff7048;
  --amber: #ffc85d;
  --coral: #ff8b74;
  --cobalt: #274dce;
  --plum: #3e285d;
  --mint: #b9eee2;
  --white: #ffffff;
  --radius: 22px;
  --radius-lg: 32px;
  --shadow: 0 20px 65px rgba(14, 25, 46, .14);
  --ease: cubic-bezier(.23, 1, .32, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-family: "PingFang SC", "Microsoft YaHei", system-ui, sans-serif; line-height: 1.7; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { border: 0; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip { position: fixed; z-index: 99; top: -60px; left: 18px; padding: 10px 14px; background: var(--amber); color: var(--night); border-radius: 10px; font-weight: 800; transition: top .18s var(--ease); }
.skip:focus { top: 18px; }
.site-head { position: relative; z-index: 30; background: var(--night); color: white; }
.head-row { min-height: 78px; display: flex; align-items: center; gap: 22px; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; font-size: 20px; font-weight: 900; letter-spacing: -.04em; }
.brand img { width: 42px; height: 42px; }
.brand small { display: block; color: var(--amber); font-size: 9px; letter-spacing: .16em; line-height: 1; margin-top: 3px; }
.site-nav { display: flex; align-items: center; gap: 3px; }
.site-nav a { padding: 9px 11px; border-radius: 9px; color: #d9e5f5; font-size: 13px; font-weight: 800; transition: background .18s var(--ease), color .18s var(--ease); }
.site-nav a:hover, .site-nav a.active { background: rgba(255,255,255,.12); color: #fff; }
.nav-toggle { display: none; background: transparent; color: #fff; font-size: 26px; }
.header-action { display: inline-flex; padding: 9px 14px; border-radius: 999px; background: var(--orange); color: white; font-size: 13px; font-weight: 900; }
.search-band { padding: 0 0 16px; border-top: 1px solid rgba(255,255,255,.08); }
.search-box { max-width: 680px; margin: 14px auto 0; display: grid; grid-template-columns: 1fr auto; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; background: rgba(255,255,255,.07); }
.search-box input { min-width: 0; border: 0; outline: 0; padding: 11px 14px; color: #fff; background: transparent; }
.search-box input::placeholder { color: #aab8cd; }
.search-box button { padding: 0 18px; background: var(--amber); color: var(--night); font-weight: 900; cursor: pointer; }
.hero { position: relative; min-height: 630px; overflow: hidden; color: white; background: var(--night); display: grid; align-items: end; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(8,12,23,.98) 0%, rgba(8,12,23,.86) 35%, rgba(8,12,23,.27) 72%, rgba(8,12,23,.55) 100%); }
.hero::after { content: ""; position: absolute; z-index: -1; bottom: -280px; right: -160px; width: 630px; height: 630px; border-radius: 50%; background: radial-gradient(circle, rgba(255,112,72,.45), transparent 68%); }
.hero-photo { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; opacity: .9; }
.hero-inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 92px 0 85px; }
.kicker { display: inline-flex; align-items: center; gap: 9px; padding: 7px 11px; border: 1px solid rgba(255,200,93,.55); border-radius: 999px; color: #ffe3a6; background: rgba(11,17,31,.45); font-size: 12px; font-weight: 900; letter-spacing: .06em; }
.kicker i { width: 7px; height: 7px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 4px rgba(255,112,72,.2); }
h1 { max-width: 850px; margin: 20px 0 0; font-size: clamp(42px, 6vw, 75px); line-height: 1.04; letter-spacing: -.075em; }
h1 strong { color: var(--amber); }
.hero-copy { max-width: 650px; margin: 23px 0 0; color: #d4deeb; font-size: clamp(16px, 2vw, 19px); }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 20px; border-radius: 12px; font-weight: 900; transition: transform .17s var(--ease), box-shadow .17s var(--ease), background .17s var(--ease); }
.btn:active { transform: scale(.97); }
.btn-primary { color: #17121d; background: var(--amber); box-shadow: 0 12px 30px rgba(255,200,93,.22); }
.btn-primary:hover { transform: translateY(-2px); background: #ffdb85; }
.btn-ghost { border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.08); color: white; }
.btn-ghost:hover { background: rgba(255,255,255,.16); }
.hero-notes { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 45px; }
.hero-note { padding: 8px 12px; border-radius: 999px; color: #d8e8f5; background: rgba(255,255,255,.09); font-size: 12px; font-weight: 700; }
.ribbon { overflow: hidden; color: #16223d; background: var(--amber); }
.ribbon-track { width: max-content; display: flex; gap: 38px; padding: 11px 0; font-size: 13px; font-weight: 900; letter-spacing: .05em; }
.ribbon-track span::before { content: "✦"; margin-right: 9px; color: var(--orange); }
.section { padding: 88px 0; }
.section-ink { color: #eff5fa; background: var(--ink); }
.section-mist { background: var(--mist); }
.section-plum { color: #fff9f5; background: var(--plum); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 32px; }
.eyebrow { margin: 0 0 12px; color: #c94b31; font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 25px; height: 2px; vertical-align: middle; margin-right: 8px; background: var(--orange); }
.section-ink .eyebrow, .section-plum .eyebrow { color: #ffcc78; }
.section-head h2 { max-width: 760px; margin: 0; font-size: clamp(28px, 4vw, 44px); line-height: 1.2; letter-spacing: -.045em; }
.section-head > p { max-width: 410px; margin: 0; color: var(--muted); font-size: 15px; }
.section-ink .section-head > p, .section-plum .section-head > p { color: #c2d3df; }
.link-arrow { color: #bd452d; font-size: 14px; font-weight: 900; }
.link-arrow::after { content: " →"; font-size: 18px; }
.feature-layout { display: grid; grid-template-columns: 1.3fr .7fr; gap: 20px; }
.feature-card { min-height: 455px; position: relative; overflow: hidden; border-radius: var(--radius-lg); color: #fff; background: var(--night); box-shadow: var(--shadow); }
.feature-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .55s var(--ease); }
.feature-card:hover img { transform: scale(1.035); }
.feature-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,11,20,.06), rgba(7,11,20,.9)); }
.feature-body { position: absolute; z-index: 1; left: 29px; right: 29px; bottom: 28px; }
.badge { display: inline-flex; padding: 5px 9px; border-radius: 999px; color: var(--night); background: var(--amber); font-size: 11px; font-weight: 900; }
.feature-body h3 { max-width: 680px; margin: 13px 0 0; font-size: clamp(24px, 3vw, 38px); line-height: 1.2; }
.feature-body p { max-width: 600px; margin: 10px 0 0; color: #d9e6ef; font-size: 14px; }
.side-stack { display: grid; gap: 20px; }
.side-card { min-height: 210px; padding: 27px; border-radius: var(--radius-lg); color: #fbfaff; background: linear-gradient(145deg, #243b67, #17233d); box-shadow: var(--shadow); }
.side-card:nth-child(2) { color: #251829; background: linear-gradient(145deg, #ffbe72, #f67a65); }
.side-card p { margin: 0; font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.side-card h3 { margin: 15px 0 0; font-size: 25px; line-height: 1.25; }
.side-card small { display: block; margin-top: 12px; font-size: 13px; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 25px rgba(17,30,52,.05); transition: transform .22s var(--ease), box-shadow .22s var(--ease); }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.video-cover { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #111a2e; }
.video-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s var(--ease), filter .45s var(--ease); }
.card:hover .video-cover img { transform: scale(1.04); filter: brightness(.72); }
.play { display: grid; place-items: center; position: absolute; z-index: 2; top: 50%; left: 50%; width: 58px; height: 58px; border-radius: 50%; border: 1px solid rgba(255,255,255,.85); color: var(--night); background: #fff; box-shadow: 0 10px 28px rgba(0,0,0,.28); opacity: 0; transform: translate(-50%, -42%) scale(.88); transition: opacity .2s var(--ease), transform .2s var(--ease); cursor: pointer; }
.card:hover .play, .card:focus-within .play { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.duration { position: absolute; z-index: 2; right: 10px; bottom: 9px; padding: 2px 7px; border-radius: 6px; color: #fff; background: rgba(7,13,24,.78); font-size: 11px; font-weight: 800; }
.card-body { padding: 17px 18px 20px; }
.card-kicker { margin: 0 0 7px; color: #b34c36; font-size: 12px; font-weight: 900; }
.card h3 { margin: 0; font-size: 19px; line-height: 1.38; }
.card p { margin: 9px 0 0; color: var(--muted); font-size: 14px; }
.card-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; color: #63758d; font-size: 11px; font-weight: 800; }
.card-meta span { padding: 4px 7px; background: #eef3f6; border-radius: 7px; }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pillar { min-height: 230px; padding: 25px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.06); }
.pillar-num { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 14px; color: var(--night); background: var(--mint); font-weight: 900; }
.pillar h3 { margin: 19px 0 0; font-size: 21px; line-height: 1.35; }
.pillar p { margin: 9px 0 0; color: #c5d3e2; font-size: 14px; }
.split-panel { display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; border-radius: var(--radius-lg); background: #13233e; box-shadow: var(--shadow); }
.split-panel img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.split-copy { padding: 50px; color: #edf4fa; }
.split-copy h2 { margin: 0; font-size: clamp(29px, 4vw, 43px); line-height: 1.18; }
.split-copy p { color: #c4d5e4; }
.checklist { display: grid; gap: 11px; margin: 25px 0 0; padding: 0; }
.checklist li { display: grid; grid-template-columns: 28px 1fr; gap: 10px; list-style: none; color: #d6e3ec; font-size: 14px; }
.checklist li::before { content: "✓"; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: #111a2e; background: var(--amber); font-weight: 900; }
.community-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.community-card { min-height: 268px; position: relative; overflow: hidden; padding: 24px; border-radius: 20px; color: #fff; background: #274dce; }
.community-card:nth-child(2) { background: #c5585e; }.community-card:nth-child(3) { background: #2d756b; }.community-card:nth-child(4) { background: #694b96; }
.community-card::after { content: ""; width: 142px; height: 142px; position: absolute; right: -33px; bottom: -40px; border-radius: 50%; border: 2px solid rgba(255,255,255,.27); box-shadow: 0 0 0 18px rgba(255,255,255,.07), 0 0 0 36px rgba(255,255,255,.04); }
.community-symbol { color: rgba(255,255,255,.3); font-size: 55px; line-height: 1; font-weight: 900; }
.community-card h3 { max-width: 180px; margin: 25px 0 0; font-size: 24px; line-height: 1.2; }
.community-card p { position: relative; z-index: 1; margin: 11px 0 0; color: rgba(255,255,255,.84); font-size: 13px; }
.expert-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.expert { padding: 22px; border: 1px solid var(--line); border-radius: 19px; background: #fff; }
.avatar { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 18px; color: #fff; background: linear-gradient(135deg, #263e7e, #e66d5c); font-size: 18px; font-weight: 900; }
.expert h3 { margin: 15px 0 3px; font-size: 18px; }.expert-role { margin: 0; color: #a74a37; font-size: 12px; font-weight: 900; }.expert p { min-height: 60px; margin: 10px 0 13px; color: var(--muted); font-size: 13px; }.expert-links { display: flex; gap: 13px; color: #a74330; font-size: 12px; font-weight: 900; }
.partner { display: grid; grid-template-columns: .86fr 1.14fr; gap: 38px; align-items: center; }
.partner h2 { margin: 0; font-size: clamp(29px, 4vw, 44px); line-height: 1.2; }.partner p { color: #c6d5e4; }
.logo-wall { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }.logo-tile { display: grid; min-height: 90px; place-items: center; padding: 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; color: #dce9f1; background: rgba(255,255,255,.07); text-align: center; font-size: 12px; font-weight: 900; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }.step { padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }.step b { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: #fff; background: var(--cobalt); }.step h3 { margin: 18px 0 0; font-size: 20px; }.step p { margin: 9px 0 0; color: var(--muted); font-size: 14px; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }.faq { padding: 0 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }.faq summary { padding: 17px 0; list-style: none; cursor: pointer; font-weight: 900; }.faq summary::-webkit-details-marker { display: none; }.faq summary::after { content: "+"; float: right; color: #c04e34; font-size: 20px; }.faq[open] summary::after { content: "×"; }.faq p { margin: 0 0 16px; color: var(--muted); font-size: 14px; }
.review-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }.review { padding: 21px; border-radius: 18px; color: #e9f3fa; background: #193656; }.review:nth-child(2) { background: #7e3b52; }.review:nth-child(3) { background: #236b63; }.review:nth-child(4) { background: #514178; }.review b { color: #ffcf74; }.review h3 { margin: 14px 0 0; font-size: 16px; }.review p { min-height: 55px; margin: 8px 0 0; color: rgba(255,255,255,.82); font-size: 13px; }.review small { display: block; margin-top: 12px; color: rgba(255,255,255,.64); }
.seo-copy { columns: 2; column-gap: 32px; color: var(--muted); font-size: 14px; }.seo-copy p { margin-top: 0; break-inside: avoid; }.tag-list { display: flex; flex-wrap: wrap; gap: 8px; }.tag { padding: 6px 9px; border-radius: 999px; color: #284e6d; background: #e7f4f2; font-size: 12px; font-weight: 900; }
.breadcrumb { padding: 18px 0; color: #607389; font-size: 13px; }.breadcrumb a { color: #ae4732; font-weight: 900; }.breadcrumb span { margin: 0 6px; }
.inner-hero { padding: 66px 0 76px; color: #fff; background: radial-gradient(circle at 82% 16%, rgba(255,112,72,.34), transparent 26%), linear-gradient(135deg, #142b4d, #0e1425); }.inner-hero h1 { max-width: 840px; font-size: clamp(37px, 5.4vw, 62px); }.inner-hero p { max-width: 680px; margin: 18px 0 0; color: #c7d8e8; font-size: 17px; }.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 34px; align-items: start; }.article h2 { margin: 35px 0 12px; font-size: 28px; line-height: 1.3; }.article h3 { margin: 24px 0 10px; font-size: 21px; }.article p, .article li { color: #50657b; }.article li + li { margin-top: 8px; }.aside { display: grid; gap: 15px; }.aside-card { padding: 20px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 8px 25px rgba(17,30,52,.04); }.aside-card h3 { margin: 0; font-size: 18px; }.aside-card p { color: var(--muted); font-size: 13px; }.aside-card a { display: block; padding: 8px 0; border-bottom: 1px dashed #d5e0e8; color: #a8432f; font-size: 13px; font-weight: 900; }.aside-card a:last-child { border: 0; }
.contact-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 22px; }.contact-photo { overflow: hidden; border-radius: var(--radius-lg); background: #1d2d49; }.contact-photo img { width: 100%; height: 100%; min-height: 410px; object-fit: cover; }.contact-card { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }.contact-card h2 { margin: 0; font-size: 31px; line-height: 1.2; }.contact-card > p { color: var(--muted); }.contact-line { padding: 11px 12px; margin-top: 9px; border-radius: 11px; color: #38536c; background: #eff4f5; font-size: 14px; }.contact-line b { display: inline-block; min-width: 78px; color: #172d4a; }.qr-row { display: flex; gap: 14px; margin-top: 22px; }.qr { width: 130px; }.qr svg { padding: 5px; background: #fff; border-radius: 10px; border: 1px solid var(--line); }.qr span { display: block; margin-top: 5px; color: #657a8f; text-align: center; font-size: 11px; font-weight: 800; }
.share-strip { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; padding: 17px; border-radius: 17px; background: #fff; border: 1px solid var(--line); }.share-strip b { margin-right: 5px; }.share-button { padding: 7px 10px; border-radius: 9px; border: 1px solid #d6e1ea; color: #375d75; background: #fbffff; font-size: 12px; font-weight: 900; cursor: pointer; }.share-button:hover { border-color: var(--orange); color: var(--orange); }
.site-foot { padding: 58px 0 20px; color: #c9d6e2; background: #070b14; }.foot-grid { display: grid; grid-template-columns: 1.2fr .9fr .8fr; gap: 32px; }.foot-brand { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-size: 20px; font-weight: 900; }.foot-brand img { width: 44px; }.foot-copy { max-width: 400px; color: #9fb1c2; font-size: 13px; }.foot-title { margin: 7px 0 12px; color: #fff; font-size: 14px; }.foot-links { display: grid; gap: 7px; color: #b4c6d6; font-size: 13px; }.foot-links a:hover { color: var(--amber); }.foot-bottom { display: flex; justify-content: space-between; gap: 15px; margin-top: 38px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.12); color: #8094a7; font-size: 12px; }.foot-bottom p { margin: 0; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 23px; max-width: min(92vw, 560px); padding: 12px 15px; border-radius: 12px; color: #fff; background: rgba(12,20,36,.96); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: opacity .2s var(--ease), transform .2s var(--ease); font-size: 14px; }.toast.show { opacity: 1; transform: translate(-50%, 0); }
@media (max-width: 980px) { .site-nav a { padding: 8px 7px; }.header-action { display: none; }.feature-layout, .split-panel, .partner, .contact-grid { grid-template-columns: 1fr; }.split-panel img { min-height: 280px; }.card-grid { grid-template-columns: repeat(2, 1fr); }.community-grid, .expert-grid, .review-grid { grid-template-columns: repeat(2, 1fr); }.pillar-grid { grid-template-columns: repeat(2, 1fr); }.content-layout { grid-template-columns: 1fr; }.aside { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 690px) { .container, .hero-inner { width: min(100% - 28px, 1180px); }.head-row { min-height: 66px; }.nav-toggle { display: block; }.site-nav { display: none; position: absolute; left: 0; right: 0; top: 66px; padding: 10px 14px 14px; grid-template-columns: 1fr 1fr; background: #111a2e; border-top: 1px solid rgba(255,255,255,.12); }.site-nav.open { display: grid; }.site-nav a { padding: 10px; }.search-band { padding-bottom: 10px; }.hero { min-height: 580px; }.hero::before { background: linear-gradient(90deg, rgba(8,12,23,.96), rgba(8,12,23,.68)); }.hero-inner { padding: 76px 0; }.section { padding: 60px 0; }.section-head { display: block; }.section-head > p { margin-top: 14px; }.card-grid, .pillar-grid, .community-grid, .expert-grid, .review-grid, .steps, .faq-grid, .foot-grid, .aside { grid-template-columns: 1fr; }.side-stack { grid-template-columns: 1fr 1fr; }.seo-copy { columns: 1; }.feature-card { min-height: 400px; }.play { opacity: 1; transform: translate(-50%, -50%) scale(.88); }.foot-bottom { display: block; }.foot-bottom p + p { margin-top: 6px; }.split-copy { padding: 30px; } }
@media (max-width: 420px) { .brand small { display: none; }.side-stack { grid-template-columns: 1fr; }.hero-buttons .btn { width: 100%; }.card-body { padding: 15px; } }
@media (prefers-reduced-motion: no-preference) { .card, .pillar, .community-card, .expert { animation: lift .55s var(--ease) both; }.card:nth-child(2), .pillar:nth-child(2), .community-card:nth-child(2), .expert:nth-child(2) { animation-delay: .06s; }.card:nth-child(3), .pillar:nth-child(3), .community-card:nth-child(3), .expert:nth-child(3) { animation-delay: .12s; } @keyframes lift { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } } }

/* Additional original component rules for page richness, readability, and resilient display. */
.notice {
  padding: 18px;
  border-radius: 16px;
  border: 1px solid #e7c9a9;
  color: #664027;
  background: #fff7e8;
}
.notice strong {
  color: #8c351f;
}
.prose-lead {
  max-width: 720px;
  color: #516579;
  font-size: 18px;
}
.rule {
  width: 100%;
  height: 1px;
  border: 0;
  margin: 32px 0;
  background: var(--line);
}
.metric-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.metric {
  padding: 18px;
  border-radius: 14px;
  color: #eaf2f7;
  background: rgba(255,255,255,.08);
}
.metric b {
  display: block;
  color: var(--amber);
  font-size: 24px;
  line-height: 1.2;
}
.metric span {
  display: block;
  margin-top: 5px;
  color: #c4d2df;
  font-size: 12px;
}
.mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.mini-card {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.mini-card h3 {
  margin: 0;
  font-size: 18px;
}
.mini-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}
.visual-frame {
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--ink);
  box-shadow: var(--shadow);
}
.visual-frame img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
}
.caption {
  padding: 12px 16px;
  color: #c9d9e6;
  font-size: 12px;
}
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #315e60;
  background: #dcf5ed;
  font-size: 11px;
  font-weight: 900;
}
.status-pill::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #38a182;
}
.status-pill.pending {
  color: #78531e;
  background: #fff1cc;
}
.status-pill.pending::before {
  background: #d0912f;
}
.data-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
}
.data-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  list-style: none;
  color: #5d7186;
  font-size: 14px;
}
.data-list li::before {
  content: "•";
  color: var(--orange);
  font-size: 22px;
  line-height: 1;
}
.timeline {
  position: relative;
  display: grid;
  gap: 17px;
  margin: 0;
  padding: 0 0 0 24px;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 6px;
  width: 2px;
  background: #ffd2c5;
}
.timeline li {
  position: relative;
  list-style: none;
  color: #50657b;
  font-size: 14px;
}
.timeline li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -22px;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 1px #e89985;
}
.timeline time {
  display: block;
  color: #b24b34;
  font-size: 11px;
  font-weight: 900;
}
.quote {
  margin: 0;
  padding: 26px;
  border-left: 4px solid var(--amber);
  border-radius: 0 16px 16px 0;
  color: #fff;
  background: #192941;
  font-size: 18px;
  line-height: 1.65;
}
.quote cite {
  display: block;
  margin-top: 11px;
  color: #b8cadb;
  font-size: 12px;
  font-style: normal;
}
.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 29px;
  border-radius: var(--radius);
  color: #f3f8fc;
  background: linear-gradient(135deg, #1b2d5f, #74416d);
}
.cta-band h3 {
  margin: 0;
  font-size: 25px;
  line-height: 1.25;
}
.cta-band p {
  max-width: 580px;
  margin: 8px 0 0;
  color: #d5e0ec;
  font-size: 14px;
}
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.form-note {
  margin: 12px 0 0;
  color: #6a7e91;
  font-size: 12px;
}
.video-cover::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0;
  background: linear-gradient(135deg, rgba(255,112,72,.18), rgba(39,77,206,.24));
  transition: opacity .25s var(--ease);
}
.card:hover .video-cover::before {
  opacity: 1;
}
.section-plum .link-arrow {
  color: #ffdb8a;
}
.section-plum .tag {
  color: #f5e9ff;
  background: rgba(255,255,255,.12);
}
@media (max-width: 980px) {
  .metric-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .cta-band {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 690px) {
  .metric-row,
  .mini-grid {
    grid-template-columns: 1fr;
  }
  .notice,
  .mini-card,
  .cta-band {
    padding: 20px;
  }
  .quote {
    padding: 20px;
    font-size: 16px;
  }
}
