/* 蜜桃 · 5smj3x.cn | Original visual system */
:root {
  --ink: #0c1010;
  --panel: #151a1a;
  --panel-2: #1c2322;
  --line: rgba(240, 248, 242, .12);
  --paper: #eef2ee;
  --muted: #9ea9a3;
  --lime: #ceff3c;
  --lime-deep: #9bc520;
  --cyan: #63d2ca;
  --orange: #ff9e44;
  --shadow: 0 18px 50px rgba(0, 0, 0, .28);
  --radius: 20px;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(circle at 5% 4%, rgba(206, 255, 60, .08), transparent 26%),
    radial-gradient(circle at 95% 47%, rgba(99, 210, 202, .07), transparent 23%),
    #0c1010;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
::selection { background: var(--lime); color: var(--ink); }

.skip-link {
  position: absolute;
  left: -999px;
  top: 10px;
  z-index: 1000;
  background: var(--lime);
  color: var(--ink);
  padding: 10px 15px;
  border-radius: 9px;
  font-weight: 800;
}
.skip-link:focus { left: 10px; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(12, 16, 16, .9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.header-top {
  min-height: 76px;
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
}
.logo {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--paper);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .04em;
}
.logo-mark {
  position: relative;
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--lime);
  border-radius: 11px 5px 11px 5px;
  font-weight: 950;
  font-style: italic;
  box-shadow: 0 0 0 3px rgba(206, 255, 60, .12);
}
.logo-mark::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(12, 16, 16, .33);
  border-radius: 6px 2px 6px 2px;
}
.logo small { display: block; color: var(--muted); font-size: 10px; letter-spacing: .12em; font-weight: 700; }
.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav a {
  padding: 9px 10px;
  color: #d6ded8;
  font-size: 13px;
  border-radius: 9px;
  white-space: nowrap;
  transition: .2s ease;
}
.main-nav a:hover, .main-nav a.active { color: var(--ink); background: var(--lime); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.live-pill, .tag, .eyebrow, .meta-chip { display: inline-flex; align-items: center; gap: 7px; }
.live-pill {
  color: #e5ffad;
  font-size: 12px;
  font-weight: 700;
}
.live-dot { width: 7px; height: 7px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 4px rgba(206, 255, 60, .12); }
.menu-toggle { display: none; background: none; border: 0; color: var(--paper); font-size: 24px; }

.search-strip { border-top: 1px solid var(--line); padding: 12px 0; }
.search-form { display: flex; max-width: 700px; margin: 0 auto; }
.search-form input {
  min-width: 0;
  flex: 1;
  color: var(--paper);
  background: #171d1c;
  border: 1px solid #2f3734;
  outline: none;
  padding: 11px 16px;
  border-radius: 10px 0 0 10px;
}
.search-form input:focus { border-color: var(--lime); }
.search-form button {
  border: 0;
  color: var(--ink);
  background: var(--lime);
  padding: 0 20px;
  font-weight: 900;
  border-radius: 0 10px 10px 0;
}
.search-result { max-width: 700px; margin: 7px auto 0; color: var(--muted); font-size: 12px; min-height: 18px; }

.hero {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  background: #111;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.92) contrast(1.06);
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 10, 10, .93) 0%, rgba(7, 10, 10, .78) 35%, rgba(7, 10, 10, .17) 75%, rgba(7, 10, 10, .42) 100%), linear-gradient(0deg, rgba(7, 10, 10, .9), transparent 55%);
}
.hero-inner { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 105px 0 85px; }
.eyebrow {
  padding: 6px 11px;
  border: 1px solid rgba(206, 255, 60, .46);
  border-radius: 999px;
  color: #e7ffc5;
  background: rgba(21, 31, 20, .65);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .06em;
}
.eyebrow i { width: 6px; height: 6px; display: inline-block; border-radius: 50%; background: var(--lime); }
.hero h1 {
  max-width: 800px;
  margin: 20px 0 18px;
  font-size: clamp(42px, 7.4vw, 87px);
  line-height: .99;
  letter-spacing: -.075em;
  font-weight: 950;
}
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-lead { max-width: 630px; margin: 0; color: #d1d9d3; font-size: clamp(16px, 2vw, 19px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-weight: 850;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--lime); }
.button-secondary { color: var(--paper); border-color: rgba(255,255,255,.4); background: rgba(10, 15, 14, .35); }
.hero-stats { display: flex; flex-wrap: wrap; gap: 0; margin-top: 65px; }
.stat { min-width: 145px; padding: 0 22px; border-left: 1px solid rgba(255,255,255,.22); }
.stat:first-child { padding-left: 0; border: 0; }
.stat strong { display: block; font-size: 25px; line-height: 1.1; color: white; }
.stat span { color: #b6c0b9; font-size: 12px; }

.section { padding: 95px 0; }
.section-tight { padding: 66px 0; }
.section-alt { background: linear-gradient(180deg, #121716 0%, #0e1212 100%); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { max-width: 760px; margin-bottom: 38px; }
.kicker { margin: 0 0 12px; color: var(--lime); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
h2 { margin: 0; font-size: clamp(31px, 4.2vw, 52px); line-height: 1.1; letter-spacing: -.055em; }
h3 { margin: 0; font-size: 21px; line-height: 1.26; letter-spacing: -.03em; }
h4 { margin: 0; font-size: 16px; line-height: 1.4; }
h5 { margin: 0; font-size: 14px; }
h6 { margin: 0; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.section-head > p:last-child { max-width: 700px; color: var(--muted); margin: 16px 0 0; }
.text-link { color: var(--lime); font-weight: 800; border-bottom: 1px solid rgba(206,255,60,.38); }

.ticker { overflow: hidden; border-bottom: 1px solid var(--line); background: #101515; }
.ticker-track { display: flex; width: max-content; animation: ticker 32s linear infinite; }
.ticker-item { padding: 13px 30px; color: #aab5ae; font-size: 12px; white-space: nowrap; }
.ticker-item b { color: var(--lime); margin-right: 8px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.video-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.video-card {
  position: relative;
  grid-column: span 4;
  min-height: 315px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  isolation: isolate;
}
.video-card.featured { grid-column: span 8; min-height: 425px; }
.video-card img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.video-card::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(5, 8, 7, .94), rgba(5, 8, 7, .12) 72%); }
.video-card:hover img { transform: scale(1.06); }
.video-card-copy { padding: 22px; }
.video-card h3 { max-width: 520px; font-size: clamp(19px, 2vw, 30px); }
.video-card:not(.featured) h3 { font-size: 20px; }
.video-card p { margin: 9px 0 0; color: #bec8c1; font-size: 13px; }
.video-meta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; color: #c0cbc3; font-size: 12px; }
.video-meta b { color: white; }
.play-button {
  position: absolute;
  z-index: 4;
  top: 20px;
  right: 20px;
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--lime);
  border: 0;
  border-radius: 50%;
  font-size: 16px;
  opacity: 0;
  transform: scale(.8);
  transition: .25s ease;
}
.video-card:hover .play-button, .video-card:focus-within .play-button { opacity: 1; transform: scale(1); }
.video-card .duration { position: absolute; top: 19px; left: 19px; padding: 4px 8px; color: white; background: rgba(7,10,10,.7); border-radius: 5px; font-size: 11px; font-weight: 800; }
.video-card .tag { margin-bottom: 12px; color: #e8ffc0; font-size: 11px; font-weight: 750; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card { min-height: 248px; padding: 24px; background: var(--panel); border: 1px solid var(--line); border-radius: 16px; transition: .2s ease; }
.service-card:hover { border-color: rgba(206,255,60,.55); transform: translateY(-4px); }
.service-icon { width: 44px; height: 44px; display: grid; place-items: center; color: var(--lime); border: 1px solid rgba(206,255,60,.35); border-radius: 12px; font-size: 22px; }
.service-card h3 { margin-top: 36px; }
.service-card p { margin: 10px 0 0; color: var(--muted); font-size: 13px; }
.service-card .mini-link { display: inline-block; margin-top: 18px; color: var(--lime); font-size: 12px; font-weight: 800; }

.split-feature { display: grid; grid-template-columns: 1.03fr .97fr; gap: 55px; align-items: center; }
.feature-image { position: relative; overflow: hidden; min-height: 480px; border-radius: 22px; background: var(--panel); }
.feature-image img { width: 100%; height: 100%; object-fit: cover; }
.corner-note { position: absolute; left: 18px; bottom: 18px; max-width: 240px; padding: 14px; background: rgba(11, 15, 14, .82); border: 1px solid var(--line); border-radius: 10px; backdrop-filter: blur(8px); }
.corner-note strong { display: block; color: var(--lime); font-size: 13px; }
.corner-note span { display: block; color: #cad5cd; font-size: 11px; margin-top: 3px; }
.feature-copy > p { color: var(--muted); }
.check-list { padding: 0; margin: 25px 0; list-style: none; }
.check-list li { position: relative; margin: 13px 0; padding-left: 27px; color: #d8e0da; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--lime); font-weight: 900; }

.ai-board { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ai-hero { min-height: 370px; padding: 36px; display: flex; flex-direction: column; justify-content: flex-end; border-radius: var(--radius); background: linear-gradient(140deg, #29363a, #111817 55%, #253d2f); border: 1px solid rgba(99,210,202,.24); overflow: hidden; position: relative; }
.ai-hero::before { content: "AI"; position: absolute; top: -30px; right: 22px; color: rgba(206,255,60,.1); font-size: 180px; font-weight: 950; letter-spacing: -.13em; }
.ai-hero h3 { position: relative; font-size: 31px; max-width: 430px; }
.ai-hero p { position: relative; max-width: 440px; color: #c2d4cc; }
.ai-side { display: grid; gap: 16px; }
.ai-tile { position: relative; min-height: 177px; padding: 24px; overflow: hidden; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); }
.ai-tile::after { content: ""; position: absolute; width: 170px; height: 170px; top: -70px; right: -50px; border-radius: 50%; background: radial-gradient(circle, rgba(99,210,202,.27), transparent 65%); }
.ai-tile:nth-child(2)::after { background: radial-gradient(circle, rgba(206,255,60,.25), transparent 65%); }
.ai-tile h3 { position: relative; font-size: 19px; }
.ai-tile p { position: relative; color: var(--muted); font-size: 13px; max-width: 410px; }

.metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.metric { padding: 25px; border-top: 2px solid var(--lime); background: var(--panel); }
.metric strong { display: block; font-size: 36px; line-height: 1; letter-spacing: -.05em; }
.metric span { display: block; margin-top: 10px; color: var(--muted); font-size: 12px; }

.community-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 45px; align-items: start; }
.topic-orbit { position: relative; min-height: 430px; border: 1px solid var(--line); border-radius: 50%; background: radial-gradient(circle at 50% 50%, rgba(206,255,60,.12), transparent 43%), #151b19; }
.orbit-core { position: absolute; top: 50%; left: 50%; width: 124px; height: 124px; display: grid; place-items: center; text-align: center; transform: translate(-50%, -50%); color: var(--ink); background: var(--lime); border-radius: 50%; font-size: 20px; font-weight: 950; line-height: 1.15; }
.orbit-tag { position: absolute; padding: 8px 11px; color: #d6ded8; border: 1px solid var(--line); border-radius: 999px; background: #1d2522; font-size: 12px; font-weight: 750; }
.orbit-tag:nth-child(2) { top: 14%; left: 10%; }.orbit-tag:nth-child(3) { top: 17%; right: 9%; }.orbit-tag:nth-child(4) { top: 48%; left: 3%; }.orbit-tag:nth-child(5) { bottom: 15%; left: 14%; }.orbit-tag:nth-child(6) { bottom: 15%; right: 13%; }.orbit-tag:nth-child(7) { top: 49%; right: 3%; }
.community-copy .section-head { margin-bottom: 24px; }
.topic-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.topic-row span:first-child { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; color: var(--lime); background: #222b25; }
.topic-row b { display: block; font-size: 14px; }.topic-row small { color: var(--muted); font-size: 11px; }.topic-row em { color: var(--muted); font-size: 11px; font-style: normal; }

.expert-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.expert-card { padding: 25px; background: var(--panel); border: 1px solid var(--line); border-radius: 16px; }
.expert-avatar { width: 62px; height: 62px; display: grid; place-items: center; background: linear-gradient(135deg, #6c7a73, #1e2421); border: 1px solid rgba(255,255,255,.17); border-radius: 50%; color: var(--lime); font-weight: 900; font-size: 20px; }
.expert-card h3 { margin-top: 18px; }.expert-role { color: var(--lime); font-size: 12px; font-weight: 750; }.expert-card p { color: var(--muted); font-size: 12px; }.credentials { margin: 16px 0; padding: 0; list-style: none; }.credentials li { color: #bec8c1; font-size: 12px; margin: 6px 0; }.credentials li::before { content: "•"; margin-right: 8px; color: var(--lime); }.expert-actions { display: flex; gap: 8px; flex-wrap: wrap; }.small-button { padding: 7px 9px; font-size: 11px; font-weight: 800; border: 1px solid var(--line); border-radius: 8px; color: var(--paper); background: transparent; }.small-button:hover { color: var(--ink); background: var(--lime); border-color: var(--lime); }

.logo-wall { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.partner { min-height: 82px; display: grid; place-items: center; color: #aeb8b1; border: 1px solid var(--line); background: rgba(255,255,255,.018); border-radius: 12px; font-size: 14px; font-weight: 900; letter-spacing: .08em; transition: .2s ease; }.partner:hover { color: var(--lime); border-color: rgba(206,255,60,.5); }

.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.how-card { position: relative; min-height: 260px; padding: 25px; border: 1px solid var(--line); border-radius: 16px; background: #161c1a; }.how-number { display: grid; place-items: center; width: 38px; height: 38px; color: var(--ink); border-radius: 50%; background: var(--lime); font-weight: 950; }.how-card h3 { margin-top: 52px; }.how-card p { color: var(--muted); font-size: 13px; }

.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; justify-content: space-between; gap: 20px; padding: 19px 2px; list-style: none; font-weight: 800; cursor: pointer; }.faq-item summary::-webkit-details-marker { display: none; }.faq-item summary::after { content: "+"; color: var(--lime); font-size: 22px; line-height: .9; }.faq-item[open] summary::after { content: "−"; }.faq-item p { max-width: 800px; margin: 0; padding: 0 2px 20px; color: var(--muted); font-size: 14px; }

.testimonial-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.testimonial { padding: 22px; border-radius: 15px; background: var(--panel); border: 1px solid var(--line); }.quote { color: var(--lime); font-size: 33px; line-height: .6; }.testimonial blockquote { margin: 17px 0 19px; color: #d9e1db; font-size: 14px; }.person { display: flex; align-items: center; gap: 9px; }.person b { display: block; font-size: 12px; }.person small { color: var(--muted); font-size: 11px; }.person-avatar { width: 30px; height: 30px; display: grid; place-items: center; color: var(--ink); background: #8a9890; border-radius: 50%; font-size: 11px; font-weight: 900; }

.contact-band { background: var(--lime); color: var(--ink); }.contact-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 45px; align-items: center; }.contact-band .kicker { color: #46600a; }.contact-band h2 { max-width: 720px; }.contact-band p { max-width: 680px; color: #31460d; }.contact-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }.contact-band .button-primary { background: var(--ink); color: var(--paper); }.contact-band .button-secondary { color: var(--ink); border-color: rgba(12,16,16,.36); }.qr-cluster { display: flex; justify-content: flex-end; gap: 18px; }.qr-card { width: 132px; padding: 11px; color: #25320b; background: #e9f9a5; border-radius: 12px; text-align: center; font-size: 11px; font-weight: 800; }.qr-code { width: 108px; height: 108px; margin: 0 auto 7px; background: repeating-conic-gradient(#152008 0 25%, #e9f9a5 0 50%) 50% / 18px 18px; border: 7px solid #e9f9a5; }

.footer { padding: 60px 0 22px; background: #090d0c; }.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1.15fr; gap: 28px; padding-bottom: 45px; }.footer-copy { max-width: 330px; color: var(--muted); font-size: 13px; }.footer-heading { margin: 0 0 14px; color: var(--lime); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }.footer-links { margin: 0; padding: 0; list-style: none; }.footer-links li { margin: 9px 0; color: #c5cec7; font-size: 13px; }.footer-links a:hover { color: var(--lime); }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid var(--line); color: #7e8982; font-size: 12px; }.footer-bottom p { margin: 0; }.footer-bottom strong { color: #b9c3bc; }

.breadcrumb { padding: 20px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }.breadcrumb a { color: var(--lime); }.breadcrumb span { margin: 0 8px; color: #58625c; }
.page-hero { position: relative; padding: 90px 0 75px; overflow: hidden; background: linear-gradient(120deg, #151e1a, #111716 60%, #202b22); }.page-hero::after { content: "蜜桃"; position: absolute; right: -10px; bottom: -92px; color: rgba(206,255,60,.07); font-size: 300px; font-weight: 950; letter-spacing: -.2em; }.page-hero .container { position: relative; z-index: 1; }.page-hero h1 { max-width: 780px; margin: 10px 0 14px; font-size: clamp(39px, 6vw, 70px); line-height: 1; letter-spacing: -.07em; }.page-hero p { max-width: 690px; color: #bac6be; font-size: 17px; }.page-hero .eyebrow { margin-top: 0; }

.content-columns { display: grid; grid-template-columns: 1fr 300px; gap: 45px; }.article-copy { min-width: 0; }.article-copy h2 { margin-top: 45px; font-size: 32px; }.article-copy h3 { margin-top: 28px; }.article-copy p { color: #bec8c1; }.side-panel { position: sticky; top: 145px; align-self: start; padding: 21px; border: 1px solid var(--line); border-radius: 14px; background: var(--panel); }.side-panel h3 { font-size: 16px; }.side-panel ul { padding: 0; list-style: none; }.side-panel li { padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }.side-panel li:last-child { border: 0; }.side-panel li::before { content: "↗"; color: var(--lime); margin-right: 8px; }

.category-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.category-card { min-height: 190px; padding: 22px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); border-radius: 15px; background: linear-gradient(145deg, #202925, #101514); }.category-card h3 { font-size: 19px; }.category-card p { margin: 8px 0 0; color: var(--muted); font-size: 12px; }.category-card span { margin-bottom: auto; color: var(--lime); font-size: 11px; font-weight: 800; }

.timeline { position: relative; padding-left: 30px; }.timeline::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 1px; background: rgba(206,255,60,.4); }.timeline-item { position: relative; padding: 0 0 28px; }.timeline-item::before { content: ""; position: absolute; left: -28px; top: 7px; width: 11px; height: 11px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(206,255,60,.09); }.timeline-item time { color: var(--lime); font-size: 12px; font-weight: 800; }.timeline-item h3 { margin-top: 4px; }.timeline-item p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }

.parts-table { width: 100%; border-collapse: collapse; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; }.parts-table th, .parts-table td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--line); font-size: 13px; }.parts-table th { color: var(--lime); background: #18201d; }.parts-table td { color: #c1cac4; }.parts-table tr:last-child td { border-bottom: 0; }.parts-table td:last-child { color: var(--muted); }

.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.info-card { padding: 24px; border-radius: 16px; border: 1px solid var(--line); background: var(--panel); }.info-card h3 { color: var(--lime); font-size: 16px; }.info-card p, .info-card address { color: var(--muted); font-size: 13px; font-style: normal; }.info-card strong { color: #dce5de; }
.mcp-demo { padding: 26px; border: 1px solid rgba(99,210,202,.35); border-radius: 17px; background: linear-gradient(140deg, rgba(25,56,54,.58), rgba(18,24,22,.9)); }.mcp-demo-header { display: flex; justify-content: space-between; align-items: center; gap: 20px; }.mcp-demo h3 { font-size: 22px; }.mcp-status { padding: 5px 8px; color: #bafffb; border-radius: 999px; background: rgba(99,210,202,.17); font-size: 11px; font-weight: 800; }.mcp-demo p { color: #b7cbc4; font-size: 13px; }.mcp-actions { display: flex; flex-wrap: wrap; gap: 9px; }.mcp-action { padding: 9px 11px; color: #e5fdf8; background: #1a3834; border: 1px solid rgba(99,210,202,.35); border-radius: 8px; font-size: 12px; font-weight: 800; }.mcp-action:hover { color: var(--ink); background: var(--cyan); }

.share-row { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }.share-row > span { color: var(--muted); font-size: 12px; margin-right: 4px; }.share-btn { padding: 8px 11px; color: #cbd4ce; background: #1b211f; border: 1px solid var(--line); border-radius: 8px; font-size: 12px; }.share-btn:hover { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.keyword-cloud { display: flex; flex-wrap: wrap; gap: 8px; }.keyword-cloud a { padding: 6px 9px; color: #aab6ad; border: 1px solid rgba(255,255,255,.09); border-radius: 999px; background: rgba(255,255,255,.025); font-size: 11px; }.keyword-cloud a:hover { color: var(--ink); background: var(--lime); }
.notice { padding: 13px 15px; color: #d0dbd3; background: rgba(206,255,60,.08); border-left: 3px solid var(--lime); font-size: 13px; }.notice strong { color: var(--lime); }
.toast { position: fixed; z-index: 100; right: 20px; bottom: 20px; max-width: 330px; padding: 13px 16px; color: var(--ink); background: var(--lime); border-radius: 10px; box-shadow: var(--shadow); font-size: 13px; font-weight: 800; opacity: 0; transform: translateY(15px); pointer-events: none; transition: .25s ease; }.toast.show { opacity: 1; transform: translateY(0); }

@media (max-width: 1060px) {
  .main-nav { gap: 0; }.main-nav a { padding: 8px 7px; font-size: 12px; }.header-actions .live-pill { display: none; }
  .service-grid, .expert-grid { grid-template-columns: repeat(2, 1fr); }.expert-card { min-height: 390px; }
  .testimonial-grid { grid-template-columns: repeat(2, 1fr); }.footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }.footer-grid > :last-child { grid-column: span 3; }.contact-layout { grid-template-columns: 1fr; }.qr-cluster { justify-content: flex-start; }
}
@media (max-width: 780px) {
  .container { width: min(100% - 28px, var(--max)); }.header-top { min-height: 64px; }.menu-toggle { display: block; }.main-nav { position: absolute; top: 64px; left: 0; right: 0; display: none; padding: 12px 14px 16px; flex-wrap: wrap; background: rgba(12,16,16,.98); border-bottom: 1px solid var(--line); }.main-nav.open { display: flex; }.main-nav a { padding: 9px; }.logo { font-size: 15px; }.logo-mark { width: 33px; height: 33px; }.search-strip { padding: 9px 0; }.hero { min-height: 600px; }.hero-bg { object-position: 64% center; }.hero-inner { width: min(100% - 28px, var(--max)); padding: 75px 0 52px; }.hero h1 { letter-spacing: -.07em; }.hero-stats { margin-top: 38px; }.stat { min-width: 33%; padding: 0 10px; }.stat strong { font-size: 20px; }.stat span { font-size: 10px; }
  .section { padding: 64px 0; }.section-tight { padding: 47px 0; }.video-grid { grid-template-columns: 1fr; }.video-card, .video-card.featured { grid-column: auto; min-height: 320px; }.video-card.featured { min-height: 375px; }.play-button { opacity: 1; transform: scale(1); }.service-grid, .expert-grid, .how-grid, .metrics, .info-grid, .category-list { grid-template-columns: 1fr; }.split-feature, .community-layout, .content-columns { grid-template-columns: 1fr; gap: 28px; }.feature-image { min-height: 330px; }.ai-board { grid-template-columns: 1fr; }.ai-hero { min-height: 290px; }.topic-orbit { min-height: 330px; }.orbit-tag { font-size: 10px; padding: 6px 8px; }.orbit-core { width: 102px; height: 102px; font-size: 17px; }.logo-wall { grid-template-columns: repeat(2, 1fr); }.partner:last-child { grid-column: span 2; }.testimonial-grid { grid-template-columns: 1fr; }.trust-grid { grid-template-columns: 1fr; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > :last-child { grid-column: span 2; }.footer-bottom { flex-direction: column; gap: 8px; }.page-hero { padding: 65px 0 55px; }.page-hero h1 { letter-spacing: -.06em; }.side-panel { position: relative; top: auto; }.parts-table { display: block; overflow-x: auto; white-space: nowrap; }.mcp-demo-header { align-items: flex-start; flex-direction: column; gap: 8px; }
}
@media (max-width: 430px) {
  .header-actions { display: none; }.search-form button { padding: 0 14px; }.hero-actions { flex-direction: column; align-items: stretch; }.button { width: 100%; }.stat { padding: 0 8px; }.footer-grid { grid-template-columns: 1fr; }.footer-grid > :last-child { grid-column: auto; }.qr-card { width: 120px; }.qr-code { width: 96px; height: 96px; }.contact-buttons { flex-direction: column; }.contact-buttons .button { width: 100%; }
}


.demo-disclosure { margin: 16px 0 0; padding: 11px 14px; color: #cbd7ce; border-left: 3px solid var(--cyan); background: rgba(99,210,202,.08); font-size: 13px; }
.demo-disclosure strong { color: var(--cyan); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.trust-item { padding: 23px; min-height: 250px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg, #18201d, #101514); }
.trust-item h3 { color: var(--lime); font-size: 17px; }
.trust-item h4, .trust-item h5, .trust-item h6 { margin-top: 21px; color: #edf4ee; font-size: 15px; line-height: 1.45; letter-spacing: -.02em; text-transform: none; }
.trust-item p { color: var(--muted); font-size: 13px; }
.qr-code-image { width: 108px; height: 108px; margin: 0 auto 7px; padding: 4px; display: block; background: #e9f9a5; border: 7px solid #e9f9a5; object-fit: contain; }
.footer-mcp { margin-top: 15px; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 12px; }
.footer-mcp .share-btn { padding: 6px 9px; }

.footer-seo-headings { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 0 auto 22px; width: min(var(--max), calc(100% - 40px)); color: #8b978f; }
.footer-seo-headings h4, .footer-seo-headings h5, .footer-seo-headings h6 { margin: 0; font-size: 11px; font-weight: 700; line-height: 1.5; letter-spacing: .03em; text-transform: none; }
@media (max-width: 780px) { .footer-seo-headings { width: min(100% - 28px, var(--max)); gap: 5px 12px; } }
