:root {
    --cp-bg: #07110f;
    --cp-bg-deep: #050c0a;
    --cp-surface: rgba(13, 28, 23, .82);
    --cp-surface-light: rgba(19, 38, 32, .72);
    --cp-line: rgba(174, 228, 207, .13);
    --cp-line-bright: rgba(120, 246, 191, .24);
    --cp-text: #f3f8f5;
    --cp-muted: #98ada4;
    --cp-muted-dark: #62776f;
    --cp-accent: #6df2b8;
    --cp-accent-strong: #35db95;
    --cp-ink: #06130e;
    --cp-radius: 28px;
    --cp-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    color: var(--cp-text);
    background:
        radial-gradient(circle at 52% -12%, rgba(65, 196, 143, .15), transparent 33%),
        linear-gradient(180deg, var(--cp-bg) 0%, #08130f 52%, var(--cp-bg-deep) 100%);
    font-family: var(--cp-font);
    -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
svg { display: block; }
.cp-page-glow { position: fixed; z-index: -1; width: 520px; height: 520px; border-radius: 50%; filter: blur(140px); pointer-events: none; opacity: .11; }
.cp-page-glow-one { top: 14%; right: -300px; background: #41e6a1; }
.cp-page-glow-two { bottom: 12%; left: -320px; background: #218f68; }

.cp-header {
    width: min(1200px, calc(100% - 48px));
    height: 88px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(179, 219, 202, .1);
}

.cp-brand { display: inline-flex; align-items: center; gap: 11px; font-size: 17px; letter-spacing: -.03em; }
.cp-brand strong { color: var(--cp-accent); font-weight: 650; }
.cp-brand-mark { width: 39px; height: 39px; display: grid; place-items: center; }
.cp-brand-mark img { width: 39px; height: 39px; object-fit: contain; }
.cp-nav { display: flex; align-items: center; gap: 29px; color: var(--cp-muted); font-size: 13px; }
.cp-nav a { transition: color .24s ease; }
.cp-nav a:hover { color: var(--cp-text); }
.cp-nav .cp-site-link { padding: 10px 16px; color: #d9e5e0; border: 1px solid var(--cp-line); border-radius: 999px; background: rgba(255, 255, 255, .025); }

main { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }
.cp-hero { min-height: 710px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 72px; padding: 78px 0 70px; }
.cp-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 23px; color: #a9bcb4; font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.cp-eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--cp-accent); box-shadow: 0 0 18px var(--cp-accent); }
.cp-hero h1 { margin: 0; font-size: clamp(43px, 4.5vw, 66px); line-height: 1.045; letter-spacing: -.065em; font-weight: 650; }
.cp-hero h1 em { color: var(--cp-accent); font-style: normal; }
.cp-lead { max-width: 580px; margin: 26px 0 0; color: var(--cp-muted); font-size: 16px; line-height: 1.9; }
.cp-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.cp-button { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 23px; border: 1px solid transparent; border-radius: 14px; font-size: 14px; font-weight: 650; transition: transform .24s ease, box-shadow .24s ease, background .24s ease; }
.cp-button:hover { transform: translateY(-2px); }
.cp-button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cp-button-primary { color: var(--cp-ink); background: linear-gradient(135deg, #82f7c5, #42df9c); box-shadow: 0 13px 40px rgba(54, 220, 150, .18); }
.cp-button-primary:hover { box-shadow: 0 16px 48px rgba(54, 220, 150, .28); }
.cp-button-ghost { color: #dce8e3; border-color: var(--cp-line); background: rgba(255, 255, 255, .03); }
.cp-button-disabled { opacity: .55; cursor: default; }
.cp-button-disabled:hover { transform: none; }
.cp-release-inline { display: flex; align-items: center; flex-wrap: wrap; gap: 11px; margin-top: 20px; color: #6e847b; font-size: 10px; letter-spacing: .04em; }
.cp-release-inline i { width: 3px; height: 3px; border-radius: 50%; background: #496259; }
.cp-hero-points { display: flex; flex-wrap: wrap; gap: 10px 19px; margin: 30px 0 0; padding: 25px 0 0; border-top: 1px solid var(--cp-line); list-style: none; color: #9eb0a9; font-size: 11px; }
.cp-hero-points li { display: flex; align-items: center; gap: 6px; }
.cp-hero-points svg { width: 15px; fill: none; stroke: var(--cp-accent); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

.cp-product-visual { position: relative; min-height: 510px; display: grid; place-items: center; perspective: 1100px; }
.cp-orbit { position: absolute; border: 1px solid rgba(101, 240, 180, .08); border-radius: 50%; }
.cp-orbit-one { width: 530px; height: 530px; }
.cp-orbit-two { width: 400px; height: 400px; border-style: dashed; animation: cp-spin 42s linear infinite; }
@keyframes cp-spin { to { transform: rotate(360deg); } }
.cp-window { position: relative; z-index: 2; width: 100%; max-width: 635px; padding: 1px; border-radius: 24px; background: linear-gradient(145deg, rgba(188, 250, 225, .25), rgba(58, 95, 80, .04)); box-shadow: 0 40px 96px rgba(0, 0, 0, .46), 0 0 80px rgba(56, 218, 151, .06); transform: rotateY(-4deg) rotateX(1.5deg); }
.cp-window-bar { height: 39px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; border-radius: 23px 23px 0 0; background: #0c1915; }
.cp-window-bar > span { display: flex; gap: 5px; }
.cp-window-bar i { width: 6px; height: 6px; border-radius: 50%; background: #314a40; }
.cp-window-bar i:first-child { background: #48d69b; }
.cp-window-bar small { color: #486057; font-size: 7px; font-weight: 700; letter-spacing: .15em; }
.cp-screen { position: relative; overflow: hidden; border-radius: 0 0 23px 23px; background: #07100d; }
.cp-screen img { display: block; width: 100%; height: auto; aspect-ratio: 998 / 649; object-fit: cover; }
.cp-floating-card { position: absolute; z-index: 3; min-width: 210px; display: flex; align-items: center; gap: 11px; padding: 13px 15px; background: rgba(11, 25, 20, .91); border: 1px solid rgba(111, 232, 182, .18); border-radius: 15px; box-shadow: 0 20px 50px rgba(0, 0, 0, .34); backdrop-filter: blur(16px); }
.cp-license-card { right: -12px; bottom: 25px; }
.cp-right-card { top: 33px; left: -19px; min-width: 190px; }
.cp-floating-icon { width: 36px; height: 36px; flex: 0 0 auto; display: grid; place-items: center; color: var(--cp-accent); background: rgba(101, 240, 180, .09); border-radius: 10px; }
.cp-floating-icon svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.cp-floating-card > span:nth-child(2) { display: flex; flex-direction: column; gap: 4px; }
.cp-floating-card small { color: #70867d; font-size: 9px; }
.cp-floating-card strong { font-size: 11px; font-weight: 600; }
.cp-floating-card > i { width: 7px; height: 7px; margin-left: auto; border-radius: 50%; background: var(--cp-accent); box-shadow: 0 0 13px var(--cp-accent); }

.cp-trust { min-height: 96px; display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 0 128px; border-top: 1px solid var(--cp-line); border-bottom: 1px solid var(--cp-line); }
.cp-trust > div { display: flex; align-items: center; justify-content: center; gap: 13px; padding: 20px 15px; }
.cp-trust > div + div { border-left: 1px solid var(--cp-line); }
.cp-trust strong { color: var(--cp-accent); font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.cp-trust span { display: flex; flex-direction: column; gap: 5px; color: #c5d2cd; font-size: 12px; }
.cp-trust small { color: #657a72; font-size: 9px; }

.cp-section { padding: 0 0 134px; scroll-margin-top: 30px; }
.cp-section-heading { max-width: 860px; margin: 0 auto 50px; text-align: center; }
.cp-section-heading > span, .cp-flow-head > span, .cp-release-label { color: var(--cp-accent); font-size: 10px; font-weight: 750; letter-spacing: .2em; }
.cp-section-heading h2, .cp-flow-head h2, .cp-release-copy h2 { margin: 15px 0 14px; font-size: clamp(34px, 4vw, 52px); line-height: 1.18; letter-spacing: -.05em; }
.cp-section-heading p, .cp-release-copy p { margin: 0; color: var(--cp-muted); font-size: 15px; line-height: 1.85; }
.cp-section-heading p { max-width: 670px; margin-right: auto; margin-left: auto; }
.cp-heading-left { max-width: 760px; margin-right: 0; margin-left: 0; text-align: left; }
.cp-heading-left p { margin-left: 0; }

.cp-feature-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 17px; }
.cp-feature { position: relative; overflow: hidden; min-height: 270px; padding: 32px; background: linear-gradient(145deg, rgba(17, 35, 29, .88), rgba(9, 21, 17, .8)); border: 1px solid var(--cp-line); border-radius: var(--cp-radius); }
.cp-feature::after { content: ""; position: absolute; right: -110px; bottom: -140px; width: 280px; height: 280px; border-radius: 50%; background: rgba(67, 223, 157, .05); filter: blur(20px); pointer-events: none; }
.cp-feature-security { grid-column: span 7; grid-row: span 2; min-height: 570px; padding: 40px; }
.cp-feature-rights, .cp-feature-social { grid-column: span 5; }
.cp-feature-service { grid-column: span 12; min-height: 260px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.cp-feature-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }
.cp-feature-icon { width: 46px; height: 46px; display: grid; place-items: center; color: var(--cp-accent); background: rgba(101, 240, 180, .08); border: 1px solid rgba(101, 240, 180, .13); border-radius: 14px; }
.cp-feature-icon svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.cp-feature-number { color: #5f746c; font-size: 9px; font-weight: 700; letter-spacing: .17em; }
.cp-feature h3 { position: relative; z-index: 1; max-width: 510px; margin: 26px 0 13px; font-size: 25px; line-height: 1.35; letter-spacing: -.035em; }
.cp-feature-security h3 { margin-top: 31px; font-size: 36px; }
.cp-feature p { position: relative; z-index: 1; max-width: 550px; margin: 0; color: var(--cp-muted); font-size: 13px; line-height: 1.85; }
.cp-security-viz { position: absolute; right: 40px; bottom: 40px; left: 40px; padding: 24px; border: 1px solid rgba(101, 240, 180, .1); border-radius: 20px; background: rgba(4, 14, 10, .38); }
.cp-security-viz > div { height: 86px; display: flex; align-items: flex-end; gap: 8px; }
.cp-security-viz i { flex: 1; height: 28%; border-radius: 4px 4px 0 0; background: linear-gradient(to top, rgba(78, 225, 162, .05), rgba(101, 240, 180, .38)); }
.cp-security-viz i:nth-child(2) { height: 52%; }
.cp-security-viz i:nth-child(3) { height: 38%; }
.cp-security-viz i:nth-child(4) { height: 74%; }
.cp-security-viz i:nth-child(5) { height: 54%; }
.cp-security-viz i:nth-child(6) { height: 92%; }
.cp-security-viz i:nth-child(7) { height: 68%; }
.cp-security-viz i:nth-child(8) { height: 100%; }
.cp-security-viz > span { display: flex; align-items: center; gap: 7px; margin-top: 17px; color: #668078; font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.cp-security-viz b { width: 6px; height: 6px; border-radius: 50%; background: var(--cp-accent); box-shadow: 0 0 12px var(--cp-accent); }
.cp-mini-tags { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.cp-mini-tags span { padding: 7px 10px; color: #8ba198; border: 1px solid var(--cp-line); border-radius: 999px; background: rgba(255, 255, 255, .02); font-size: 9px; }
.cp-danmaku { position: absolute; right: 28px; bottom: 26px; left: 28px; display: flex; flex-direction: column; align-items: flex-end; gap: 7px; opacity: .7; }
.cp-danmaku span { padding: 6px 10px; color: #96b9aa; border: 1px solid rgba(101, 240, 180, .1); border-radius: 999px; background: rgba(101, 240, 180, .035); font-size: 8px; }
.cp-danmaku span:nth-child(2) { align-self: flex-start; }
.cp-service-copy h3 { margin-top: 20px; }
.cp-capability-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.cp-capability-list span { display: flex; align-items: center; gap: 10px; min-height: 45px; padding: 0 14px; color: #a7b9b1; border: 1px solid var(--cp-line); border-radius: 13px; background: rgba(255, 255, 255, .02); font-size: 11px; }
.cp-capability-list i { width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: var(--cp-accent); box-shadow: 0 0 10px rgba(101, 240, 180, .5); }

.cp-rights-section { position: relative; }
.cp-rights-section::before { content: ""; position: absolute; z-index: -1; top: -100px; right: 50%; width: 720px; height: 430px; transform: translateX(50%); background: radial-gradient(circle, rgba(41, 158, 113, .08), transparent 68%); pointer-events: none; }
.cp-rights-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.cp-rights-grid article { min-height: 330px; display: flex; flex-direction: column; align-items: flex-start; padding: 31px; border: 1px solid var(--cp-line); border-radius: 25px; background: rgba(12, 27, 22, .58); }
.cp-rights-grid .cp-rights-highlight { border-color: var(--cp-line-bright); background: linear-gradient(155deg, rgba(27, 67, 52, .72), rgba(12, 28, 22, .75)); box-shadow: 0 25px 70px rgba(0, 0, 0, .16); }
.cp-rights-icon { width: 43px; height: 43px; display: grid; place-items: center; margin-bottom: auto; color: var(--cp-accent); border: 1px solid rgba(101, 240, 180, .13); border-radius: 13px; background: rgba(101, 240, 180, .07); }
.cp-rights-icon svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.cp-rights-grid small { margin-top: 38px; color: var(--cp-accent); font-size: 9px; font-weight: 700; letter-spacing: .13em; }
.cp-rights-grid h3 { margin: 12px 0 11px; font-size: 20px; line-height: 1.45; letter-spacing: -.025em; }
.cp-rights-grid p { margin: 0; color: var(--cp-muted); font-size: 12px; line-height: 1.8; }

.cp-flow-section { display: grid; grid-template-columns: .78fr 1.22fr; gap: 75px; align-items: start; }
.cp-flow-head h2 { max-width: 420px; margin-top: 15px; font-size: clamp(31px, 3.5vw, 45px); }
.cp-flow { margin: 0; padding: 0; border-top: 1px solid var(--cp-line); list-style: none; }
.cp-flow li { display: grid; grid-template-columns: 48px 1fr; gap: 20px; align-items: center; min-height: 100px; border-bottom: 1px solid var(--cp-line); }
.cp-flow li > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--cp-accent); border: 1px solid rgba(101, 240, 180, .18); border-radius: 50%; background: rgba(101, 240, 180, .05); font-size: 9px; }
.cp-flow strong { display: block; margin-bottom: 6px; font-size: 14px; }
.cp-flow p { margin: 0; color: #71857d; font-size: 11px; }

.cp-release-section { padding-bottom: 130px; }
.cp-release-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.03fr .97fr; min-height: 490px; color: var(--cp-ink); background: linear-gradient(130deg, #65f1b5 0%, #46dd9e 52%, #31b87f 100%); border-radius: 34px; box-shadow: 0 36px 90px rgba(20, 116, 78, .18); }
.cp-release-card::before { content: ""; position: absolute; width: 480px; height: 480px; top: -300px; left: 20%; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255,255,255,.045), 0 0 0 130px rgba(255,255,255,.035); }
.cp-release-copy { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 65px; }
.cp-release-label { color: rgba(5, 48, 31, .64); }
.cp-release-copy h2 { max-width: 510px; margin-top: 17px; }
.cp-release-copy p { max-width: 520px; color: rgba(6, 32, 23, .68); }
.cp-button-light { margin-top: 29px; color: #effbf6; background: #07130f; box-shadow: 0 15px 34px rgba(3, 44, 28, .16); }
.cp-release-tip { margin-top: 13px; color: rgba(6, 32, 23, .6); font-size: 9px; }
.cp-release-details { position: relative; z-index: 1; align-self: center; margin: 36px 38px 36px 0; padding: 30px; color: var(--cp-text); background: rgba(6, 26, 18, .9); border: 1px solid rgba(255,255,255,.13); border-radius: 24px; box-shadow: 0 22px 55px rgba(10, 72, 47, .22); backdrop-filter: blur(18px); }
.cp-release-details > div { min-height: 49px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.07); }
.cp-release-details > div:last-child { border-bottom: 0; }
.cp-release-details span { color: #8aa097; font-size: 11px; }
.cp-release-details strong { font-size: 13px; font-weight: 600; }
.cp-release-status span { display: flex; align-items: center; gap: 7px; }
.cp-release-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--cp-accent); box-shadow: 0 0 11px var(--cp-accent); }
.cp-release-details .cp-hash, .cp-release-details .cp-notes { display: block; padding: 15px 0; }
.cp-hash code { display: block; overflow-wrap: anywhere; margin-top: 9px; color: #78b89c; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 9px; line-height: 1.65; }
.cp-notes p { margin: 9px 0 0; color: #c0d0ca; font-size: 11px; line-height: 1.7; }

.cp-faq-section { max-width: 900px; margin: 0 auto; }
.cp-faq-list { border-top: 1px solid var(--cp-line); }
.cp-faq-list details { border-bottom: 1px solid var(--cp-line); }
.cp-faq-list summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #dce7e2; font-size: 14px; cursor: pointer; list-style: none; }
.cp-faq-list summary::-webkit-details-marker { display: none; }
.cp-faq-list summary span { position: relative; width: 30px; height: 30px; flex: 0 0 auto; border: 1px solid var(--cp-line); border-radius: 50%; }
.cp-faq-list summary span::before, .cp-faq-list summary span::after { content: ""; position: absolute; top: 50%; left: 50%; width: 9px; height: 1px; background: var(--cp-accent); transform: translate(-50%, -50%); transition: transform .2s ease; }
.cp-faq-list summary span::after { transform: translate(-50%, -50%) rotate(90deg); }
.cp-faq-list details[open] summary span::after { transform: translate(-50%, -50%) rotate(0); }
.cp-faq-list details p { max-width: 760px; margin: -2px 55px 25px 0; color: var(--cp-muted); font-size: 12px; line-height: 1.85; }

.cp-footer { width: min(1200px, calc(100% - 48px)); min-height: 190px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto; align-content: center; align-items: center; gap: 12px 40px; border-top: 1px solid var(--cp-line); }
.cp-footer > div:first-child { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.cp-footer p { margin: 0; color: #6c8179; font-size: 11px; }
.cp-footer-links { display: flex; gap: 24px; color: #81958d; font-size: 11px; }
.cp-footer-links a:hover { color: var(--cp-text); }
.cp-footer small { grid-column: 1 / 3; color: #4e635b; font-size: 9px; }

@media (max-width: 1020px) {
    .cp-hero { grid-template-columns: 1fr; gap: 58px; padding-top: 72px; text-align: center; }
    .cp-eyebrow, .cp-actions, .cp-release-inline, .cp-hero-points { justify-content: center; }
    .cp-lead { margin-right: auto; margin-left: auto; }
    .cp-product-visual { width: min(690px, 100%); margin: 0 auto; }
    .cp-trust { grid-template-columns: repeat(2, 1fr); }
    .cp-trust > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--cp-line); }
    .cp-trust > div:nth-child(4) { border-top: 1px solid var(--cp-line); }
    .cp-feature-security { grid-column: span 12; grid-row: auto; min-height: 520px; }
    .cp-feature-rights, .cp-feature-social { grid-column: span 6; }
    .cp-feature-service { grid-template-columns: 1fr 1fr; gap: 35px; }
    .cp-rights-grid { grid-template-columns: 1fr; }
    .cp-rights-grid article { min-height: 255px; }
    .cp-flow-section { grid-template-columns: 1fr; gap: 35px; }
    .cp-flow-head h2 { max-width: 650px; }
    .cp-release-card { grid-template-columns: 1fr; }
    .cp-release-copy { padding-bottom: 34px; text-align: center; align-items: center; }
    .cp-release-details { width: calc(100% - 64px); margin: 0 32px 32px; }
}

@media (max-width: 720px) {
    .cp-header, main, .cp-footer { width: min(100% - 30px, 1200px); }
    .cp-header { height: 76px; }
    .cp-nav a:not(.cp-site-link) { display: none; }
    .cp-nav { gap: 0; }
    .cp-site-link { font-size: 11px; }
    .cp-hero { min-height: auto; padding: 60px 0 53px; }
    .cp-hero h1 { font-size: clamp(34px, 9.7vw, 45px); }
    .cp-lead { font-size: 15px; line-height: 1.78; }
    .cp-actions { flex-direction: column; }
    .cp-button { width: 100%; }
    .cp-hero-points { flex-direction: column; align-items: center; }
    .cp-product-visual { min-height: 390px; }
    .cp-window { transform: none; }
    .cp-orbit-one { width: 390px; height: 390px; }
    .cp-orbit-two { width: 300px; height: 300px; }
    .cp-floating-card { min-width: 176px; padding: 10px 12px; }
    .cp-license-card { right: 2px; bottom: 4px; }
    .cp-right-card { top: 15px; left: 2px; }
    .cp-floating-icon { width: 31px; height: 31px; }
    .cp-floating-icon svg { width: 17px; }
    .cp-trust { margin-bottom: 92px; }
    .cp-trust > div { justify-content: flex-start; padding-left: 22px; }
    .cp-section { padding-bottom: 94px; }
    .cp-section-heading { margin-bottom: 36px; }
    .cp-feature, .cp-feature-security { grid-column: span 12; min-height: 295px; padding: 27px; }
    .cp-feature-security { min-height: 485px; }
    .cp-feature-security h3 { font-size: 29px; }
    .cp-security-viz { right: 27px; bottom: 27px; left: 27px; }
    .cp-feature-service { grid-template-columns: 1fr; gap: 27px; }
    .cp-capability-list { grid-template-columns: 1fr; }
    .cp-danmaku { position: relative; right: auto; bottom: auto; left: auto; margin-top: 25px; }
    .cp-rights-grid article { min-height: 290px; padding: 27px; }
    .cp-flow li { min-height: 94px; }
    .cp-release-card { border-radius: 25px; }
    .cp-release-copy { padding: 44px 25px 29px; }
    .cp-release-details { width: calc(100% - 32px); margin: 0 16px 16px; padding: 23px; }
    .cp-faq-list summary { min-height: 70px; font-size: 13px; }
    .cp-faq-list details p { margin-right: 0; }
    .cp-footer { grid-template-columns: 1fr; padding: 42px 0; text-align: center; justify-items: center; }
    .cp-footer > div:first-child { align-items: center; }
    .cp-footer-links { flex-wrap: wrap; justify-content: center; gap: 13px 20px; }
    .cp-footer small { grid-column: 1; }
}

@media (max-width: 460px) {
    .cp-brand { font-size: 15px; }
    .cp-brand-mark, .cp-brand-mark img { width: 34px; height: 34px; }
    .cp-nav .cp-site-link { padding: 8px 11px; }
    .cp-trust { grid-template-columns: 1fr; }
    .cp-trust > div + div { border-left: 0; border-top: 1px solid var(--cp-line); }
    .cp-trust > div:nth-child(2) { border-top: 1px solid var(--cp-line); }
    .cp-trust > div { justify-content: center; }
    .cp-product-visual { min-height: 330px; }
    .cp-window-bar { height: 31px; }
    .cp-floating-card { min-width: 160px; }
    .cp-floating-card strong { font-size: 9px; }
    .cp-right-card { display: none; }
    .cp-security-viz > div { height: 70px; }
    .cp-release-details > div { gap: 20px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .cp-orbit-two { animation: none; }
    .cp-button, .cp-faq-list summary span::after { transition: none; }
}
