:root {
  font-family: "Manrope", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #1f252d;
  background: #f7f8fa;
  --red: #df4d4f;
  --red-dark: #bf353e;
  --ink: #1f252d;
  --muted: #7c8792;
  --line: #e4e8ed;
  --dark: #171c23;
  --dark-soft: #222a34;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #f7f8fa; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
.hidden { display: none !important; }
.trial-modal-open { overflow: hidden; }

.site-header, .hero, .section, footer {
  padding-left: max(24px, calc((100% - 1440px) / 2));
  padding-right: max(24px, calc((100% - 1440px) / 2));
}
.site-header {
  height: 78px;
  position: sticky;
  z-index: 10;
  top: 0;
  display: flex;
  align-items: center;
  gap: 42px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  color: #fff;
  background: rgba(23,28,35,.92);
  backdrop-filter: blur(18px);
}
.site-brand { display: flex; align-items: center; gap: 11px; margin-right: auto; }
.site-brand-mark { width: 32px; height: 32px; display: block; flex: none; border-radius: 10px; }
.site-brand strong { font-size: 15px; letter-spacing: -.01em; }
.site-header nav { height: 100%; display: flex; align-items: center; gap: 27px; color: #aeb7c1; font-size: 13px; font-weight: 650; }
.site-header nav a { position: relative; height: 100%; display: inline-flex; align-items: center; line-height: 1.2; transition: color .18s ease; }
.site-header nav a:hover { color: #fff; }
.site-header nav a.active { color: #fff; }
.site-header nav a.active::after { position: absolute; right: 50%; bottom: 18px; width: 18px; height: 2px; border-radius: 2px; background: var(--red); content: ""; transform: translateX(50%); }
.header-controls { height: 36px; display: flex; align-items: center; gap: 10px; margin-left: 4px; }
.language-switch { display: inline-flex; align-items: center; gap: 0; white-space: nowrap; }
.language-switch a { padding: 2px 0; color: #8f9ba7; font-size: 11px; font-weight: 800; line-height: 1.2; transition: color .18s ease; }
.language-switch a + a::before { margin: 0 7px; color: rgba(255,255,255,.28); content: "/"; font-weight: 500; }
.language-switch a:hover { color: #fff; }
.language-switch a.active { color: #ffaaa6; }
.header-cta { height: 36px; display: inline-flex; align-items: center; justify-content: center; padding: 0 15px; border: 1px solid rgba(255,150,147,.68); border-radius: 9px; color: #fff; background: linear-gradient(135deg, #e96663, #ca3e48); box-shadow: 0 7px 18px rgba(111,35,42,.25); font-size: 12px; font-weight: 800; line-height: 1; white-space: nowrap; transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease; }
.header-cta:hover { border-color: #ffb2ad; background: linear-gradient(135deg, #f1736d, #d44951); box-shadow: 0 9px 22px rgba(111,35,42,.33); transform: translateY(-1px); }

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
  align-items: center;
  gap: clamp(40px, 8vw, 110px);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 87% 27%, rgba(223,77,79,.28), transparent 26%),
    radial-gradient(circle at 70% 90%, rgba(76,116,165,.15), transparent 30%),
    var(--dark);
}
.hero-copy { max-width: 590px; }
.eyebrow { color: #9faab5; font-size: 11px; font-weight: 750; letter-spacing: .15em; }
.hero h1 { max-width: 680px; margin: 22px 0 18px; font-size: clamp(42px, 5vw, 72px); line-height: 1.05; letter-spacing: -.07em; }
.hero h2 { margin: 0; color: #ff9693; font-size: 21px; font-weight: 600; }
.hero p { max-width: 520px; margin: 26px 0 0; color: #adb7c1; font-size: 16px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 11px; margin-top: 32px; }
.button { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 17px; border: 0; border-radius: 10px; font-size: 13px; font-weight: 750; }
.button.primary { color: #fff; background: linear-gradient(135deg, #eb6661, #cb3c46); box-shadow: 0 12px 24px rgba(228,81,81,.27); }
.button.quiet { color: #d3dae1; background: rgba(255,255,255,.08); }
.button.quiet:hover { background: rgba(255,255,255,.14); }
.hero-note { display: flex; align-items: center; gap: 9px; margin-top: 28px; color: #89949f; font-size: 12px; }
.hero-note i { width: 7px; height: 7px; border-radius: 50%; background: #67c791; box-shadow: 0 0 0 4px rgba(103,199,145,.12); }
.hero-visual { position: relative; }
.visual-window { transform: rotate(1.5deg); overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: #202732; box-shadow: 0 36px 80px rgba(0,0,0,.42); }
.visual-bar { height: 44px; display: flex; align-items: center; gap: 6px; padding: 0 16px; border-bottom: 1px solid rgba(255,255,255,.08); color: #8b97a4; font-size: 10px; }
.visual-bar i { width: 7px; height: 7px; border-radius: 50%; background: #e45151; }
.visual-bar i:nth-child(2) { background: #e1a95d; }
.visual-bar i:nth-child(3) { background: #66bc85; }
.visual-bar span { margin-left: 10px; }
.visual-body { display: grid; grid-template-columns: 118px minmax(0, 1fr); height: 345px; }
.visual-body aside { display: grid; align-content: start; gap: 9px; padding: 22px 12px; color: #8e98a3; background: #1a1f27; font-size: 10px; }
.visual-body aside b { margin-bottom: 8px; color: #fff; font-size: 11px; }
.visual-body aside .active { padding: 9px; border-radius: 7px; color: #fff; background: #dc4c50; }
.visual-files { padding: 20px; }
.visual-search { padding: 11px 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; color: #8e98a3; background: rgba(255,255,255,.04); font-size: 10px; }
.visual-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 18px; }
.visual-cards div { height: 100px; border-radius: 9px; background: linear-gradient(135deg, #45515d, #273039); }
.visual-cards div:nth-child(2) { background: linear-gradient(135deg, #894e51, #352b32); }
.visual-cards div:nth-child(3) { background: linear-gradient(135deg, #7e6b42, #343129); }
.visual-cards div:nth-child(4) { background: linear-gradient(135deg, #3d7771, #253b3d); }

.section { padding-top: 116px; padding-bottom: 116px; }
.section-head { max-width: 700px; }
.section-head h2 { margin: 16px 0 13px; color: var(--ink); font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.065em; }
.section-head h2 em { color: var(--red); font-style: normal; }
.section-head p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.85; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-top: 56px; }
.feature-card { min-height: 258px; padding: 25px; border: 1px solid var(--line); border-radius: 15px; background: #fff; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.feature-card:hover { transform: translateY(-5px); border-color: #efb1b1; box-shadow: 0 18px 38px rgba(31,37,45,.08); }
.feature-icon { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 11px; color: #fff; background: var(--red); font-size: 13px; font-weight: 800; }
.feature-card h3 { margin: 34px 0 11px; color: var(--ink); font-size: 18px; letter-spacing: -.025em; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.feature-line { display: block; width: 30px; height: 2px; margin-top: 26px; background: var(--red); }
.section-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 30px; color: var(--red); font-size: 14px; font-weight: 750; }
.section-link span { transition: transform .18s ease; }
.section-link:hover span { transform: translateX(3px); }

/* Feature page motion: layered depth without relying on a heavy 3D library. */
.feature-hero { position: relative; isolation: isolate; overflow: hidden; background: radial-gradient(circle at 74% 30%, rgba(223,77,79,.25), transparent 25%), radial-gradient(circle at 17% 75%, rgba(80,126,176,.18), transparent 30%), linear-gradient(135deg, #151a21, #283340); }
.feature-hero::before { position: absolute; z-index: -2; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 92%); content: ""; opacity: .5; transform: perspective(650px) rotateX(58deg) scale(1.55) translateY(18%); transform-origin: center bottom; }
.feature-hero::after { position: absolute; z-index: -1; top: 8%; right: 16%; width: 330px; height: 330px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 24px rgba(255,255,255,.025), 0 0 0 52px rgba(255,255,255,.018); content: ""; transform: translate3d(var(--hero-x, 0px), var(--hero-y, 0px), 0) rotate(-18deg); transition: transform .35s ease-out; }
.feature-hero-inner { position: relative; z-index: 2; }
.feature-hero-orbit { position: absolute; z-index: 1; border: 1px solid rgba(255,150,147,.33); border-radius: 50%; pointer-events: none; }
.feature-hero-orbit-one { top: 12%; right: 13%; width: 270px; height: 125px; transform: rotate(-28deg) translate3d(var(--hero-x, 0px), var(--hero-y, 0px), 0); animation: feature-orbit 12s ease-in-out infinite; }
.feature-hero-orbit-two { top: 31%; right: 25%; width: 90px; height: 90px; border-color: rgba(126,190,215,.42); box-shadow: 0 0 32px rgba(126,190,215,.18); animation: feature-float 6s ease-in-out infinite; }
.feature-hero-scanline { position: absolute; z-index: 1; right: 17%; bottom: 19%; width: 190px; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,150,147,.75), transparent); box-shadow: 0 0 18px rgba(255,150,147,.35); animation: feature-scan 4.8s ease-in-out infinite; }
.features-showcase { perspective: 1600px; background: linear-gradient(180deg, #f7f8fa, #eef1f4); }
.feature-card-3d { position: relative; overflow: hidden; transform: perspective(1000px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translateY(var(--lift, 0px)); transform-style: preserve-3d; will-change: transform; transition: transform .28s cubic-bezier(.2,.7,.2,1), border-color .28s ease, box-shadow .28s ease; }
.feature-card-3d::before { position: absolute; inset: -35%; background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255,150,147,.22), transparent 26%); content: ""; opacity: 0; transition: opacity .28s ease; pointer-events: none; }
.feature-card-3d:hover::before { opacity: 1; }
.feature-card-3d .feature-icon { position: relative; transform: translateZ(28px); box-shadow: 0 10px 24px rgba(223,77,79,.2); }
.feature-card-3d h3, .feature-card-3d p, .feature-card-3d .feature-line { position: relative; transform: translateZ(18px); }
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease var(--reveal-delay, 0ms), transform .7s cubic-bezier(.2,.7,.2,1) var(--reveal-delay, 0ms); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.feature-card-3d[data-reveal].is-visible { transform: perspective(1000px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translateY(var(--lift, 0px)); }
.feature-detail-stage { position: relative; overflow: hidden; background: #edf0f3; }
.feature-detail-stage::before { position: absolute; top: 16%; right: -90px; width: 320px; height: 320px; border: 1px solid rgba(223,77,79,.17); border-radius: 50%; box-shadow: 0 0 0 35px rgba(223,77,79,.035), 0 0 0 70px rgba(223,77,79,.025); content: ""; animation: feature-float 9s ease-in-out infinite reverse; }
.feature-detail-stage .detail-points > div { transition: padding-left .25s ease, border-color .25s ease; }
.feature-detail-stage .detail-points > div:hover { padding-left: 14px; border-color: #e9a3a3; }
@keyframes feature-orbit { 0%, 100% { transform: rotate(-28deg) translate3d(var(--hero-x, 0px), var(--hero-y, 0px), 0); } 50% { transform: rotate(-18deg) translate3d(calc(var(--hero-x, 0px) + 10px), calc(var(--hero-y, 0px) - 8px), 0); } }
@keyframes feature-float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -13px; } }
@keyframes feature-scan { 0%, 100% { opacity: .25; transform: translateX(-18px); } 50% { opacity: 1; transform: translateX(18px); } }
@media (prefers-reduced-motion: reduce) {
  .feature-hero-orbit-one, .feature-hero-orbit-two, .feature-hero-scanline, .feature-detail-stage::before { animation: none; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
}

.page-hero {
  padding: 112px max(24px, calc((100% - 1440px) / 2)) 105px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(223,77,79,.24), transparent 28%),
    linear-gradient(145deg, #171c23, #252e3a);
}
.page-hero-compact { padding-top: 84px; padding-bottom: 80px; }
.page-hero-inner { max-width: 800px; }
.page-hero h1 { margin: 20px 0 17px; font-size: clamp(42px, 5vw, 68px); line-height: 1.05; letter-spacing: -.07em; }
.page-hero h1 em { color: #ff9693; font-style: normal; }
.page-hero p { max-width: 650px; margin: 0; color: #b2bcc6; font-size: 17px; line-height: 1.85; }

.home-route-section { position: relative; overflow: hidden; background: linear-gradient(180deg, #f0f2f4 0%, #eef1f3 100%); }
.home-route-section::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(31,37,45,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(31,37,45,.035) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 88%); content: ""; pointer-events: none; }
.home-route-section .route-grid { position: relative; z-index: 1; padding-top: 76px; padding-bottom: 68px; }
.route-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.route-card { position: relative; min-height: 276px; display: flex; flex-direction: column; align-items: flex-start; overflow: hidden; padding: 34px 37px 30px; border: 1px solid #dfe4e8; border-radius: 21px; background: #fff; box-shadow: 0 16px 34px rgba(31,37,45,.045); transition: transform .25s cubic-bezier(.2,.7,.2,1), box-shadow .25s ease, border-color .25s ease; }
.route-card::before { position: absolute; top: 0; left: 37px; width: 48px; height: 3px; border-radius: 0 0 4px 4px; background: var(--red); content: ""; opacity: .85; }
.route-card::after { position: absolute; right: -80px; bottom: -105px; width: 280px; height: 280px; border: 1px solid rgba(223,77,79,.13); border-radius: 50%; box-shadow: 0 0 0 22px rgba(223,77,79,.035), 0 0 0 44px rgba(223,77,79,.025); content: ""; pointer-events: none; transition: transform .35s ease; }
.route-card:hover { transform: translateY(-7px); border-color: #e5aaaa; box-shadow: 0 24px 48px rgba(31,37,45,.12); }
.route-card:hover::after { transform: translate(-10px, -10px) scale(1.04); }
.route-card-dark { border-color: transparent; color: #fff; background: radial-gradient(circle at 88% 15%, rgba(255,150,147,.18), transparent 27%), linear-gradient(145deg, #151b23, #293544); box-shadow: 0 20px 42px rgba(22,28,35,.18); }
.route-card-dark::before { background: #ff9693; }
.route-card-dark::after { border-color: rgba(255,150,147,.2); box-shadow: 0 0 0 22px rgba(255,150,147,.035), 0 0 0 44px rgba(255,150,147,.02); }
.route-card-index { position: absolute; top: 28px; right: 30px; padding: 6px 8px; border: 1px solid #d9dee3; border-radius: 8px; color: #a4adb6; font: 700 11px Consolas, monospace; letter-spacing: .08em; }
.route-card-dark .route-card-index { border-color: rgba(255,255,255,.16); color: #aeb7c1; }
.route-card-body { position: relative; z-index: 1; max-width: 530px; margin-top: 15px; }
.route-card-dark .eyebrow { color: #aeb7c1; }
.route-card-light .eyebrow { color: #9da8b3; }
.route-card h2 { max-width: 510px; margin: 0 0 12px; font-size: 30px; line-height: 1.18; letter-spacing: -.045em; }
.route-card p { max-width: 500px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.route-card-dark p { color: #aeb7c1; }
.route-arrow { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 10px; margin-top: auto; padding-top: 24px; color: var(--red); font-size: 14px; font-weight: 800; }
.route-arrow i { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 13px; font-style: normal; transition: transform .2s ease, background .2s ease, color .2s ease; }
.route-card:hover .route-arrow i { color: #fff; background: var(--red); transform: translate(2px, -2px); }
.route-card-dark .route-arrow { color: #ff9693; }

.feature-grid-wide { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.feature-detail-section { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 80px; background: #f0f2f4; }
.detail-intro h2 { max-width: 520px; margin: 17px 0 0; font-size: clamp(31px, 4vw, 48px); line-height: 1.1; letter-spacing: -.06em; }
.detail-intro h2 em { color: var(--red); font-style: normal; }
.detail-lead { max-width: 560px; margin: 20px 0 0; color: var(--muted); font-size: 16px; line-height: 1.85; }
.detail-points { display: grid; gap: 0; align-content: start; }
.detail-points > div { padding: 21px 0; border-top: 1px solid #d7dde2; }
.detail-points strong { display: block; color: var(--red); font-size: 23px; }
.detail-points p { max-width: 540px; margin: 7px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.pricing-note-section { padding-top: 72px; padding-bottom: 100px; }

.pricing-section, .onboarding-section { background: #f0f2f4; }
.pricing-principle { display: flex; align-items: center; gap: 18px; max-width: 980px; margin: 0 auto 34px; padding: 18px 21px; border: 1px solid #e5b2b2; border-radius: 12px; color: #6b4647; background: #fff8f7; }
.pricing-principle strong { flex: none; color: var(--red); font-size: 15px; }
.pricing-principle span { color: #7b6d70; font-size: 14px; line-height: 1.65; }
.plan-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; margin-top: 52px; }
.plan-card { position: relative; min-height: 390px; display: flex; flex-direction: column; padding: 30px; border: 1px solid #dfe3e7; border-radius: 15px; background: #fff; }
.plan-card.recommended { border: 2px solid var(--red); box-shadow: 0 20px 42px rgba(223,77,79,.14); }
.plan-badge { position: absolute; top: 20px; right: 20px; padding: 6px 9px; border-radius: 99px; color: #fff; background: var(--red); font-size: 11px; font-weight: 750; }
.plan-card h3 { margin: 0; font-size: 21px; letter-spacing: -.035em; }
.plan-card > p { min-height: 48px; margin: 11px 0 23px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.plan-card > strong { display: block; color: var(--ink); font-size: 34px; letter-spacing: -.06em; }
.plan-card > small { display: block; margin-top: 5px; color: #9ba3ac; font-size: 12px; }
.plan-card ul { display: grid; gap: 11px; margin: auto 0 22px; padding: 23px 0; border-top: 1px solid var(--line); list-style: none; }
.plan-card li { color: #59636d; font-size: 14px; }
.plan-card li::before { margin-right: 9px; color: #4caf78; content: "✓"; font-weight: 800; }
.plan-link { display: block; padding-top: 15px; border-top: 1px solid var(--line); color: var(--red); font-size: 13px; font-weight: 750; }

.trial-section {
  max-width: 1440px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto minmax(310px, .9fr);
  align-items: center;
  gap: 32px;
  margin: 0 auto 108px;
  padding: 42px 48px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #171c23, #252e3a);
  box-shadow: 0 24px 60px rgba(22,28,35,.2);
}
.trial-copy h2 { margin: 13px 0 9px; font-size: 31px; letter-spacing: -.05em; }
.trial-copy p { margin: 0; color: #aeb7c1; font-size: 14px; line-height: 1.75; }
.trial-rules { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 18px; color: #8f9aa6; font-size: 12px; }
.trial-rules span { display: inline-flex; align-items: center; gap: 7px; }
.trial-rules i { width: 6px; height: 6px; border-radius: 50%; background: #68c991; }
.trial-badge { min-width: 128px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 17px 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; background: rgba(255,255,255,.05); }
.trial-badge strong { color: #ff9591; font-size: 42px; line-height: 1; letter-spacing: -.07em; }
.trial-badge span { margin-top: 8px; color: #b7c0c9; font-size: 12px; }
.trial-form { min-width: 0; }
.trial-form label { display: block; margin-bottom: 8px; color: #aeb7c1; font-size: 12px; font-weight: 700; }
.trial-input-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
.trial-form input { height: 43px; padding: 0 13px; border-color: rgba(255,255,255,.16); color: #fff; background: rgba(255,255,255,.08); }
.trial-form input:focus { border-color: #ff9693; box-shadow: 0 0 0 4px rgba(255,150,147,.12); }
.trial-form input::placeholder { color: #8f9aa6; }
.trial-form .button { height: 43px; }
.trial-form small { min-height: 22px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 11px; color: #aeb7c1; font-size: 12px; line-height: 1.5; }
.trial-form small.loading { color: #d7dde3; }
.trial-form small.error { color: #ffaaa6; }
.trial-form small.success { color: #8de0ae; }
.trial-form small span { color: #aeb7c1; }
.trial-form small strong { color: #fff; font: 700 12px Consolas, monospace; letter-spacing: .03em; }
.trial-form small em { color: #8f9aa6; font-style: normal; }
.trial-form small button { padding: 5px 8px; border: 1px solid rgba(255,255,255,.18); border-radius: 7px; color: #fff; background: rgba(255,255,255,.09); font-size: 11px; font-weight: 700; }
.trial-form small button:hover { background: rgba(255,255,255,.16); }
.trial-modal { position: fixed; z-index: 30; inset: 0; display: grid; place-items: center; padding: 22px; background: rgba(13,18,25,.58); backdrop-filter: blur(8px); }
.trial-modal-card { position: relative; width: min(440px, 100%); padding: 32px; border: 1px solid rgba(255,255,255,.5); border-radius: 18px; color: var(--ink); background: #fff; box-shadow: 0 28px 90px rgba(18,24,32,.3); }
.trial-modal-close { position: absolute; top: 16px; right: 16px; width: 34px; height: 34px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 9px; color: #7b8691; background: #f7f8fa; font-size: 21px; line-height: 1; }
.trial-modal-close:hover { color: var(--ink); background: #eef1f3; }
.trial-modal-card h3 { margin: 12px 0 9px; color: var(--ink); font-size: 25px; letter-spacing: -.045em; }
.trial-modal-card > p { margin: 0 0 22px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.trial-question { display: grid; place-items: center; min-height: 84px; margin: 20px 0; border: 1px dashed #e4a3a3; border-radius: 13px; color: var(--red); background: #fff6f5; font: 800 30px Consolas, monospace; letter-spacing: .08em; }
.trial-modal-card label { display: block; margin-bottom: 8px; color: #5d6873; font-size: 13px; font-weight: 750; }
.trial-answer { font-size: 16px; text-align: center; letter-spacing: .12em; }
.trial-modal-message { min-height: 22px; display: block; margin-top: 9px; color: var(--red); font-size: 12px; line-height: 1.6; }
.trial-modal-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 15px; }
.trial-verify-card { width: min(480px, 100%); padding: 39px 36px 31px; border-color: #e5e9ee; border-radius: 22px; box-shadow: 0 32px 90px rgba(18,24,32,.28); }
.trial-verify-card h3 { margin: 0 48px 11px 0; font-size: 27px; line-height: 1.3; letter-spacing: .018em; }
.trial-verify-card > p { margin-bottom: 24px; color: #7a8794; font-size: 14px; line-height: 1.8; letter-spacing: .018em; }
.trial-verify-card .trial-question { min-height: 92px; margin: 0 0 23px; border: 1px solid #f0b0ae; border-radius: 14px; background: linear-gradient(135deg, #fff8f7, #fff4f3); font-size: 30px; letter-spacing: .13em; }
.trial-verify-card label { margin-bottom: 8px; color: #52606d; font-size: 13px; letter-spacing: .035em; }
.trial-verify-card .trial-answer { width: 100%; height: 50px; padding: 0 15px; border: 1px solid #d7dee5; border-radius: 11px; outline: 0; color: var(--ink); background: #f9fbfc; font-size: 17px; font-weight: 700; line-height: 50px; letter-spacing: .14em; transition: border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.trial-verify-card .trial-answer::placeholder { color: #98a2ac; font-weight: 500; letter-spacing: .06em; }
.trial-verify-card .trial-answer:focus { border-color: #e05b5d; background: #fff; box-shadow: 0 0 0 4px rgba(224,91,93,.12); }
.trial-verify-card .trial-modal-message { min-height: 20px; margin-top: 8px; font-size: 12px; letter-spacing: .02em; }
.trial-verify-card .trial-modal-actions { gap: 10px; margin-top: 22px; }
.trial-verify-card .trial-modal-actions .button { min-height: 46px; padding: 0 18px; border-radius: 11px; letter-spacing: .025em; }
.trial-verify-card .trial-modal-actions .button.primary { min-width: 115px; }
.quiet-light { color: #59636d; border: 1px solid var(--line); background: #f7f8fa; }
.quiet-light:hover { background: #eef1f3; }
.trial-code-card { text-align: center; }
.trial-success-mark { width: 48px; height: 48px; display: grid; place-items: center; margin: 0 auto 15px; border-radius: 15px; color: #fff; background: #4caf78; font-size: 25px; }
.trial-code-box { display: flex; align-items: center; gap: 9px; margin-top: 20px; padding: 11px; border: 1px solid #e1e6eb; border-radius: 11px; background: #f8fafb; text-align: left; }
.trial-code-box code { min-width: 0; flex: 1; color: #34404b; font: 700 13px/1.55 Consolas, monospace; word-break: break-all; }
.trial-code-box button { flex: none; padding: 8px 10px; border: 0; border-radius: 8px; color: #fff; background: var(--red); font-size: 12px; font-weight: 750; }
.trial-code-box button:hover { background: var(--red-dark); }
.trial-code-card > small { display: block; margin-top: 11px; color: var(--muted); font-size: 12px; }

.onboarding-list { max-width: 900px; margin-top: 50px; border-top: 1px solid #dce1e5; }
.onboarding-list article { display: grid; grid-template-columns: 70px 1fr auto; gap: 26px; align-items: center; padding: 26px 0; border-bottom: 1px solid #dce1e5; }
.step-number { color: var(--red); font: 700 16px Consolas, monospace; }
.onboarding-list h3 { margin: 0 0 8px; color: var(--ink); font-size: 18px; }
.onboarding-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.onboarding-list a { color: var(--red); font-size: 13px; font-weight: 750; }
.changelog-list { max-width: 830px; margin-top: 50px; }
.changelog-list article { display: grid; grid-template-columns: 120px 1fr; gap: 30px; padding: 27px 0; border-top: 1px solid var(--line); }
.changelog-list time { color: #a0a8b0; font: 12px Consolas, monospace; }
.changelog-list article > div > span { color: var(--red); font: 11px Consolas, monospace; }
.changelog-list h3 { margin: 8px 0; color: var(--ink); font-size: 19px; }
.changelog-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.download-section { position: relative; isolation: isolate; max-width: 1440px; display: flex; align-items: center; justify-content: space-between; gap: 25px; overflow: hidden; margin: 0 auto 84px; padding: 58px 58px; border-radius: 21px; color: #fff; background: radial-gradient(circle at 92% 20%, rgba(255,255,255,.2), transparent 25%), linear-gradient(135deg, #d94249, #eb5755); box-shadow: 0 20px 46px rgba(207,62,68,.2); }
.download-section { margin-top: 24px; margin-bottom: 96px; }
.download-section::before { position: absolute; z-index: -1; top: -150px; right: 12%; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 26px rgba(255,255,255,.055), 0 0 0 54px rgba(255,255,255,.035); content: ""; }
.download-grid { position: absolute; z-index: -1; inset: 0; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(90deg, transparent, #000 40%, transparent); }
.download-section > div, .download-section > .button { position: relative; z-index: 1; }
.download-section .eyebrow { color: #ffc7c5; }
.download-section h2 { margin: 15px 0 9px; font-size: 34px; letter-spacing: -.05em; }
.download-section p { margin: 0; color: #ffdedd; font-size: 14px; }
.download-section .button { min-width: 150px; color: var(--red); background: #fff; box-shadow: 0 10px 24px rgba(109,29,32,.18); }
.download-section .button span { transition: transform .2s ease; }
.download-section .button:hover span { transform: translate(3px, -3px); }
footer { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; padding-bottom: 28px; border-top: 1px solid var(--line); color: #98a0a8; font-size: 12px; }

.purchase-section, .downloads-section, .faq-section { background: #f0f2f4; }
.home-contact-section { padding-top: 22px; padding-bottom: 68px; background: #eef1f3; }
.purchase-section { padding-top: 88px; }
.purchase-section-head { max-width: 850px; margin: 0 auto 38px; }
.pricing-section > .purchase-section { margin-top: 48px; border-top: 1px solid #d9dfe4; }
.purchase-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; max-width: 1120px; margin: 0 auto; }
.purchase-card { display: flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 250px; padding: 30px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.purchase-card h2 { margin: 13px 0 8px; color: var(--ink); font-size: 24px; letter-spacing: -.04em; }
.purchase-card p { max-width: 360px; margin: 0 0 24px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.purchase-qr { display: grid; justify-items: center; gap: 8px; flex: none; }
.purchase-qr img { width: 132px; height: 132px; padding: 7px; border: 1px solid var(--line); border-radius: 12px; object-fit: contain; background: #fff; }
.purchase-qr small { color: var(--muted); font-size: 11px; }
.empty-site-state { max-width: 780px; margin: 0 auto; padding: 54px; border: 1px dashed #cbd2d8; border-radius: 16px; color: var(--muted); background: #fff; text-align: center; }
.download-list { max-width: 1040px; margin: 0 auto; border-top: 1px solid #d8dee3; }
.release-card { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 27px 0; border-bottom: 1px solid #d8dee3; }
.release-version { color: var(--red); font: 700 12px Consolas, monospace; }
.release-card h2 { margin: 9px 0 6px; color: var(--ink); font-size: 20px; letter-spacing: -.03em; }
.release-card time { color: var(--muted); font: 11px Consolas, monospace; }
.release-actions { display: flex; align-items: center; gap: 14px; flex: none; }
.release-actions details { width: 190px; color: var(--muted); font-size: 12px; }
.release-actions summary { cursor: pointer; color: var(--red); font-weight: 700; }
.release-actions details p { margin: 9px 0 0; line-height: 1.6; }
.faq-list { max-width: 900px; margin: 0 auto 65px; border-top: 1px solid #d8dee3; }
.faq-item { border-bottom: 1px solid #d8dee3; }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; color: var(--ink); font-size: 16px; font-weight: 750; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { color: var(--red); font-size: 21px; font-weight: 400; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item > div { max-width: 760px; padding: 0 42px 22px 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.contact-card { position: relative; isolation: isolate; width: min(1120px, 100%); max-width: 1120px; display: flex; align-items: center; justify-content: space-between; gap: 42px; overflow: hidden; margin: 0 auto; padding: 38px 42px; border: 1px solid rgba(255,255,255,.08); border-radius: 20px; color: #fff; background: radial-gradient(circle at 8% 0%, rgba(255,150,147,.16), transparent 25%), linear-gradient(135deg, #151b23, #293544); box-shadow: 0 22px 45px rgba(28,35,44,.17); }
.contact-card::before { position: absolute; z-index: -1; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 32px 32px; mask-image: linear-gradient(135deg, #000, transparent 67%); content: ""; }
.contact-card > div { position: relative; z-index: 1; }
.contact-card-orbit { position: absolute; z-index: -1; border: 1px solid rgba(255,150,147,.23); border-radius: 50%; pointer-events: none; }
.contact-card-orbit-one { right: 10%; bottom: -128px; width: 300px; height: 300px; }
.contact-card-orbit-two { right: 5%; bottom: -88px; width: 190px; height: 190px; border-color: rgba(141,190,215,.2); }
.contact-card h2 { margin: 12px 0 8px; color: #fff; font-size: 28px; letter-spacing: -.04em; }
.contact-card-dot { display: inline-block; width: 7px; height: 7px; margin-left: 9px; vertical-align: .2em; border-radius: 50%; background: #6ed39a; box-shadow: 0 0 0 5px rgba(110,211,154,.12); }
.contact-card p { max-width: 500px; margin: 0; color: #aeb7c1; font-size: 14px; line-height: 1.75; }
.contact-details { min-width: 300px; display: grid; gap: 11px; justify-items: end; color: #ffaaa6; font-size: 13px; font-weight: 700; text-align: right; }
.contact-method { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.contact-method-copy { display: grid; gap: 3px; text-align: right; }
.contact-method-copy b { color: #fff; font-size: 12px; }
.contact-method-copy span, .contact-method-copy a { color: #ffaaa6; font-size: 13px; }
.contact-method-copy small { color: #aeb7c1; font-size: 11px; font-weight: 500; line-height: 1.45; }
.contact-method-qr { width: 64px; height: 64px; padding: 4px; border-radius: 8px; object-fit: contain; background: #fff; }

@media (max-width: 900px) {
  .purchase-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .purchase-card, .release-card, .contact-card { align-items: flex-start; flex-direction: column; }
  .purchase-qr, .contact-details { justify-items: start; text-align: left; }
  .contact-method { justify-content: flex-start; }
  .contact-method-copy { text-align: left; }
  .contact-card { gap: 26px; padding: 30px 25px; }
  .contact-details { min-width: 0; width: 100%; }
  .contact-card-orbit { opacity: .45; }
  .release-actions { align-items: flex-start; flex-direction: column; }
  .release-actions details { width: auto; }
}

/* Chinese headings need room to breathe and balanced line breaks. */
.hero h1, .hero h2, .section-head h2, .page-hero h1, .route-card h2, .detail-intro h2, .trial-copy h2, .download-section h2 {
  letter-spacing: .012em;
  text-wrap: balance;
}
.detail-intro h2 span, .detail-intro h2 em { display: block; }
.pricing-note-section .section-head { max-width: 1100px; }
.pricing-note-section h2 span, .pricing-note-section h2 em { white-space: nowrap; }
.pricing-note-section h2 span { margin-right: .12em; }
.detail-intro h2 { max-width: 680px; }

@media (max-width: 940px) {
  .hero { grid-template-columns: 1fr; padding-top: 75px; padding-bottom: 75px; }
  .hero-visual { max-width: 620px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid-wide { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .plan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .plan-card { min-height: 0; }
  .trial-section { grid-template-columns: 1fr auto; }
  .trial-form { grid-column: 1 / -1; }
  .feature-detail-section { grid-template-columns: 1fr; gap: 42px; }
  .pricing-principle { align-items: flex-start; flex-direction: column; gap: 6px; }
}
@media (max-width: 600px) {
  .site-header { height: 68px; padding-left: 18px; padding-right: 18px; }
  .site-header nav { display: none; }
  .header-controls { height: 32px; gap: 7px; margin-left: 0; }
  .language-switch a { font-size: 10px; }
  .header-cta { height: 32px; padding: 0 11px; font-size: 11px; }
  .hero { min-height: 670px; padding: 58px 22px; }
  .hero h1 { font-size: 44px; }
  .hero h2 { font-size: 17px; }
  .hero p { font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .visual-body { grid-template-columns: 88px minmax(0, 1fr); height: 260px; }
  .visual-files { padding: 13px; }
  .visual-cards { gap: 7px; margin-top: 12px; }
  .visual-cards div { height: 72px; }
  .section { padding: 74px 22px; }
  .section-head h2 { font-size: 36px; }
  .section-head p { font-size: 14px; }
  .feature-grid { grid-template-columns: 1fr; margin-top: 35px; }
  .feature-grid-wide { grid-template-columns: 1fr; }
  .feature-hero::after, .feature-hero-orbit, .feature-hero-scanline, .feature-detail-stage::before { display: none; }
  .feature-card-3d { transform: none !important; }
  .page-hero { padding: 72px 22px 68px; }
  .page-hero h1 { font-size: 44px; }
  .page-hero p { font-size: 15px; }
  .route-grid { grid-template-columns: 1fr; }
  .route-card { min-height: 252px; padding: 30px 25px 26px; }
  .route-card::before { left: 25px; }
  .route-card-index { top: 24px; right: 23px; }
  .route-card h2 { font-size: 26px; }
  .feature-detail-section { padding-top: 74px; padding-bottom: 74px; }
  .detail-lead { font-size: 15px; }
  .plan-grid { grid-template-columns: 1fr; }
  .trial-section { display: flex; align-items: stretch; flex-direction: column; gap: 20px; margin: 0 18px 75px; padding: 30px 24px; }
  .trial-copy h2 { font-size: 26px; }
  .trial-badge { align-self: flex-start; }
  .trial-input-row { grid-template-columns: 1fr; }
  .trial-form .button { width: 100%; }
  .trial-modal-card { padding: 27px 22px 22px; }
  .trial-modal-actions { flex-direction: column-reverse; }
  .trial-modal-actions .button { width: 100%; }
  .onboarding-list article { grid-template-columns: 45px 1fr; gap: 15px; }
  .onboarding-list article a { grid-column: 2; }
  .changelog-list article { grid-template-columns: 1fr; gap: 9px; }
  .download-section { align-items: flex-start; flex-direction: column; margin: 34px 18px 64px; padding: 36px 25px; }
  .download-section h2 { font-size: 26px; }
  .pricing-note-section h2 span, .pricing-note-section h2 em { white-space: normal; }
  .detail-intro h2 span, .detail-intro h2 em { display: inline; }
  footer { padding: 22px; flex-direction: column; }
}

/* Trial area: elevated card with its own breathing room and visual hierarchy. */
.trial-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.15fr) 150px minmax(360px, .95fr);
  gap: 48px;
  margin-top: 64px;
  margin-bottom: 128px;
  padding: 56px 64px;
  border-color: rgba(255,255,255,.16);
  background:
    radial-gradient(circle at 8% 0%, rgba(255,150,147,.18), transparent 28%),
    radial-gradient(circle at 92% 100%, rgba(92,137,184,.2), transparent 36%),
    linear-gradient(135deg, #151b23 0%, #1d2631 55%, #273342 100%);
  box-shadow: 0 30px 74px rgba(22, 30, 41, .25);
}
.trial-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .34;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 38px 38px;
  content: "";
  mask-image: linear-gradient(135deg, #000, transparent 68%);
}
.trial-section::after {
  position: absolute;
  top: 28px;
  left: 64px;
  width: 74px;
  height: 3px;
  border-radius: 3px;
  background: #ff8f8b;
  box-shadow: 0 0 22px rgba(255,143,139,.55);
  content: "";
}
.trial-section > * { position: relative; z-index: 1; }
.trial-copy h2 { margin-top: 18px; font-size: 38px; }
.trial-copy p { max-width: 500px; font-size: 15px; }
.trial-rules { gap: 12px 22px; margin-top: 23px; }
.trial-rules span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; background: rgba(255,255,255,.045); }
.trial-badge {
  min-width: 150px;
  min-height: 150px;
  padding: 22px 16px;
  border-color: rgba(255,255,255,.2);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.035));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 14px 30px rgba(0,0,0,.16);
}
.trial-badge strong { font-size: 52px; text-shadow: 0 0 24px rgba(255,149,145,.3); }
.trial-badge span { font-size: 13px; }
.trial-form { padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(8,13,19,.2); box-shadow: inset 0 1px 0 rgba(255,255,255,.05); }
.trial-form label { margin-bottom: 10px; color: #dbe2e9; font-size: 13px; }
.trial-input-row { grid-template-columns: minmax(0, 1fr) auto; gap: 10px; }
.trial-form input { height: 48px; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.09); font-size: 13px; }
.trial-form .button { height: 48px; padding: 0 19px; }
.trial-form small { margin-top: 13px; }

@media (max-width: 940px) {
  .trial-section { grid-template-columns: minmax(0, 1fr) 140px; gap: 28px; margin-top: 48px; padding: 48px; }
  .trial-form { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .trial-section { gap: 22px; margin: 34px 18px 78px; padding: 42px 24px 28px; }
  .trial-section::after { top: 22px; left: 24px; width: 56px; }
  .trial-copy h2 { font-size: 29px; }
  .trial-copy p { font-size: 14px; }
  .trial-rules { display: grid; gap: 8px; }
  .trial-rules span { width: fit-content; }
  .trial-badge { min-width: 132px; min-height: 122px; align-self: flex-start; }
  .trial-badge strong { font-size: 44px; }
  .trial-form { padding: 17px; }
}

/* 1440px marketing layout scale. */
body { font-size: 15px; }
.site-brand strong { font-size: 16px; }
.site-header nav { font-size: 14px; }
.header-cta { font-size: 12px; }
.eyebrow { font-size: 12px; }
.hero h2 { font-size: 23px; }
.hero p { font-size: 17px; }
.button { min-height: 44px; font-size: 14px; }
.hero-note { font-size: 13px; }
.section-head p { font-size: 17px; }
.feature-card h3 { font-size: 19px; }
.feature-card p { font-size: 15px; }
.plan-card h3 { font-size: 22px; }
.plan-card > p, .plan-card li { font-size: 15px; }
.plan-card > small, .plan-link { font-size: 13px; }
.trial-copy p { font-size: 15px; }
.trial-rules { font-size: 13px; }
.trial-form label { font-size: 13px; }
.trial-form small { font-size: 13px; }
.onboarding-list h3 { font-size: 19px; }
.onboarding-list p, .onboarding-list a { font-size: 15px; }
.changelog-list h3 { font-size: 20px; }
.changelog-list p { font-size: 15px; }
.download-section p { font-size: 15px; }
footer { font-size: 13px; }

@media (max-width: 600px) {
  .hero h1 { font-size: 44px; }
  .hero h2 { font-size: 19px; }
  .hero p { font-size: 15px; }
  .section-head p { font-size: 15px; }
  .feature-card p, .plan-card > p, .plan-card li { font-size: 14px; }
  .trial-copy p { font-size: 14px; }
}

/* Pricing: compare authorization cycles, not feature tiers. */
.pricing-section > .pricing-principle {
  max-width: 1440px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin: 0 auto 38px;
  padding: 18px 21px;
  border: 1px solid #e7b5b5;
  border-radius: 14px;
  color: #6b4647;
  background: linear-gradient(135deg, #fffafa, #fff4f2);
  box-shadow: 0 12px 28px rgba(223,77,79,.06);
}
.pricing-principle-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  border-radius: 11px;
  color: var(--red);
  background: transparent;
}
.pricing-principle-mark img {
  width: 34px;
  height: 34px;
  display: block;
  border-radius: 9px;
}
.pricing-principle > div { min-width: 0; }
.pricing-principle strong {
  display: block;
  color: #a53f42;
  font-size: 15px;
}
.pricing-principle > div span {
  display: block;
  margin-top: 4px;
  color: #846f72;
  font-size: 13px;
  line-height: 1.6;
}
.pricing-principle > b {
  padding: 7px 10px;
  border-radius: 8px;
  color: #a53f42;
  background: rgba(223,77,79,.08);
  font-size: 12px;
  white-space: nowrap;
}
.pricing-section > .plan-grid {
  max-width: 1440px;
  margin: 0 auto;
  gap: 14px;
}
.plan-card {
  min-height: 362px;
  padding: 27px 25px 23px;
  border-color: #dfe4e8;
  box-shadow: 0 12px 30px rgba(31,37,45,.035);
}
.plan-card.recommended {
  border-width: 2px;
  transform: translateY(-7px);
  box-shadow: 0 22px 44px rgba(223,77,79,.14);
}
.plan-card-top { min-height: 145px; }
.plan-kicker {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 6px;
  color: #9ba3ac;
  background: #f3f5f6;
  font-size: 11px;
  font-weight: 750;
}
.plan-card.recommended .plan-kicker {
  color: #b34b4d;
  background: #fff0ef;
}
.plan-card h3 { margin-top: 19px; }
.plan-card > .plan-card-top > p {
  min-height: 0;
  margin: 8px 0 0;
}
.plan-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 20px 0 18px;
  border-top: 1px solid var(--line);
}
.plan-price strong {
  color: var(--ink);
  font-size: 38px;
  line-height: 1;
  letter-spacing: -.065em;
}
.plan-price small {
  color: #929ba4;
  font-size: 12px;
}
.plan-scope {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 12px;
  border-radius: 9px;
  background: #f6f8f9;
}
.plan-scope > span {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #55aa78;
  font-size: 12px;
  font-weight: 800;
}
.plan-scope strong, .plan-scope small { display: block; }
.plan-scope strong { color: #48535d; font-size: 13px; }
.plan-scope small { margin-top: 2px; color: #8e98a1; font-size: 11px; }
.plan-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 18px;
  border-top: 0;
}
.plan-link span { transition: transform .18s ease; }
.plan-link:hover span { transform: translateX(3px); }
.pricing-includes {
  max-width: 1440px;
  margin: 76px auto 0;
  padding-top: 62px;
  border-top: 1px solid #dce1e5;
}
.pricing-includes-heading { max-width: 680px; }
.pricing-includes-heading h2 {
  margin: 15px 0 11px;
  color: var(--ink);
  font-size: clamp(30px, 3.5vw, 44px);
  line-height: 1.1;
  letter-spacing: -.05em;
}
.pricing-includes-heading h2 em { color: var(--red); font-style: normal; }
.pricing-includes-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}
.pricing-includes-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  margin-top: 38px;
}
.pricing-includes-grid > div {
  min-height: 154px;
  padding: 20px;
  border: 1px solid #dfe4e8;
  border-radius: 12px;
  background: rgba(255,255,255,.58);
}
.pricing-includes-grid span {
  color: var(--red);
  font: 700 11px Consolas, monospace;
}
.pricing-includes-grid .pricing-feature-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--red);
  font: inherit;
}
.pricing-feature-icon svg {
  width: 22px;
  height: 22px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.pricing-includes-grid strong {
  display: block;
  margin-top: 16px;
  color: var(--ink);
  font-size: 15px;
}
.pricing-includes-grid p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

/* Homepage: one compact visual system. */
body.site-page-home {
  --home-bg: #f5f7f8;
  --home-soft: #e9eef1;
  --home-ink: #18232e;
  --home-muted: #71808c;
  --home-accent: #e45b61;
  --home-dark: #15212c;
  color: var(--home-ink);
  background: var(--home-bg);
}

.site-page-home .site-header {
  background: #1c2934;
}

.site-page-home .site-header nav {
  gap: 25px;
}

.site-page-home .site-header nav a.active::after {
  background: var(--home-accent);
}

.site-page-home .hero-home {
  min-height: 700px;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .88fr);
  gap: 82px;
  background: var(--home-dark);
}

.site-page-home .hero-home::before,
.site-page-home .hero-home-grid,
.site-page-home .hero-home-orbit,
.site-page-home .hero-kicker,
.site-page-home .hero-metrics,
.site-page-home .hero-float-card {
  display: none;
}

.site-page-home .hero-home .hero-copy,
.site-page-home .hero-home .hero-visual {
  opacity: 1;
  transform: none;
}

.site-page-home .hero-home h1 {
  max-width: 650px;
  margin-top: 24px;
  color: #fff;
  font-size: 68px;
  line-height: 1.12;
  letter-spacing: 0;
}

.site-page-home .hero-home h2 {
  margin-top: 22px;
  color: #ff9995;
  font-size: 22px;
  line-height: 1.35;
}

.site-page-home .hero-home p {
  max-width: 560px;
  margin-top: 24px;
  color: #b4c0c9;
  font-size: 16px;
  line-height: 1.85;
}

.site-page-home .hero-home .hero-actions {
  margin-top: 31px;
}

.site-page-home .hero-home .button {
  min-height: 46px;
  border-radius: 8px;
  font-size: 14px;
}

.site-page-home .hero-home .button.primary {
  background: var(--home-accent);
  box-shadow: none;
}

.site-page-home .hero-home .hero-note {
  margin-top: 22px;
  color: #8c9aa5;
  font-size: 12px;
}

.site-page-home .hero-home .visual-window {
  border-radius: 14px;
  background: #1d2935;
  box-shadow: 0 18px 38px rgba(0,0,0,.22);
  transform: none;
}

.site-page-home .hero-home .visual-body aside .active {
  background: var(--home-accent);
}

.site-page-home .home-benefits-section {
  padding-top: 108px;
  padding-bottom: 104px;
  background: var(--home-bg);
}

.site-page-home .home-benefits-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .58fr);
  gap: 110px;
  align-items: end;
}

.site-page-home .home-benefits-intro h2 {
  max-width: 590px;
  margin: 16px 0 0;
  color: var(--home-ink);
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: 0;
}

.site-page-home .home-benefits-intro > p {
  max-width: 430px;
  margin: 0 0 3px;
  color: var(--home-muted);
  font-size: 15px;
  line-height: 1.8;
}

.site-page-home .home-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 64px;
}

.site-page-home .home-benefits-grid article {
  min-height: 160px;
  padding: 25px 26px;
  background: #edf1f3;
  border-radius: 7px;
}

.site-page-home .home-benefits-grid article > span {
  color: var(--home-accent);
  font: 700 10px/1.4 Consolas, monospace;
  letter-spacing: .14em;
}

.site-page-home .home-benefits-grid h3 {
  margin: 21px 0 9px;
  color: var(--home-ink);
  font-size: 24px;
  line-height: 1.25;
}

.site-page-home .home-benefits-grid p {
  max-width: 300px;
  margin: 0;
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.75;
}

.site-page-home .home-benefits-section > .section-link {
  margin-top: 25px;
  color: var(--home-accent);
}

.site-page-home .home-paths-section {
  background: var(--home-soft);
}

.site-page-home .home-paths-inner {
  display: grid;
  grid-template-columns: minmax(270px, .55fr) minmax(0, 1.45fr);
  gap: 100px;
  align-items: start;
  padding-top: 96px;
  padding-bottom: 100px;
}

.site-page-home .home-paths-heading h2 {
  max-width: 400px;
  margin: 16px 0 0;
  color: var(--home-ink);
  font-size: 42px;
  line-height: 1.16;
}

.site-page-home .home-path-list {
  display: grid;
  gap: 12px;
}

.site-page-home .home-path-row {
  min-height: 112px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 28px;
  align-items: center;
  padding: 24px 28px;
  border-radius: 7px;
  background: rgba(255,255,255,.48);
  transition: background .2s ease, transform .2s ease;
}

.site-page-home .home-path-row:hover {
  padding-left: 28px;
  background: rgba(255,255,255,.82);
  transform: translateX(5px);
}

.site-page-home .home-path-copy {
  display: grid;
  gap: 8px;
}

.site-page-home .home-path-copy small {
  color: #84919c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}

.site-page-home .home-path-copy strong {
  color: var(--home-ink);
  font-size: 25px;
  line-height: 1.25;
}

.site-page-home .home-path-action {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  color: var(--home-accent);
  font-size: 13px;
  font-weight: 750;
  text-align: right;
}

.site-page-home .home-path-action i {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-style: normal;
}

.site-page-home .home-contact-section {
  color: #fff;
  background: var(--home-dark);
}

.site-page-home .home-contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .76fr);
  gap: 110px;
  align-items: center;
  padding-top: 88px;
  padding-bottom: 92px;
}

.site-page-home .home-contact-heading h2 {
  margin: 0;
  color: #fff;
  font-size: 50px;
  line-height: 1.1;
}

.site-page-home .home-contact-heading p {
  max-width: 430px;
  margin: 17px 0 0;
  color: #adbac4;
  font-size: 15px;
  line-height: 1.8;
}

.site-page-home .home-contact-list {
  display: grid;
  gap: 10px;
}

.site-page-home .home-contact-item {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 0;
  background: rgba(255,255,255,.045);
  border-radius: 6px;
}

.site-page-home .home-contact-item-copy {
  display: grid;
  gap: 5px;
  padding-left: 20px;
}

.site-page-home .home-contact-item-copy b {
  color: #d8e1e7;
  font-size: 11px;
}

.site-page-home .home-contact-item-copy span,
.site-page-home .home-contact-item-copy a {
  color: #ff9d99;
  font-size: 16px;
}

.site-page-home .home-contact-item-copy small {
  color: #8d9aa5;
  font-size: 11px;
}

.site-page-home .home-contact-item img {
  width: 52px;
  height: 52px;
  margin-left: auto;
  margin-right: 18px;
  padding: 4px;
  border-radius: 6px;
  object-fit: contain;
  background: #fff;
}

.site-page-home .home-cta-section {
  color: #fff;
  background: var(--home-accent);
}

.site-page-home .home-cta-inner {
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-top: 42px;
  padding-bottom: 42px;
}

.site-page-home .home-cta-inner h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.2;
}

.site-page-home .home-cta-inner .button {
  min-width: 142px;
  color: #c8454f;
  background: #fff;
  box-shadow: none;
}

.site-page-home [data-reveal] {
  opacity: 1;
  transform: none;
}

@media (max-width: 940px) and (min-width: 601px) {
  .site-page-home .hero-home {
    grid-template-columns: 1fr;
  }

  .site-page-home .home-benefits-intro,
  .site-page-home .home-paths-inner,
  .site-page-home .home-contact-inner {
    gap: 44px;
  }
}

@media (max-width: 600px) {
  .site-page-home .hero-home {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 58px;
    padding-bottom: 68px;
  }

  .site-page-home .hero-home .hero-copy {
    width: 100%;
    max-width: 100%;
  }

  .site-page-home .hero-home h1 {
    width: 100%;
    max-width: 100%;
    font-size: 40px;
    line-height: 1.15;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .site-page-home .home-benefits-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .site-page-home .home-benefits-intro,
  .site-page-home .home-paths-inner,
  .site-page-home .home-contact-inner {
    display: block;
  }

  .site-page-home .home-benefits-intro > p {
    margin-top: 20px;
  }

  .site-page-home .home-benefits-grid {
    display: block;
    margin-top: 38px;
  }

  .site-page-home .home-benefits-grid article {
    min-height: 0;
    margin-top: 10px;
  }

  .site-page-home .home-paths-inner,
  .site-page-home .home-contact-inner {
    padding-top: 70px;
    padding-bottom: 72px;
  }

  .site-page-home .home-path-list {
    margin-top: 30px;
  }

  .site-page-home .home-path-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .site-page-home .home-path-action {
    justify-content: flex-start;
    text-align: left;
  }

  .site-page-home .home-contact-list {
    margin-top: 34px;
  }

  .site-page-home .home-cta-inner {
    min-height: 0;
    display: block;
    padding-top: 44px;
    padding-bottom: 48px;
  }

  .site-page-home .home-cta-inner .button {
    margin-top: 24px;
  }
}

