:root {
  --navy: #060816;
  --navy-2: #0a1230;
  --panel: #101a3c;
  --paper: #f4f7fc;
  --ink: #101b35;
  --muted: #65728c;
  --line: #dce5f3;
  --cyan: #46dcff;
  --blue: #397df6;
  --violet: #8b5cf6;
  --orange: #ff9c2f;
  --mint: #34dfac;
  --max: 1200px;
  --shadow: 0 24px 70px rgba(9, 28, 68, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }

.agent-header { position: fixed; z-index: 30; top: 0; right: 0; left: 0; color: #fff; background: rgba(5,11,29,.48); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); transition: background .18s ease,box-shadow .18s ease; }
.agent-header.is-scrolled { background: rgba(5,11,29,.93); box-shadow: 0 14px 40px rgba(0,0,0,.27); }
.header-inner { display: grid; height: 88px; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.12); transition: border-color .18s ease; }
.agent-header.is-scrolled .header-inner { border-bottom-color: rgba(104,190,255,.22); }
.brand { display: inline-flex; width: max-content; align-items: center; gap: 12px; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(112,225,255,.55); border-radius: 12px; color: #fff; background: linear-gradient(145deg, rgba(70,220,255,.3), rgba(139,92,246,.4)); box-shadow: inset 0 0 18px rgba(70,220,255,.14), 0 0 24px rgba(70,220,255,.13); font-weight: 800; }
.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { font-size: 17px; letter-spacing: .08em; }
.brand-copy small { color: #8492ba; font-family: Consolas, monospace; font-size: 7px; letter-spacing: .17em; }
.agent-nav { display: flex; align-items: center; gap: 30px; color: #aebad2; font-size: 13px; }
.agent-nav a { position: relative; padding-block: 14px; transition: color .18s ease; }
.agent-nav a:hover { color: #fff; }
.agent-nav a::after { position: absolute; right: 0; bottom: 5px; left: 0; height: 1px; content: ""; background: var(--cyan); transform: scaleX(0); transition: transform .18s ease; }
.agent-nav a:hover::after { transform: scaleX(1); }
.header-button { justify-self: end; }
.menu-toggle { display: none; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 18px; border: 1px solid transparent; border-radius: 9px; padding: 0 24px; cursor: pointer; font-size: 13px; font-weight: 700; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 40px; border-color: rgba(111,223,255,.32); padding-inline: 18px; background: rgba(53,166,224,.11); }
.button-primary { color: #06101b; background: linear-gradient(105deg, var(--cyan), #76f0df); box-shadow: 0 14px 38px rgba(40,209,255,.2); }
.button-ghost { border-color: rgba(255,255,255,.18); color: #fff; background: rgba(255,255,255,.05); }

.agent-hero { position: relative; min-height: 760px; overflow: hidden; color: #fff; background: radial-gradient(circle at 70% 34%, rgba(44,127,255,.22), transparent 30%), linear-gradient(135deg, #050b1d, #0a1637 56%, #102a5a); }
.agent-hero::before { position: absolute; inset: 0; content: ""; background-image: linear-gradient(rgba(73,171,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(73,171,255,.035) 1px, transparent 1px); background-size: 54px 54px; -webkit-mask-image: linear-gradient(#000, transparent 86%); mask-image: linear-gradient(#000, transparent 86%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(100px); pointer-events: none; }
.hero-glow-one { top: 100px; right: 12%; width: 360px; height: 360px; background: rgba(58,132,255,.16); }
.hero-glow-two { bottom: -150px; left: -100px; width: 400px; height: 400px; background: rgba(40,223,177,.08); }
.hero-grid { position: relative; z-index: 2; display: grid; min-height: 760px; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 62px; padding-block: 126px 80px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #78ddff; font-family: Consolas, monospace; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.eyebrow span { width: 21px; height: 1px; background: var(--cyan); box-shadow: 0 0 8px var(--cyan); }
.hero-copy h1 { margin: 24px 0 22px; font-size: clamp(50px, 6vw, 76px); letter-spacing: -.065em; line-height: 1.04; }
.hero-copy h1 span { display: block; margin-top: 9px; color: transparent; background: linear-gradient(95deg, #fff, #91e5ff 55%, #b89cff); -webkit-background-clip: text; background-clip: text; }
.hero-copy > p { max-width: 590px; margin: 0; color: #abb7ce; font-size: 16px; line-height: 1.9; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 38px; color: #b3bdd3; font-size: 12px; }
.hero-points span { display: flex; align-items: center; gap: 8px; }
.hero-points i { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; color: #07121e; background: var(--mint); font-size: 9px; font-style: normal; font-weight: 900; }

.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.orbit { position: absolute; width: 450px; height: 450px; border: 1px dashed rgba(103,215,255,.2); border-radius: 50%; animation: spin 32s linear infinite; }
.orbit::before, .orbit::after { position: absolute; width: 11px; height: 11px; border-radius: 50%; content: ""; background: var(--cyan); box-shadow: 0 0 20px var(--cyan); }
.orbit::before { top: 56px; left: 66px; }
.orbit::after { right: 30px; bottom: 112px; background: var(--violet); box-shadow: 0 0 20px var(--violet); }
@keyframes spin { to { transform: rotate(360deg); } }
.dashboard { position: relative; z-index: 2; width: min(100%, 430px); border: 1px solid rgba(255,255,255,.14); border-radius: 24px; padding: 19px; background: rgba(9,18,46,.76); box-shadow: 0 35px 90px rgba(0,0,0,.38); backdrop-filter: blur(18px); transform: rotate(2deg); }
.dashboard-head { display: flex; align-items: center; justify-content: space-between; padding: 4px 4px 18px; color: #93a1be; font-size: 11px; }
.online { display: flex; align-items: center; gap: 7px; }
.online i { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 8px var(--mint); }
.dashboard-main { position: relative; overflow: hidden; min-height: 200px; border-radius: 18px; padding: 26px; background: linear-gradient(145deg, #277edc, #3d58d7 60%, #6937c6); }
.dashboard-main::after { position: absolute; top: -65px; right: -56px; width: 180px; height: 180px; border: 40px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.dashboard-main > small { color: rgba(255,255,255,.72); font-size: 11px; }
.dashboard-main strong { display: block; margin: 12px 0 16px; font-size: 56px; letter-spacing: -.05em; line-height: 1; }
.dashboard-main em { margin-right: 5px; font-size: 16px; font-style: normal; opacity: .78; }
.dashboard-main > span { display: inline-flex; border-radius: 8px; padding: 7px 10px; color: #eaf7ff; background: rgba(5,18,56,.24); font-size: 10px; }
.dashboard-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin-top: 10px; }
.dashboard-stats div { display: grid; gap: 4px; border: 1px solid rgba(255,255,255,.07); border-radius: 12px; padding: 13px 11px; background: rgba(255,255,255,.045); }
.dashboard-stats b { font-size: 17px; }
.dashboard-stats span { color: #7f8daa; font-size: 9px; }
.cost-card { position: absolute; z-index: 3; right: -6px; bottom: 42px; width: 170px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; padding: 15px; background: rgba(255,255,255,.09); box-shadow: 0 17px 42px rgba(0,0,0,.24); backdrop-filter: blur(16px); transform: rotate(-4deg); }
.cost-card span { color: #9ca9c2; font-size: 9px; }
.cost-card strong { display: block; margin-top: 5px; font-size: 22px; }

.trust-strip { position: relative; z-index: 5; display: grid; min-height: 105px; grid-template-columns: 1.35fr repeat(4,1fr); align-items: center; margin-top: -35px; border: 1px solid var(--line); border-radius: 18px; padding: 0 30px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); }
.trust-strip > strong { font-size: 16px; }
.trust-strip > span { display: flex; align-items: center; gap: 9px; color: #62708a; font-size: 12px; }
.trust-strip i { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 9px; color: var(--blue); background: #edf4ff; font-size: 9px; font-style: normal; font-weight: 800; }

.section { padding-block: 110px; }
.section-heading { max-width: 750px; margin: 0 auto 50px; text-align: center; }
.section-heading > span { color: var(--blue); font-family: Consolas, monospace; font-size: 9px; font-weight: 700; letter-spacing: .17em; }
.section-heading h2 { margin: 14px 0 16px; font-size: clamp(38px,4.4vw,54px); letter-spacing: -.055em; line-height: 1.17; }
.section-heading p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.plans-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.plan-card { position: relative; display: flex; min-height: 490px; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; padding: 27px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.plan-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.plan-card.featured { border-color: transparent; color: #fff; background: linear-gradient(145deg,#276fec,#5739c9); box-shadow: 0 25px 60px rgba(51,91,221,.22); }
.plan-card.featured::after { position: absolute; top: -115px; right: -110px; width: 240px; height: 240px; border: 42px solid rgba(255,255,255,.07); border-radius: 50%; content: ""; }
.plan-card > small { color: #74819a; font-size: 9px; letter-spacing: .11em; }
.featured > small { color: #c5d7ff; }
.plan-card h3 { margin: 7px 0 20px; font-size: 23px; }
.plan-price { display: flex; align-items: flex-start; margin-bottom: 17px; color: var(--blue); font-size: 47px; font-weight: 850; letter-spacing: -.05em; line-height: 1; }
.featured .plan-price { color: #fff; }
.plan-price i { margin: 5px 4px 0 0; font-size: 15px; font-style: normal; }
.plan-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.plan-meta > span { display: grid; gap: 4px; border-radius: 10px; padding: 11px; background: #f2f5fa; }
.featured .plan-meta > span { background: rgba(255,255,255,.11); }
.plan-meta small { color: #7c889f; font-size: 8px; }
.featured .plan-meta small { color: #bfd0f5; }
.plan-meta b { font-size: 12px; }
.commission { margin-block: 14px 18px; border-radius: 9px; padding: 10px; color: #fff; background: linear-gradient(100deg,#ffb343,var(--orange)); text-align: center; font-size: 12px; font-weight: 800; }
.plan-card ul { display: grid; gap: 10px; margin: 0 0 23px; padding: 0; color: #4f5c74; list-style: none; font-size: 12px; }
.featured ul { color: #fff; }
.plan-card li::before { margin-right: 9px; color: var(--mint); content: "✓"; font-weight: 900; }
.featured li::before { color: #ffda65; }
.plan-button { min-height: 43px; margin-top: auto; border: 1px solid #cfe0fb; border-radius: 8px; color: var(--blue); background: #f1f6ff; cursor: pointer; font-size: 12px; font-weight: 750; }
.featured .plan-button { border-color: rgba(255,255,255,.28); color: #17112d; background: #fff; }
.plan-badge { position: absolute; top: 18px; right: 18px; z-index: 1; border-radius: 99px; padding: 6px 9px; color: #693d00; background: #ffc151; font-size: 8px; font-weight: 800; }

.benefits-section { overflow: hidden; color: #fff; background: radial-gradient(circle at 9% 25%,rgba(54,133,255,.13),transparent 28%),#080d22; }
.section-heading.light > span { color: #6fdfff; }
.section-heading.light p { color: #919db8; }
.benefits-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 28px; }
.benefits-intro { position: relative; display: flex; min-height: 500px; flex-direction: column; overflow: hidden; border: 1px solid rgba(105,214,255,.22); border-radius: 20px; padding: 38px; background: linear-gradient(145deg,rgba(31,111,180,.72),rgba(54,35,135,.7)); }
.benefits-intro::after { position: absolute; right: -100px; bottom: -115px; width: 280px; height: 280px; border: 55px solid rgba(255,255,255,.07); border-radius: 50%; content: ""; }
.benefits-intro > span { color: #a6eaff; font-family: Consolas,monospace; font-size: 8px; letter-spacing: .16em; }
.benefits-intro h3 { margin: 24px 0 17px; font-size: 37px; letter-spacing: -.045em; line-height: 1.24; }
.benefits-intro > p { margin: 0; color: #c3d1e8; font-size: 12px; line-height: 1.8; }
.benefits-intro > div { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; border: 1px solid rgba(255,255,255,.13); border-radius: 13px; padding: 18px; background: rgba(6,15,46,.24); }
.benefits-intro > div b { width: 100%; margin-bottom: 3px; font-size: 12px; }
.benefits-intro > div span { border-radius: 99px; padding: 7px 10px; background: rgba(255,255,255,.1); font-size: 9px; }
.benefits-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.benefits-grid article { min-height: 155px; border: 1px solid rgba(255,255,255,.09); border-radius: 16px; padding: 22px; background: rgba(255,255,255,.045); }
.benefits-grid article > span { display: grid; width: 33px; height: 33px; place-items: center; border-radius: 9px; color: #83cfff; background: rgba(67,170,255,.12); font-family: Consolas,monospace; font-size: 9px; }
.benefits-grid h3 { margin: 17px 0 7px; font-size: 16px; }
.benefits-grid p { margin: 0; color: #8995ad; font-size: 10px; line-height: 1.65; }

.training-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.training-grid article { position: relative; min-height: 300px; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; padding: 25px; background: #fff; }
.training-grid article::before { position: absolute; top: 0; bottom: 0; left: 0; width: 3px; content: ""; background: linear-gradient(var(--cyan),var(--violet)); }
.training-grid article > span { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 12px; color: #087b9d; background: #e6f9ff; font-family: Consolas,monospace; font-size: 13px; font-weight: 800; }
.training-grid h3 { margin: 22px 0 17px; font-size: 18px; }
.training-grid dl { margin: 0; }
.training-grid dt { margin-top: 12px; color: #7c899f; font-size: 9px; font-weight: 700; }
.training-grid dd { margin: 4px 0 0; font-size: 12px; font-weight: 700; line-height: 1.5; }

.decision-section { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; overflow: hidden; margin-bottom: 110px; border-radius: 22px; padding: 54px 60px; color: #fff; background: radial-gradient(circle at 76% 50%,rgba(95,89,255,.25),transparent 30%),linear-gradient(120deg,#0a1839,#123a78); box-shadow: var(--shadow); }
.decision-section::after { position: absolute; top: -62px; right: 20%; color: rgba(255,255,255,.035); content: "AI"; font-size: 220px; font-weight: 900; transform: rotate(-7deg); }
.decision-section > div, .decision-section > button { position: relative; z-index: 1; }
.decision-section > div > span { color: #75ddff; font-family: Consolas,monospace; font-size: 8px; letter-spacing: .17em; }
.decision-section h2 { margin: 13px 0 11px; font-size: 39px; letter-spacing: -.05em; line-height: 1.2; }
.decision-section p { margin: 0; color: #aabbd4; font-size: 12px; }

.agent-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; border-top: 1px solid #dae3ef; padding-block: 34px; }
.agent-footer p { color: #74819a; font-size: 9px; }
.agent-footer > div { display: flex; justify-self: end; gap: 18px; color: #397df6; font-size: 10px; }
.agent-footer button { border: 0; padding: 0; color: inherit; background: none; cursor: pointer; }

.agent-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 22px; opacity: 0; visibility: hidden; transition: opacity .2s ease,visibility .2s ease; }
.agent-modal.open { opacity: 1; visibility: visible; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(2,6,18,.82); backdrop-filter: blur(10px); }
.modal-card { position: relative; width: min(100%,430px); border: 1px solid rgba(101,216,255,.28); border-radius: 20px; padding: 36px; color: #fff; text-align: center; background: radial-gradient(circle at 50% 0,rgba(64,202,255,.13),transparent 36%),#0c122d; box-shadow: 0 34px 100px rgba(0,0,0,.58); transform: translateY(12px) scale(.98); transition: transform .2s ease; }
.agent-modal.open .modal-card { transform: none; }
.modal-close { position: absolute; top: 14px; right: 14px; display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid rgba(140,160,210,.18); border-radius: 50%; color: #a5b0ca; background: rgba(255,255,255,.04); cursor: pointer; font-size: 20px; }
.modal-card > span { color: #64dcff; font-family: Consolas,monospace; font-size: 8px; letter-spacing: .17em; }
.modal-card h2 { margin: 15px 0 9px; font-size: 26px; }
.modal-card > p { margin: 0 auto 21px; color: #8792ae; font-size: 11px; line-height: 1.7; }
.qr-wrap { width: min(100%,300px); margin: auto; overflow: hidden; border: 8px solid #fff; border-radius: 13px; background: #fff; }
.qr-wrap img { display: block; width: 100%; height: auto; }
.modal-card > small { display: block; margin-top: 17px; color: #8490ad; font-size: 9px; }
.mobile-agent-cta { position: fixed; z-index: 50; right: 13px; bottom: 13px; left: 13px; display: none; border: 1px solid rgba(255,255,255,.16); border-radius: 15px; padding: 7px; background: rgba(6,12,31,.88); box-shadow: 0 15px 42px rgba(0,0,0,.32); backdrop-filter: blur(14px); }
.mobile-agent-cta .button { width: 100%; }

@media (max-width: 1040px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .header-button, .agent-nav { display: none; }
  .menu-toggle { display: grid; width: 42px; height: 42px; place-content: center; gap: 6px; border: 1px solid rgba(255,255,255,.15); border-radius: 9px; background: rgba(255,255,255,.04); cursor: pointer; }
  .menu-toggle span { width: 18px; height: 1px; background: #fff; }
  .agent-nav.open { position: absolute; top: 74px; right: 24px; display: grid; width: min(280px,calc(100vw - 48px)); gap: 3px; border: 1px solid rgba(120,185,241,.24); border-radius: 12px; padding: 11px; background: rgba(7,14,36,.97); box-shadow: 0 20px 50px rgba(0,0,0,.4); }
  .agent-nav.open a { padding: 12px; }
  .hero-grid { grid-template-columns: 1fr .9fr; gap: 35px; }
  .plans-grid { grid-template-columns: repeat(2,1fr); }
  .benefits-layout { grid-template-columns: 1fr; }
  .benefits-intro { min-height: 410px; }
  .training-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 32px),var(--max)); }
  .header-inner { height: 72px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 36px; padding-block: 118px 75px; }
  .hero-copy h1 { font-size: clamp(43px,12vw,58px); }
  .hero-copy > p { font-size: 14px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .button { min-height: 48px; padding-inline: 15px; font-size: 11px; }
  .hero-points { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
  .hero-points span { display: grid; justify-items: start; gap: 5px; }
  .hero-visual { min-height: 420px; }
  .orbit { width: 340px; height: 340px; }
  .dashboard { width: 96%; }
  .cost-card { right: 0; bottom: 21px; }
  .trust-strip { grid-template-columns: repeat(2,1fr); gap: 17px 8px; margin-top: -22px; padding: 23px 18px; }
  .trust-strip > strong { grid-column: 1 / 3; font-size: 14px; }
  .trust-strip > span { font-size: 10px; }
  .section { padding-block: 80px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2 { font-size: 37px; }
  .section-heading p { font-size: 12px; }
  .plans-grid { grid-template-columns: 1fr; }
  .plan-card { min-height: 0; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefits-intro { min-height: 440px; padding: 28px; }
  .benefits-intro h3 { font-size: 32px; }
  .training-grid { grid-template-columns: 1fr; }
  .training-grid article { min-height: 0; }
  .decision-section { grid-template-columns: 1fr; gap: 27px; margin-bottom: 80px; padding: 39px 25px; }
  .decision-section h2 { font-size: 33px; }
  .decision-section .button { justify-self: stretch; }
  .agent-footer { grid-template-columns: 1fr; justify-items: start; padding-bottom: 100px; }
  .agent-footer p { margin: 0; }
  .agent-footer > div { justify-self: start; }
  .mobile-agent-cta { display: block; }
  .modal-card { padding: 34px 20px 27px; }
}

@media (max-width: 390px) {
  .hero-actions { grid-template-columns: 1fr; }
  .hero-copy h1 { font-size: 41px; }
  .dashboard-main strong { font-size: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
