:root {
  --ink: #081426;
  --ink-soft: #19304f;
  --blue: #2f75ff;
  --blue-deep: #1859dc;
  --cyan: #62d5e9;
  --sky: #dff5ff;
  --paper: #f6f9fd;
  --line: #dfe8f3;
  --muted: #6d7d91;
  --white: #fff;
  font-family: Inter, "Segoe UI", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.site-noise { position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); }

.site-header { position: fixed; top: 0; right: 0; left: 0; z-index: 30; border-bottom: 1px solid rgba(255,255,255,.08); color: #fff; background: rgba(8,20,38,.74); backdrop-filter: blur(18px); transition: background .25s ease, border-color .25s ease; }
.site-header.scrolled { border-color: rgba(96,143,210,.25); background: rgba(8,20,38,.94); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand-mark { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 10px; color: #fff; background: linear-gradient(145deg, #3e8bff, #1853ca); box-shadow: 0 8px 24px rgba(28,94,222,.25); font-size: 18px; font-weight: 800; letter-spacing: -.06em; }
.brand-copy { display: grid; gap: 1px; }
.brand-copy strong { color: #fff; font-size: 15px; letter-spacing: -.03em; }
.brand-copy small { color: #9cb7da; font-size: 7px; font-weight: 800; letter-spacing: .16em; }
.site-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; color: #b7c7dd; font-size: 11px; }
.site-nav a { position: relative; padding: 30px 0; transition: color .2s ease; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: 20px; left: 0; height: 2px; transform: scaleX(0); border-radius: 3px; background: var(--cyan); transition: transform .2s ease; }
.site-nav a:hover { color: #fff; }
.site-nav a:hover::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 15px; }
.live-status { display: inline-flex; align-items: center; gap: 6px; color: #a8bad1; font-size: 9px; white-space: nowrap; }
.live-status i, .console-live i, .console-foot i { width: 6px; height: 6px; display: inline-block; border-radius: 50%; background: #56d79b; box-shadow: 0 0 0 4px rgba(86,215,155,.12); }
.nav-console { display: inline-flex; align-items: center; gap: 7px; min-height: 34px; padding: 0 14px; border: 1px solid rgba(116,166,240,.42); border-radius: 6px; color: #dceaff; background: rgba(30,87,175,.3); font-size: 10px; transition: background .2s ease, border-color .2s ease; }
.nav-console:hover { border-color: rgba(143,195,255,.8); background: rgba(35,102,207,.55); }
.nav-console span, .button span, .product-link span { color: #9bd8ff; font-size: 14px; }
.menu-toggle { display: none; width: 34px; height: 34px; padding: 8px; border: 1px solid rgba(143,181,231,.4); border-radius: 6px; background: transparent; }
.menu-toggle span { display: block; height: 1px; margin: 5px 0; background: #dceaff; }

.hero { position: relative; min-height: 690px; overflow: hidden; padding: 140px 0 72px; color: #fff; background: radial-gradient(circle at 75% 14%, rgba(50,128,255,.3), transparent 30%), radial-gradient(circle at 20% 92%, rgba(53,164,213,.16), transparent 34%), linear-gradient(130deg, #071326 0%, #0b1d37 55%, #102c52 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(128,173,233,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(128,173,233,.07) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000, transparent 80%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(510px, .92fr) minmax(460px, 1.08fr); align-items: center; gap: 46px; }
.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0; color: #9dc8ff; font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.eyebrow > span { width: 22px; height: 1px; display: inline-block; background: currentColor; }
.eyebrow.dark { color: var(--blue-deep); }
.hero h1 { margin: 22px 0 20px; font-size: clamp(42px, 4.45vw, 58px); font-weight: 660; letter-spacing: 0; line-height: 1.08; }
.hero h1 em { white-space: nowrap; }
h1 em, h2 em, h3 em { color: #72d9ef; font-style: normal; }
.hero-lead { max-width: 480px; margin: 0; color: #b8c8dc; font-size: 14px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 13px; margin-top: 33px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 42px; padding: 0 18px; border-radius: 6px; font-size: 11px; font-weight: 750; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { border: 1px solid #3e8bff; color: #fff; background: linear-gradient(120deg, #337cff, #1c5bde); box-shadow: 0 12px 30px rgba(34,103,236,.25); }
.button-primary:hover { background: linear-gradient(120deg, #4890ff, #246ce9); }
.button-quiet { border: 1px solid rgba(143,181,231,.27); color: #d9e7f7; background: rgba(255,255,255,.04); }
.button-quiet:hover { border-color: rgba(143,181,231,.6); background: rgba(255,255,255,.1); }
.button-dark { border: 1px solid #c5d8f0; color: #1c54be; background: #fff; }
.button-dark:hover { border-color: #8fb8f0; background: #f2f7ff; }
.button-outline { border: 1px solid rgba(127,181,255,.6); color: #dcebff; background: transparent; }
.button-outline:hover { border-color: #b2d3ff; background: rgba(255,255,255,.08); }
.hero-notes { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 44px; color: #8299b8; font-size: 9px; }
.hero-notes span { display: inline-flex; align-items: center; gap: 7px; }
.hero-notes b { color: #6da5ff; font-size: 9px; }
.hero-stage { position: relative; min-height: 470px; display: grid; place-items: center; }
.stage-glow { position: absolute; width: 510px; height: 420px; border-radius: 50%; background: radial-gradient(ellipse, rgba(77,157,255,.31), transparent 68%); filter: blur(8px); }
.console-card { position: relative; z-index: 1; width: min(100%, 570px); overflow: hidden; border: 1px solid rgba(154,201,255,.27); border-radius: 12px; background: linear-gradient(140deg, rgba(23,52,91,.92), rgba(10,27,52,.95)); box-shadow: 0 35px 80px rgba(0,0,0,.3), inset 0 1px rgba(255,255,255,.09); transform: perspective(1000px) rotateY(-5deg) rotateX(2deg); }
.console-topline { min-height: 40px; display: flex; align-items: center; gap: 11px; padding: 0 16px; border-bottom: 1px solid rgba(157,199,247,.14); color: #7189a8; font-size: 8px; letter-spacing: .12em; }
.console-dots { display: inline-flex; gap: 4px; margin-right: auto; }
.console-dots i { width: 6px; height: 6px; border-radius: 50%; background: #446384; }
.console-live { display: inline-flex; align-items: center; gap: 6px; color: #8fcaab; font-size: 8px; }
.console-heading { display: flex; align-items: flex-end; justify-content: space-between; padding: 24px 26px 16px; }
.console-heading div { display: grid; gap: 7px; }
.console-heading small { color: #7090b5; font-size: 8px; letter-spacing: .16em; }
.console-heading strong { color: #f2f7ff; font-size: 20px; font-weight: 600; letter-spacing: -.04em; }
.console-date { padding: 5px 8px; border: 1px solid rgba(126,181,255,.25); border-radius: 4px; color: #9dc8ff; font-size: 8px; }
.console-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 0 26px 20px; }
.console-stats > div { min-height: 87px; padding: 13px 12px; border: 1px solid rgba(136,187,245,.12); border-radius: 6px; background: rgba(255,255,255,.035); }
.console-stats small, .console-stats em { display: block; color: #7690b1; font-size: 8px; font-style: normal; }
.console-stats b { display: block; margin: 9px 0 7px; color: #e9f3ff; font-size: 21px; font-weight: 600; }
.console-stats > div:last-child b { color: #64dca8; font-size: 17px; }
.route-list { margin: 0 26px; overflow: hidden; border: 1px solid rgba(136,187,245,.13); border-radius: 7px; }
.route-row { min-height: 62px; display: grid; grid-template-columns: minmax(0, 1.5fr) 65px minmax(120px, .8fr); align-items: center; gap: 12px; padding: 0 13px; border-bottom: 1px solid rgba(136,187,245,.1); color: #a9bed9; font-size: 9px; }
.route-row:last-child { border-bottom: 0; }
.route-row-head { min-height: 29px; color: #6382a8; background: rgba(255,255,255,.03); font-size: 8px; }
.route-row > span:first-child { min-width: 0; display: grid; grid-template-columns: 16px minmax(0,1fr); align-items: center; column-gap: 8px; }
.route-row > span:first-child b, .route-row > span:first-child small { grid-column: 2; }
.route-row > span:first-child b { color: #e0edff; font-size: 10px; font-weight: 600; }
.route-row > span:first-child small { margin-top: 3px; color: #7290b3; }
.route-icon { width: 10px; height: 10px; grid-row: span 2; display: inline-block; border: 2px solid currentColor; border-radius: 3px; }
.route-icon.blue { color: #5e9dff; }
.route-icon.cyan { color: #70dbea; border-radius: 50%; }
.tag { width: max-content; padding: 4px 6px; border-radius: 4px; font-size: 8px; font-weight: 700; }
.tag-green { color: #86e2b4; background: rgba(69,190,128,.13); }
.tag-blue { color: #9ec8ff; background: rgba(73,138,255,.15); }
.console-foot { display: flex; align-items: center; justify-content: space-between; padding: 14px 26px 17px; color: #6f8bad; font-size: 8px; }
.console-foot span:first-child { display: inline-flex; align-items: center; gap: 7px; color: #8ccba9; }
.stage-label { position: absolute; z-index: 2; display: grid; gap: 3px; min-width: 132px; padding: 10px 12px; border: 1px solid rgba(135,194,255,.26); border-radius: 7px; background: rgba(14,39,72,.82); box-shadow: 0 15px 30px rgba(0,0,0,.18); }
.stage-label span { color: #66b7ff; font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.stage-label b { color: #e1efff; font-size: 11px; font-weight: 600; }
.stage-label small { color: #7898bc; font-size: 8px; }
.stage-label-a { top: 17%; left: -4%; }
.stage-label-b { right: -3%; bottom: 14%; }
.hero-rail { position: absolute; right: 0; bottom: 0; left: 0; height: 42px; display: flex; align-items: flex-end; gap: 7px; padding: 0 6%; opacity: .7; }
.hero-rail span { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, rgba(111,191,255,.5), transparent); }

.section { padding: 126px 0; }
.product-section { background: #f6f9fd; }
.section-heading { max-width: 645px; }
.section-heading h2, .detail-intro h2, .security-copy h2, .closing-panel h2 { margin: 20px 0 16px; color: var(--ink); font-size: clamp(34px, 4.6vw, 55px); font-weight: 640; letter-spacing: -.07em; line-height: 1.08; }
.section-heading h2 em, .security-copy h2 em { color: var(--blue-deep); }
.section-heading > p:last-child, .detail-intro > p:last-child, .security-copy > p:not(.eyebrow), .closing-panel p:not(.eyebrow) { max-width: 540px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 58px; }
.product-card { position: relative; min-height: 590px; overflow: hidden; padding: 35px 36px 32px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 20px 50px rgba(25,57,103,.06); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 28px 65px rgba(25,57,103,.12); }
.product-card-sk5 { background: radial-gradient(circle at 100% 0, rgba(87,155,255,.13), transparent 36%), #fff; }
.product-card-vlan { background: radial-gradient(circle at 100% 0, rgba(74,209,226,.14), transparent 36%), #fff; }
.product-card-top { display: flex; align-items: center; gap: 10px; color: #8493a5; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.product-index { color: var(--blue-deep); }
.product-kicker { color: #8290a3; }
.product-orb { width: 15px; height: 15px; margin-left: auto; border-radius: 50%; }
.orb-blue { border: 4px solid #d7e8ff; background: #5295ff; box-shadow: 0 0 0 7px rgba(67,143,255,.08); }
.orb-cyan { border: 4px solid #d5f8fa; background: #44ccd5; box-shadow: 0 0 0 7px rgba(68,204,213,.09); }
.product-symbol { position: absolute; top: 87px; right: 36px; width: 80px; height: 80px; display: grid; place-items: center; }
.product-symbol span { position: absolute; width: 37px; height: 37px; border: 1px solid currentColor; border-radius: 10px; transform: rotate(45deg); }
.product-symbol span:nth-child(2) { transform: translate(15px, 15px) rotate(45deg); opacity: .48; }
.product-symbol span:nth-child(3) { transform: translate(30px, 30px) rotate(45deg); opacity: .18; }
.symbol-blue { color: #4e91ff; }
.symbol-cyan { color: #35c9d6; }
.symbol-cyan span { width: 13px; height: 13px; border-radius: 50%; transform: none; background: currentColor; }
.symbol-cyan span:nth-child(2) { transform: translate(25px, -18px); opacity: .6; }
.symbol-cyan span:nth-child(3) { transform: translate(26px, 22px); opacity: .35; }
.symbol-cyan span:nth-child(4) { transform: translate(-23px, 18px); opacity: .25; }
.product-card h3 { position: relative; z-index: 1; margin: 86px 0 16px; color: var(--ink); font-size: 35px; font-weight: 630; letter-spacing: -.075em; line-height: 1.05; }
.product-card-sk5 h3 em { color: var(--blue-deep); }
.product-card-vlan h3 em { color: #20aebb; }
.product-card > p { max-width: 430px; min-height: 72px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.85; }
.product-divider { height: 1px; margin: 25px 0 18px; background: var(--line); }
.feature-list { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; color: #62738a; font-size: 11px; line-height: 1.6; }
.feature-list li { display: flex; align-items: flex-start; gap: 9px; }
.feature-list i { width: 16px; height: 16px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); font-size: 9px; font-style: normal; font-weight: 800; }
.product-card-vlan .feature-list i { background: #20b8c3; }
.feature-list b { color: #223854; font-weight: 700; }
.feature-status { display: inline-block; margin-left: 6px; padding: 1px 5px; border: 1px solid #bce9ec; border-radius: 4px; color: #138894; background: #eefbfc; font-size: 8px; font-style: normal; font-weight: 750; white-space: nowrap; }
.product-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 30px; color: var(--blue-deep); font-size: 11px; font-weight: 800; }
.product-card-vlan .product-link { color: #1597a4; }

.detail-section { color: #fff; background: radial-gradient(circle at 85% 18%, rgba(46,119,236,.27), transparent 30%), linear-gradient(135deg, #0a1930, #102a4a 66%, #0d223e); }
.detail-intro { max-width: 570px; }
.detail-intro h2 { color: #fff; }
.detail-intro > p:last-child { color: #aabed8; }
.product-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 65px; border-top: 1px solid rgba(151,194,244,.22); border-bottom: 1px solid rgba(151,194,244,.22); }
.product-detail-column { min-width: 0; padding: 38px 38px 34px 0; }
.product-detail-column + .product-detail-column { padding-right: 0; padding-left: 38px; border-left: 1px solid rgba(151,194,244,.22); }
.product-detail-head > span { color: #65b0ff; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.product-detail-head h3 { margin: 15px 0 10px; color: #f2f7ff; font-size: 28px; font-weight: 640; letter-spacing: 0; }
.product-detail-head p { min-height: 66px; margin: 0; color: #98b0cf; font-size: 11px; line-height: 1.8; }
.product-detail-list { display: grid; margin-top: 24px; }
.product-detail-item { display: grid; grid-template-columns: 26px minmax(0, 1fr) auto; align-items: start; gap: 12px; min-height: 102px; padding: 18px 0; border-top: 1px solid rgba(151,194,244,.14); }
.product-detail-item > b { padding-top: 2px; color: #5d91cf; font-size: 9px; }
.product-detail-item h4 { margin: 0 0 7px; color: #e8f2ff; font-size: 14px; font-weight: 650; }
.product-detail-item p { margin: 0; color: #829bbd; font-size: 10px; line-height: 1.7; }
.detail-status { min-width: 48px; padding: 4px 6px; border-radius: 4px; color: #84deb1; background: rgba(62,184,120,.13); font-size: 8px; font-weight: 750; text-align: center; white-space: nowrap; }
.detail-status.pending { color: #79c9e2; background: rgba(66,166,199,.14); }

.security-section { background: #fff; }
.security-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; align-items: start; }
.security-copy h2 em { color: var(--blue-deep); }
.security-copy > p:not(.eyebrow) { margin-bottom: 28px; }
.security-list { display: grid; border-top: 1px solid var(--line); }
.security-item { display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; align-items: start; gap: 15px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.security-item > span { color: var(--blue); font-size: 10px; font-weight: 800; }
.security-item h3 { margin: 0 0 6px; color: #163252; font-size: 14px; font-weight: 700; }
.security-item p { max-width: 390px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.security-item > b { padding-top: 2px; color: #9cacbf; font-size: 8px; font-weight: 800; letter-spacing: .14em; }

.closing-section { padding: 0 0 126px; background: #fff; }
.closing-panel { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 40px; min-height: 275px; padding: 50px 58px; border-radius: 12px; color: #fff; background: radial-gradient(circle at 86% 20%, rgba(85,180,255,.33), transparent 31%), linear-gradient(120deg, #0b2850, #123f7c); box-shadow: 0 24px 55px rgba(21,73,142,.16); }
.closing-panel::after { content: ""; position: absolute; right: -50px; bottom: -110px; width: 320px; height: 320px; border: 1px solid rgba(176,222,255,.25); border-radius: 50%; box-shadow: 0 0 0 28px rgba(167,218,255,.04), 0 0 0 56px rgba(167,218,255,.025); }
.closing-panel h2 { margin-bottom: 13px; color: #fff; }
.closing-panel p:not(.eyebrow) { color: #b3cbe5; }
.closing-actions { position: relative; z-index: 1; display: grid; gap: 10px; min-width: 155px; }
.site-footer { color: #94a9c5; background: #071427; }
.footer-main { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; min-height: 118px; }
.footer-brand .brand-mark { width: 31px; height: 31px; font-size: 15px; }
.footer-links { display: flex; gap: 22px; font-size: 10px; }
.footer-links a:hover { color: #d7e9ff; }
.footer-note { justify-self: end; color: #6883a8; font-size: 10px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; min-height: 52px; border-top: 1px solid rgba(145,184,230,.12); color: #5d7598; font-size: 9px; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .hero-grid { grid-template-columns: 1fr; gap: 45px; }
  .hero { padding-top: 120px; }
  .hero-copy { max-width: 660px; }
  .hero-stage { max-width: 670px; min-height: 440px; margin: 0 auto; width: 100%; }
  .product-detail-column { padding-right: 26px; }
  .product-detail-column + .product-detail-column { padding-left: 26px; }
  .security-grid { gap: 50px; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 36px, 580px); }
  .nav-wrap { min-height: 66px; }
  .site-nav { position: absolute; top: 66px; right: 18px; left: 18px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 8px 16px; border: 1px solid rgba(137,183,242,.22); border-radius: 8px; background: rgba(7,22,43,.98); box-shadow: 0 18px 40px rgba(0,0,0,.25); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 0; border-bottom: 1px solid rgba(137,183,242,.12); }
  .site-nav a:last-child { border-bottom: 0; }
  .site-nav a::after { display: none; }
  .live-status { display: none; }
  .menu-toggle { display: block; }
  .hero { min-height: auto; padding: 86px 0 20px; }
  .hero-grid { gap: 18px; }
  .hero h1 { font-size: clamp(36px, 11vw, 45px); }
  .hero h1 em { white-space: normal; }
  .hero-lead { font-size: 12px; }
  .hero-actions { margin-top: 25px; }
  .hero-notes { gap: 12px; margin-top: 23px; }
  .hero-stage { height: 282px; min-height: 0; overflow: hidden; place-items: start center; }
  .stage-glow { display: none; }
  .console-card { width: 155%; transform: scale(.62); transform-origin: center top; }
  .stage-label { display: none; }
  .console-stats, .console-heading { padding-right: 15px; padding-left: 15px; }
  .route-list { margin-right: 15px; margin-left: 15px; }
  .route-row { grid-template-columns: minmax(0, 1.5fr) 55px; padding: 0 9px; }
  .route-row > span:last-child { display: none; }
  .console-foot { padding-right: 15px; padding-left: 15px; }
  .section { padding: 82px 0; }
  .product-section { padding-top: 54px; }
  .product-grid, .security-grid { grid-template-columns: 1fr; }
  .product-card { min-height: auto; padding: 28px 25px; }
  .product-card h3 { margin-top: 72px; font-size: 31px; }
  .product-card > p { min-height: auto; }
  .product-detail-grid { grid-template-columns: 1fr; margin-top: 43px; }
  .product-detail-column, .product-detail-column + .product-detail-column { padding: 30px 0 24px; border-left: 0; }
  .product-detail-column + .product-detail-column { border-top: 1px solid rgba(151,194,244,.22); }
  .product-detail-head p { min-height: auto; }
  .product-detail-item { grid-template-columns: 24px minmax(0, 1fr); min-height: auto; }
  .detail-status { grid-column: 2; justify-self: start; }
  .security-grid { gap: 50px; }
  .closing-section { padding-bottom: 82px; }
  .closing-panel { align-items: flex-start; flex-direction: column; padding: 34px 27px; }
  .footer-main { grid-template-columns: 1fr; gap: 20px; padding: 28px 0; }
  .footer-note { justify-self: start; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; padding: 17px 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.legal-body { min-height: 100vh; color: var(--ink); background: linear-gradient(145deg, #f5f9ff, #eef4fb); }
.legal-shell { width: min(820px, calc(100% - 36px)); margin: 0 auto; padding: 54px 0 80px; }
.legal-back { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-deep); font-size: 11px; font-weight: 750; }
.legal-back:hover { color: #0d43a7; }
.legal-card { margin-top: 32px; padding: clamp(28px, 6vw, 62px); border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 22px 60px rgba(25,57,103,.08); }
.legal-card .eyebrow { color: var(--blue-deep); }
.legal-card h1 { margin: 18px 0 10px; color: var(--ink); font-size: clamp(32px, 5vw, 48px); letter-spacing: -.07em; }
.legal-updated { margin: 0 0 35px; color: #8897aa; font-size: 10px; }
.legal-card h2 { margin: 30px 0 10px; color: #173354; font-size: 17px; letter-spacing: -.03em; }
.legal-card p, .legal-card li { color: #61738a; font-size: 12px; line-height: 1.9; }
.legal-card ul { margin: 8px 0 0; padding-left: 20px; }
.legal-note { margin: 20px 0; padding: 14px 16px; border: 1px solid #cfe0f7; border-radius: 8px; color: #42658d; background: #f3f8ff; font-size: 11px; line-height: 1.7; }
.legal-footer { display: flex; justify-content: space-between; gap: 18px; margin-top: 23px; color: #8292a6; font-size: 10px; }
.legal-footer a { color: var(--blue-deep); }
