:root {
  color-scheme: dark;
  font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  color: #f6fbff;
  background: #07151f;
  --ink: #07151f;
  --paper: #f4f8f8;
  --muted: #7d939d;
  --muted-light: #afc0c7;
  --line: rgba(123, 158, 169, 0.22);
  --teal: #8cf3d1;
  --teal-deep: #1aa88b;
  --lime: #c8f36c;
  --orange: #ffab57;
  --navy: #07151f;
  --navy-soft: #0c202c;
  --progress: 0%;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--navy); color: #f6fbff; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.scroll-progress { position: fixed; inset: 0 auto auto 0; z-index: 50; width: var(--progress); height: 3px; background: var(--lime); box-shadow: 0 0 22px rgba(200, 243, 108, .7); pointer-events: none; }
.topbar { position: sticky; top: 0; z-index: 40; min-height: 74px; display: flex; align-items: center; gap: 30px; padding: 0 clamp(22px, 5vw, 76px); background: rgba(7, 21, 31, .84); border-bottom: 1px solid rgba(135, 187, 193, .15); backdrop-filter: blur(18px); transition: background-color 220ms ease, box-shadow 220ms ease; }
.topbar.is-scrolled { background: rgba(7, 21, 31, .96); box-shadow: 0 16px 45px rgba(0, 0, 0, .24); }
.brand { display: inline-flex; align-items: center; gap: 11px; white-space: nowrap; font-size: 17px; font-weight: 900; letter-spacing: .02em; }
.brand em { color: var(--teal); font-style: normal; font-size: .78em; letter-spacing: .12em; }
.brand-mark { display: inline-flex; width: 37px; height: 37px; align-items: center; justify-content: center; border: 1px solid rgba(140, 243, 209, .42); background: rgba(140, 243, 209, .08); }
.brand-mark img { display: block; width: 30px; height: 30px; }
.nav { display: flex; align-items: center; gap: clamp(16px, 2.8vw, 33px); margin-left: auto; color: #9bb0b8; font-size: 13px; }
.nav a { position: relative; padding: 28px 0 25px; transition: color 180ms ease; }
.nav a::after { content: ""; position: absolute; right: 0; bottom: 17px; left: 0; height: 2px; background: var(--lime); transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
.nav a:hover, .nav a.is-active { color: #fff; }
.nav a:hover::after, .nav a.is-active::after { transform: scaleX(1); }
.topbar-cta { display: inline-flex; align-items: center; gap: 9px; min-height: 38px; padding: 0 15px; border: 1px solid rgba(200, 243, 108, .7); color: var(--lime); font-size: 13px; font-weight: 800; white-space: nowrap; transition: background-color 180ms ease, color 180ms ease, transform 180ms ease; }
.topbar-cta:hover { background: var(--lime); color: var(--ink); transform: translateY(-2px); }

.hero { position: relative; min-height: min(830px, calc(100vh - 74px)); display: flex; align-items: center; padding: clamp(80px, 10vw, 145px) clamp(22px, 9vw, 142px); overflow: hidden; isolation: isolate; background: #0a1e29; }
.hero-media, .hero-shade, .hero-grid { position: absolute; inset: 0; pointer-events: none; }
.hero-media { z-index: -3; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 67% center; transform: scale(1.08); filter: saturate(.88) contrast(1.05); will-change: transform; }
.hero-shade { z-index: -2; background: rgba(4, 18, 26, .76); }
.hero-grid { z-index: -1; opacity: .22; background-image: linear-gradient(rgba(140, 243, 209, .18) 1px, transparent 1px), linear-gradient(90deg, rgba(140, 243, 209, .18) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .4) 62%, transparent 100%); }
.hero-content { max-width: 730px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 17px; color: var(--teal); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow.dark { color: var(--teal-deep); }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; background: currentColor; box-shadow: 0 0 14px currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 850px; margin-bottom: 25px; font-size: clamp(48px, 7vw, 96px); line-height: .98; letter-spacing: -.04em; }
h1 strong, h2 strong { color: var(--lime); font-weight: 900; }
h2 { margin-bottom: 18px; font-size: clamp(34px, 4.8vw, 68px); line-height: 1.02; letter-spacing: -.045em; }
h3 { margin-bottom: 11px; font-size: 21px; line-height: 1.22; letter-spacing: -.02em; }
.hero-copy { max-width: 670px; margin-bottom: 0; color: rgba(236, 247, 248, .76); font-size: clamp(17px, 1.7vw, 21px); line-height: 1.72; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 49px; padding: 0 20px; border: 1px solid transparent; border-radius: 4px; font-size: 14px; font-weight: 900; transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease; }
.button:hover { transform: translateY(-3px); }
.button.primary { background: var(--lime); color: #182316; box-shadow: 0 13px 30px rgba(200, 243, 108, .18); }
.button.primary:hover { background: #dcff94; box-shadow: 0 17px 37px rgba(200, 243, 108, .3); }
.button.ghost { border-color: rgba(224, 244, 246, .38); color: #effbfa; background: rgba(255, 255, 255, .03); }
.button.ghost:hover { border-color: var(--teal); background: rgba(140, 243, 209, .12); }
.dark-button { border-color: var(--ink); background: var(--ink); color: var(--lime); }
.dark-button:hover { background: #193a47; }
.hero-note { display: flex; align-items: center; gap: 8px; margin-top: 28px; color: rgba(230, 245, 245, .56); font-size: 12px; }
.hero-note span { color: var(--lime); font-size: 11px; }
.hero-signal { position: absolute; right: clamp(22px, 8vw, 120px); bottom: 60px; display: flex; align-items: center; gap: 18px; color: rgba(220, 249, 240, .58); font-size: 11px; letter-spacing: .2em; }
.hero-signal b { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; border: 1px solid rgba(200, 243, 108, .55); color: var(--lime); font-size: 12px; letter-spacing: 0; }

.signal-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; padding: 0 clamp(22px, 9vw, 142px); background: #0a202c; border-top: 1px solid rgba(140, 243, 209, .14); border-bottom: 1px solid rgba(140, 243, 209, .14); }
.signal-bar > div { min-height: 94px; display: flex; flex-direction: column; justify-content: center; padding: 17px 22px; border-left: 1px solid rgba(140, 243, 209, .12); }
.signal-bar > div:last-child { border-right: 1px solid rgba(140, 243, 209, .12); }
.signal-bar strong { margin-bottom: 5px; color: var(--lime); font-size: 15px; }
.signal-bar span { color: #8ea8b0; font-size: 12px; }

.section { padding: clamp(92px, 11vw, 164px) clamp(22px, 9vw, 142px); }
.capabilities-section, .addons-section, .pricing-section { background: var(--paper); color: var(--ink); }
.section-intro { max-width: 790px; margin-bottom: 55px; }
.section-intro > p:last-child { max-width: 670px; margin: 0; color: #67808a; font-size: 17px; line-height: 1.75; }
.capability-layout { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(300px, .78fr); gap: clamp(30px, 6vw, 96px); align-items: stretch; }
.capability-list { display: grid; gap: 10px; }
.capability-item { position: relative; display: grid; grid-template-columns: 54px 1fr 28px; gap: 17px; align-items: start; padding: 24px 20px 25px 0; border-top: 1px solid #d3e0e2; }
.capability-item:last-child { border-bottom: 1px solid #d3e0e2; }
.capability-item h3 { margin-bottom: 7px; color: var(--ink); }
.capability-item p { max-width: 610px; margin: 0; color: #66808a; font-size: 14px; line-height: 1.7; }
.capability-index { color: var(--teal-deep); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.capability-arrow { color: var(--teal-deep); font-size: 20px; transition: transform 180ms ease; }
.capability-item:hover .capability-arrow { transform: translate(3px, -3px); }
.capability-aside { position: relative; min-height: 360px; padding: 36px; overflow: hidden; background: var(--navy-soft); color: #effaf9; }
.capability-aside::after { content: ""; position: absolute; right: -70px; bottom: -90px; width: 240px; height: 240px; border: 1px solid rgba(140, 243, 209, .35); transform: rotate(45deg); }
.aside-kicker { margin-bottom: 78px; color: var(--teal); font-size: 10px; letter-spacing: .2em; }
.capability-aside h3 { max-width: 300px; margin-bottom: 40px; font-size: 31px; line-height: 1.12; }
.capability-aside h3 strong { color: var(--lime); }
.aside-lines { display: grid; gap: 11px; padding-top: 15px; border-top: 1px solid rgba(140, 243, 209, .2); }
.aside-lines span { display: flex; justify-content: space-between; color: #8eaab0; font-size: 12px; }
.aside-lines b { color: var(--teal); font-weight: 700; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 31px; color: var(--teal-deep); font-size: 13px; font-weight: 900; }
.text-link span { transition: transform 180ms ease; }
.text-link:hover span { transform: translate(3px, -3px); }

.team-section { display: grid; grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr); gap: clamp(45px, 8vw, 130px); align-items: center; background: #edf4f2; color: var(--ink); }
.team-visual { position: relative; min-height: 500px; display: grid; place-items: center; overflow: hidden; background: #0b2531; border: 1px solid rgba(140, 243, 209, .28); }
.team-visual::before, .team-visual::after { content: ""; position: absolute; inset: 13%; border: 1px solid rgba(140, 243, 209, .16); transform: rotate(45deg); }
.team-visual::after { inset: 25%; border-color: rgba(200, 243, 108, .16); transform: rotate(0); }
.team-orbit { position: absolute; border: 1px dashed rgba(140, 243, 209, .3); border-radius: 50%; animation: orbit-spin 20s linear infinite; }
.orbit-one { width: 320px; height: 320px; }
.orbit-two { width: 430px; height: 430px; border-color: rgba(200, 243, 108, .2); animation-duration: 30s; animation-direction: reverse; }
.team-core { position: relative; z-index: 2; display: grid; place-items: center; width: 170px; height: 170px; border: 1px solid var(--teal); background: #102f3b; box-shadow: 0 0 0 12px rgba(140, 243, 209, .06), 0 0 55px rgba(140, 243, 209, .24); text-align: center; }
.team-core img { display: block; width: 68px; height: 68px; }
.team-core span { color: var(--teal); font-size: 9px; font-weight: 800; line-height: 1.4; letter-spacing: .22em; }
.team-node { position: absolute; z-index: 3; display: grid; gap: 3px; min-width: 115px; padding: 12px 15px; border: 1px solid rgba(200, 243, 108, .62); background: rgba(7, 21, 31, .92); }
.team-node b { color: var(--lime); font-size: 13px; }
.team-node span { color: #89a4aa; font-size: 11px; }
.node-owner { top: 72px; left: 50%; transform: translateX(-50%); }
.node-member-a { bottom: 83px; left: 40px; }
.node-member-b { right: 40px; bottom: 83px; }
.team-copy h2 { max-width: 640px; }
.team-copy h2 strong { color: var(--teal-deep); }
.team-copy .lead { max-width: 650px; margin: 0; color: #5e7881; font-size: 17px; line-height: 1.75; }
.team-points { display: grid; gap: 16px; margin: 33px 0 35px; }
.team-points > div { display: grid; grid-template-columns: 28px 1fr; gap: 15px; align-items: start; }
.team-points span { color: var(--teal-deep); font-size: 11px; font-weight: 900; }
.team-points p { margin: 0; color: #67818a; font-size: 13px; line-height: 1.55; }
.team-points b { color: var(--ink); font-size: 14px; }

.addons-section { border-top: 1px solid #d8e5e5; }
.addon-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.addon-card { position: relative; min-height: 340px; padding: 30px; overflow: hidden; border: 1px solid #cadbda; background: #fff; }
.addon-card::before { content: ""; position: absolute; right: -54px; top: -54px; width: 180px; height: 180px; border: 1px solid currentColor; opacity: .24; transform: rotate(45deg); }
.addon-card--lime { color: #31570d; background: #ddf8a9; border-color: #c8e991; }
.addon-card--orange { color: #643415; background: #ffe0bc; border-color: #f0c48e; }
.addon-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 58px; }
.addon-label { font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.addon-price { font-size: 12px; }
.addon-price b { font-size: 30px; letter-spacing: -.04em; }
.addon-card h3 { position: relative; font-size: 29px; line-height: 1.15; }
.addon-card > p { position: relative; max-width: 520px; margin: 0; color: rgba(46, 70, 38, .78); font-size: 14px; line-height: 1.7; }
.addon-card--orange > p { color: rgba(92, 61, 33, .78); }
.addon-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.addon-tags span { padding: 7px 9px; border: 1px solid currentColor; font-size: 11px; opacity: .8; }
.addon-foot { display: flex; justify-content: space-between; align-items: center; margin-top: 26px; padding-top: 15px; border-top: 1px solid rgba(55, 79, 33, .2); font-size: 12px; }
.addon-card--orange .addon-foot { border-color: rgba(107, 67, 32, .22); }
.addon-foot strong { font-size: 13px; }
.addon-foot span { opacity: .67; }
.addon-note { display: flex; align-items: flex-start; gap: 12px; max-width: 690px; margin-top: 22px; color: #6d858a; font-size: 12px; line-height: 1.65; }
.addon-note > span { display: inline-flex; flex: 0 0 auto; width: 18px; height: 18px; align-items: center; justify-content: center; border: 1px solid #a7c5c1; color: var(--teal-deep); font-weight: 900; }
.addon-note p { margin: 0; }

.vip-section { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .7fr); gap: clamp(32px, 8vw, 130px); align-items: center; padding: clamp(88px, 10vw, 145px) clamp(22px, 9vw, 142px); overflow: hidden; background: #0b202b; }
.vip-bg { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(140, 243, 209, .24) 1px, transparent 1px), linear-gradient(90deg, rgba(140, 243, 209, .24) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(120deg, #000, transparent 73%); }
.vip-content, .vip-panel { position: relative; z-index: 1; }
.vip-badge { display: inline-flex; margin-bottom: 23px; padding: 8px 11px; border: 1px solid rgba(200, 243, 108, .66); color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .2em; }
.vip-content h2 { max-width: 670px; }
.vip-content > p:not(.eyebrow) { max-width: 640px; margin: 0; color: #a6bbc0; font-size: 17px; line-height: 1.7; }
.vip-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 27px; }
.vip-chips span { padding: 9px 11px; border: 1px solid rgba(140, 243, 209, .27); color: #bbd5d3; font-size: 12px; }
.vip-panel { padding: 24px; border: 1px solid rgba(140, 243, 209, .31); background: rgba(6, 25, 35, .9); box-shadow: 20px 20px 0 rgba(140, 243, 209, .07); }
.vip-panel-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; color: #8da8ad; font-size: 10px; font-weight: 900; letter-spacing: .2em; }
.vip-panel-head b { padding: 6px 9px; background: var(--lime); color: var(--ink); font-size: 11px; letter-spacing: .08em; }
.vip-row { display: flex; justify-content: space-between; gap: 16px; padding: 17px 0; border-top: 1px solid rgba(140, 243, 209, .16); color: #c4d8d9; font-size: 13px; }
.vip-row b { color: var(--teal); font-size: 10px; letter-spacing: .14em; }
.vip-panel-foot { margin-top: 28px; padding-top: 15px; border-top: 1px solid rgba(140, 243, 209, .16); color: #708c92; font-size: 11px; }

.pricing-section { border-top: 1px solid #d8e5e5; }
.pricing-intro { margin-bottom: 31px; }
.pricing-switch { display: inline-grid; grid-template-columns: 1fr 1fr; margin-bottom: 25px; padding: 4px; background: #dce9e7; }
.pricing-switch button { min-width: 120px; padding: 10px 19px; border: 0; border-radius: 2px; background: transparent; color: #5e777c; font-size: 13px; font-weight: 900; cursor: pointer; }
.pricing-switch button.is-active { background: var(--ink); color: var(--lime); }
.pricing-panels { min-height: 390px; }
.pricing-panel { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.pricing-panel[hidden] { display: none !important; }
.pricing-panel[data-pricing-panel="team"] { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 400px; padding: 25px 21px 20px; border: 1px solid #cadbd9; background: #fff; }
.price-card--featured { border-color: var(--teal-deep); box-shadow: 0 14px 36px rgba(24, 117, 102, .14); }
.price-card--featured::before { content: "推荐"; position: absolute; top: -1px; right: -1px; padding: 6px 10px; background: var(--teal-deep); color: #fff; font-size: 10px; font-weight: 900; }
.price-label { color: var(--teal-deep); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.price-card h3 { margin: 24px 0 15px; font-size: 22px; }
.price { display: flex; align-items: baseline; gap: 5px; min-height: 49px; }
.price b { color: var(--ink); font-size: clamp(27px, 2.7vw, 40px); letter-spacing: -.06em; white-space: nowrap; }
.price small { color: #789094; font-size: 12px; }
.price-card > p { min-height: 42px; margin: 11px 0 14px; color: #71878c; font-size: 12px; line-height: 1.5; }
.formula { min-height: 35px; margin: 9px 0 10px; color: #6e878c; font-size: 11px; line-height: 1.45; }
.price-card ul { display: grid; gap: 11px; margin: 17px 0 22px; padding: 0; list-style: none; color: #5b747a; font-size: 12px; }
.price-card li { position: relative; padding-left: 17px; }
.price-card li::before { content: ""; position: absolute; top: 6px; left: 0; width: 6px; height: 6px; background: var(--teal); }
.price-action { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; margin-top: auto; border: 1px solid #9bb9b6; color: #247866; font-size: 12px; font-weight: 900; transition: background-color 180ms ease, color 180ms ease; }
.price-action:hover { background: var(--teal-deep); color: #fff; }
.pricing-footnote { max-width: 890px; margin: 24px 0 0; color: #71898e; font-size: 11px; line-height: 1.65; }

.referral-section { display: grid; grid-template-columns: 160px 1fr auto; gap: 34px; align-items: center; padding: 44px clamp(22px, 9vw, 142px); background: var(--lime); color: var(--ink); }
.referral-mark { color: #214119; font-size: 78px; font-weight: 900; letter-spacing: -.08em; line-height: .8; }
.referral-mark span { font-size: .5em; letter-spacing: -.04em; }
.referral-section .eyebrow { margin-bottom: 10px; color: #44752a; }
.referral-section h2 { margin-bottom: 9px; color: var(--ink); font-size: clamp(25px, 3vw, 41px); }
.referral-section h2 strong { color: #216d58; }
.referral-section p { max-width: 720px; margin: 0; color: #4c663f; font-size: 13px; line-height: 1.65; }
.referral-section .text-link { margin: 0; color: #1d5948; white-space: nowrap; }

.contact-section { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: clamp(35px, 8vw, 120px); align-items: center; padding: clamp(92px, 11vw, 155px) clamp(22px, 9vw, 142px); background: #0a1e29; }
.contact-copy { max-width: 720px; }
.contact-copy h2 { max-width: 650px; }
.contact-copy > p:not(.eyebrow) { max-width: 650px; margin: 0; color: #a8bdc0; font-size: 17px; line-height: 1.74; }
.qr-card { margin: 0; padding: 14px; border: 1px solid rgba(140, 243, 209, .35); background: #f5faf9; color: #17333b; }
.qr-frame { padding: 11px; background: #fff; }
.qr-card img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; }
.qr-card figcaption { padding: 14px 5px 3px; text-align: center; color: #46616a; font-size: 12px; font-weight: 900; }
.footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 26px clamp(22px, 9vw, 142px); border-top: 1px solid rgba(140, 243, 209, .15); color: #769097; font-size: 12px; }
.footer span:first-child { display: inline-flex; align-items: center; gap: 8px; color: #c5d8d7; font-weight: 900; }
.footer img { display: block; width: 22px; height: 22px; }

.interactive-card { --mx: 50%; --my: 50%; transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease; }
.interactive-card::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at var(--mx) var(--my), rgba(140, 243, 209, .15), transparent 33%); opacity: 0; pointer-events: none; transition: opacity 200ms ease; }
.interactive-card:hover { transform: translateY(-4px); }
.interactive-card:hover::after { opacity: 1; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 650ms ease, transform 650ms cubic-bezier(.2, .72, .22, 1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.capability-list .reveal:nth-child(2), .addon-grid .reveal:nth-child(2), .pricing-panel .reveal:nth-child(2) { transition-delay: 80ms; }
.capability-list .reveal:nth-child(3), .pricing-panel .reveal:nth-child(3) { transition-delay: 160ms; }
.pricing-panel .reveal:nth-child(4) { transition-delay: 240ms; }
@keyframes orbit-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

@media (max-width: 1120px) {
  .topbar { gap: 18px; }
  .nav { gap: 17px; }
  .capability-layout, .vip-section { grid-template-columns: 1fr; }
  .capability-aside { min-height: 330px; }
  .vip-panel { max-width: 650px; }
  .pricing-panel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pricing-panel[data-pricing-panel="team"] { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .topbar { min-height: 66px; flex-wrap: wrap; padding-top: 12px; padding-bottom: 12px; }
  .nav { order: 3; width: 100%; overflow-x: auto; margin-left: 0; }
  .nav a { padding: 6px 0 8px; white-space: nowrap; }
  .nav a::after { bottom: 1px; }
  .topbar-cta { margin-left: auto; }
  .hero { min-height: 710px; padding-top: 96px; align-items: flex-start; }
  .hero-media img { object-position: 61% center; }
  .hero-shade { background: rgba(4, 18, 26, .84); }
  .hero-signal { display: none; }
  .signal-bar { grid-template-columns: repeat(2, 1fr); padding: 0 22px; }
  .signal-bar > div:nth-child(3) { border-top: 1px solid rgba(140, 243, 209, .12); }
  .team-section { grid-template-columns: 1fr; }
  .team-visual { min-height: 430px; order: 2; }
  .team-copy { order: 1; }
  .addon-grid { grid-template-columns: 1fr; }
  .referral-section { grid-template-columns: 105px 1fr; gap: 20px; }
  .referral-section .text-link { grid-column: 2; margin-top: -8px; }
  .contact-section { grid-template-columns: 1fr; }
  .qr-card { width: min(300px, 100%); }
}

@media (max-width: 560px) {
  h1 { font-size: 52px; }
  h2 { font-size: 38px; }
  .section, .contact-section, .vip-section { padding-right: 20px; padding-left: 20px; }
  .hero { padding-right: 20px; padding-left: 20px; }
  .hero-actions .button, .contact-actions .button { width: 100%; }
  .signal-bar { padding: 0 20px; }
  .signal-bar > div { min-height: 88px; padding-right: 12px; padding-left: 12px; }
  .capability-item { grid-template-columns: 34px 1fr 22px; gap: 8px; padding-right: 0; }
  .capability-item h3 { font-size: 18px; }
  .capability-item p { font-size: 13px; }
  .capability-aside { padding: 25px; }
  .team-visual { min-height: 370px; }
  .orbit-one { width: 245px; height: 245px; }
  .orbit-two { width: 320px; height: 320px; }
  .team-core { width: 140px; height: 140px; }
  .team-core img { width: 56px; height: 56px; }
  .node-owner { top: 35px; }
  .node-member-a { bottom: 42px; left: 12px; }
  .node-member-b { right: 12px; bottom: 42px; }
  .addon-card { min-height: 385px; padding: 23px; }
  .addon-card h3 { font-size: 25px; }
  .pricing-panel, .pricing-panel[data-pricing-panel="team"] { grid-template-columns: 1fr; }
  .price-card { min-height: 350px; }
  .referral-section { grid-template-columns: 1fr; padding-top: 36px; padding-bottom: 36px; }
  .referral-mark { font-size: 68px; }
  .referral-section .text-link { grid-column: auto; margin-top: 4px; }
  .footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-media img { transform: none !important; }
}
