html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans SC", sans-serif;
  background: #f7fbff;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(247, 251, 255, 0.98)),
    linear-gradient(135deg, #f6fbff 0%, #eef6ff 48%, #f8fbff 100%);
  color: #0f172a;
  font-family: "Noto Sans SC", sans-serif;
}

.wrap {
  width: min(1300px, calc(100% - 56px));
  margin: 0 auto;
}

.nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 50;
  overflow: hidden;
  border-bottom: 1px solid transparent;
  background: transparent;
  backdrop-filter: blur(0);
  box-shadow: none;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease;
}

.nav::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at 14% 50%, rgba(59, 130, 246, 0.14), transparent 22%),
    radial-gradient(circle at 52% 50%, rgba(14, 165, 233, 0.08), transparent 18%),
    radial-gradient(circle at 73% 58%, rgba(251, 191, 36, 0.1), transparent 18%);
  transition: opacity 0.25s ease;
}

.navin {
  position: relative;
  display: grid;
  grid-template-columns: 220px 1fr 340px;
  align-items: center;
  gap: 20px;
  height: 72px;
  padding: 0 10px;
}

.nav-scrolled {
  border-bottom-color: rgba(191, 219, 254, 0.8);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(20px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.nav-scrolled::before {
  opacity: 1;
}

.brand,
.links,
.acts,
.cta,
.pills,
.float,
.chips,
.cost,
.footer-bottom-links,
.proofGrid,
.processCta {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand {
  text-decoration: none;
  justify-self: start;
  gap: 12px;
}

.logo,
.si,
.mi2,
.ci,
.proof span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: linear-gradient(135deg, #1d4ed8, #0ea5e9);
  color: #fff;
}

.brand b {
  color: #0f172a;
  font-size: 15px;
  font-weight: 800;
  transition: color 0.25s ease;
}

.links a,
.col a,
.footer-bottom-links a {
  color: #475569;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition: color 0.25s ease;
}

.links {
  justify-self: center;
  gap: 30px;
}

.acts {
  justify-self: end;
  gap: 12px;
  flex-wrap: nowrap;
}

.links a:hover {
  color: #1d4ed8;
}

.txt,
.btn,
.ex,
.row button,
.li,
.dr button,
.ftab {
  border: 0;
  font: inherit;
  cursor: pointer;
}

.txt {
  background: transparent;
  color: #334155;
  font-weight: 700;
  font-size: 14px;
  transition: color 0.25s ease;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 42px;
  padding: 0 18px;
  border-radius: 15px;
  white-space: nowrap;
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.ghost {
  border: 1px solid rgba(191, 219, 254, 0.95);
  background: rgba(255, 255, 255, 0.96);
  color: #2563eb;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.muted {
  background: #fff;
  color: #475569;
}

.btn:hover,
.ftab:hover,
.pc:hover,
.sc:hover,
.mc:hover,
.cc:hover {
  transform: translateY(-2px);
}

.p {
  background: linear-gradient(135deg, #1d4ed8, #0ea5e9);
  color: #fff;
  box-shadow: 0 12px 22px rgba(29, 78, 216, 0.18);
}

.navPrimary {
  min-width: 102px;
}

.o {
  border: 1px solid rgba(29, 78, 216, 0.18);
  background: rgba(255, 255, 255, 0.92);
  color: #1d4ed8;
}

.menuBtn {
  display: none;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0f172a;
  font-size: 20px;
  cursor: pointer;
}

.mobileMenu {
  display: none;
}

.lg {
  height: 48px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 700;
}

.w {
  background: #fff;
  color: #1d4ed8;
}

.gl {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

.link {
  text-decoration: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(56, 189, 248, 0.12), transparent 22%),
    linear-gradient(160deg, #f3f8ff 0%, #eef6ff 44%, #f7fbff 100%);
}

.grid {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image:
    linear-gradient(#1d4ed8 1px, transparent 1px),
    linear-gradient(90deg, #1d4ed8 1px, transparent 1px);
  background-size: 74px 74px;
}

.orb {
  position: absolute;
  border-radius: 999px;
}

.orb-a {
  top: -90px;
  right: -140px;
  width: 720px;
  height: 720px;
  background: radial-gradient(circle, rgba(125, 211, 252, 0.22), transparent 68%);
}

.orb-b {
  top: 120px;
  left: -120px;
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.09), transparent 70%);
}

.heroIn {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(470px, 525px);
  gap: 28px;
  align-items: start;
  min-height: 620px;
  padding: 14px 20px 0;
}

.heroCopy {
  max-width: 700px;
  padding-top: 56px;
}

.heroVisual {
  position: relative;
  justify-self: end;
  width: 100%;
  max-width: 525px;
  padding-top: 10px;
  padding-bottom: 0;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.heroBadge {
  box-shadow: 0 10px 24px rgba(59, 130, 246, 0.08);
}

.t {
  border-color: #99f6e4;
  background: #f0fdfa;
  color: #0d9488;
}

.n {
  border-color: #e2e8f0;
  background: #f8fafc;
  color: #64748b;
}

.dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #1d4ed8;
  animation: pulse 1.8s ease infinite;
}

h2 {
  margin: 20px 0 14px;
  font-size: clamp(36px, 4.1vw, 52px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.heroTitle {
  margin: 26px 0 0;
  font-size: 0;
}

.heroTitleMain,
.heroTitleAccent {
  display: block;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.heroTitleMain {
  color: #0f172a;
  font-size: clamp(44px, 4.8vw, 68px);
  line-height: 0.96;
}

.heroTitleAccent {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: linear-gradient(to right, #1d4ed8, #0ea5e9);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(44px, 4.3vw, 64px);
  line-height: 0.98;
  white-space: nowrap;
}

.heroTitleSep {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1d4ed8, #0ea5e9);
  transform: translateY(2px);
  flex: 0 0 auto;
}

.sub,
.hd p,
.box p,
.sc p,
.mc p,
.fb p,
.last p,
.securityCopy p {
  color: #64748b;
  font-size: 15px;
  line-height: 1.9;
}

.sub {
  max-width: 760px;
  font-size: 16px;
}

.heroSub {
  max-width: 620px;
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.76;
}

.heroSubBreak {
  display: block;
}

.heroCta {
  margin-top: 30px;
}

.heroPrimary {
  min-width: 160px;
}

.heroGhost {
  min-width: 126px;
}

.heroPills {
  max-width: 700px;
  gap: 10px;
  margin-top: 4px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: #475569;
  font-size: 11px;
  font-weight: 600;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.pill i {
  color: #1d4ed8;
}

.panel {
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 26px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 28px 80px rgba(29, 78, 216, 0.12),
    0 6px 18px rgba(15, 23, 42, 0.04);
}

.heroPanel {
  position: relative;
}

.heroPanel .head {
  padding: 10px 16px 0;
}

.heroPanel .tabs {
  margin-top: -10px;
}

.heroPanel .tabs span {
  padding: 9px 13px;
  font-size: 11px;
}

.heroPanel .file {
  min-height: 64px;
  padding: 8px 14px;
}

.heroPanel .stats > div {
  padding: 12px 8px 10px;
}

.heroPanel .stats b {
  font-size: 26px;
}

.heroPanel .stats span {
  font-size: 12px;
}

.heroPanel .rows {
  gap: 8px;
  padding: 10px;
}

.heroPanel .row {
  padding: 9px 11px;
  border-radius: 15px;
}

.heroPanel .row p {
  font-size: 12px;
}

.heroPanel .foot {
  padding: 10px 14px;
}

.heroPanel .cost span,
.heroPanel .file small,
.heroPanel .row button {
  font-size: 12px;
}

.heroPanel .file b {
  font-size: 12px;
}

.heroPanel .fi {
  width: 28px;
  height: 28px;
}

.heroPanel .fmain {
  gap: 12px;
}

.head {
  padding: 20px 22px 0;
  border-bottom: 1px solid #f1f5f9;
}

.dots {
  display: flex;
  gap: 6px;
}

.dots span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.5);
}

.dots .red { background: #f58e90; }
.dots .yellow { background: #f6c255; }
.dots .green { background: #9cd391; }

.tabs {
  display: flex;
  justify-content: flex-end;
  gap: 2px;
  margin-top: -18px;
}

.tabs span {
  padding: 14px 18px;
  border-bottom: 2px solid transparent;
  color: #94a3b8;
  font-size: 13px;
  font-weight: 700;
}

.tabs .is-active {
  border-bottom-color: #1d4ed8;
  color: #1d4ed8;
}

.file,
.foot,
.fmain,
.ct,
.cb,
.dr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.file {
  padding: 18px 22px;
  background: rgba(248, 250, 252, 0.8);
  border-bottom: 1px solid #f1f5f9;
}

.fi {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #dbeafe;
  color: #1d4ed8;
}

.file b,
.li b {
  display: block;
  color: #334155;
  font-size: 14px;
  font-weight: 700;
}

.file small,
.li small,
.box span,
.sc em,
.mc .ml,
.cc small,
.fbot span {
  color: #94a3b8;
  font-size: 13px;
}

.file em {
  font-style: normal;
  color: #94a3b8;
}

.stats,
.cs,
.sg,
.mg,
.cg,
.ftabs,
.pro,
.pts {
  display: grid;
}

.stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid #f1f5f9;
}

.stats > div,
.cs > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 24px 10px 20px;
  border-right: 1px solid #f1f5f9;
}

.stats > div:last-child,
.cs > div:last-child {
  border-right: 0;
}

.stats b,
.cs b,
.score b,
.mc b {
  font-size: 44px;
  font-weight: 900;
}

.stats span,
.cs span {
  color: #94a3b8;
  font-size: 13px;
}

.rows {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.row,
.li {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px;
  border: 1px solid #f1f5f9;
  border-radius: 18px;
  background: rgba(248, 250, 252, 0.5);
}

.row:hover,
.li:hover {
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.row p {
  color: #475569;
  font-size: 13px;
  line-height: 1.7;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
}

.r { background: #fef2f2; color: #ef4444; }
.y { background: #fffbeb; color: #f59e0b; }
.g { background: #ecfdf5; color: #10b981; }

.row button,
.dr button {
  background: transparent;
  color: #94a3b8;
  font-size: 12px;
}

.foot {
  padding: 16px 22px;
  border-top: 1px solid #f1f5f9;
  background: rgba(248, 250, 252, 0.6);
}

.cost {
  flex-wrap: wrap;
}

.cost span {
  color: #94a3b8;
  font-size: 13px;
}

.cost b {
  color: #334155;
}

.ex {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 38px;
  padding: 0 16px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1d4ed8, #0ea5e9);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.float {
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 18px;
  margin-bottom: 24px;
}

.heroFloat {
  position: relative;
  z-index: 2;
  width: max-content;
  max-width: 100%;
  transform: none;
  margin: 16px auto 0;
}

/* Hero exact recreation */
.nav {
  display: block;
  border-bottom: 1px solid rgba(226, 232, 240, 0.28);
  background: linear-gradient(180deg, rgba(63, 72, 88, 0.42), rgba(255, 255, 255, 0.14));
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.nav::before {
  opacity: 0.42;
}

.navin {
  grid-template-columns: 220px 1fr 340px;
  gap: 28px;
  height: 78px;
  padding: 0 8px;
}

.brand b,
.links a,
.txt {
  color: rgba(255, 255, 255, 0.92);
}

.links {
  gap: 38px;
}

.links a:hover,
.txt:hover {
  color: #ffffff;
}

.ghost {
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.navPrimary {
  min-width: 156px;
  background: linear-gradient(135deg, #2870ef, #1ea0f1);
  box-shadow: 0 12px 22px rgba(32, 126, 241, 0.22);
}

.acts .ghost {
  min-width: 126px;
  justify-content: center;
}

.acts .txt {
  white-space: nowrap;
  flex-shrink: 0;
}

.hero {
  --hero-scale: 0.81;
  min-height: calc(760px * var(--hero-scale));
  padding: 78px 0 0;
  background:
    radial-gradient(circle at 85% 10%, rgba(105, 200, 255, 0.18), transparent 26%),
    linear-gradient(180deg, #edf5fd 0%, #eef5fb 48%, #eef5fb 100%);
}

.hero .wrap.heroIn {
  width: min(1720px, calc(100% - 120px));
  max-width: none;
  transform: scale(var(--hero-scale));
  transform-origin: top center;
  margin-bottom: calc((1 - var(--hero-scale)) * -760px);
}

.grid {
  opacity: 0.055;
  background-image:
    linear-gradient(rgba(48, 125, 236, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 125, 236, 0.16) 1px, transparent 1px);
  background-size: 102px 102px;
}

.orb-a {
  top: -180px;
  right: -200px;
  width: 760px;
  height: 760px;
  background: radial-gradient(circle, rgba(123, 210, 255, 0.22), transparent 67%);
}

.orb-b {
  display: none;
}

.heroIn {
  grid-template-columns: 790px 700px;
  justify-content: center;
  gap: 86px;
  align-items: start;
  min-height: 760px;
  padding: 22px 0 64px;
}

.heroCopy {
  max-width: 790px;
  padding-top: 56px;
}

.heroVisual {
  width: 700px;
  max-width: 700px;
  padding-top: 22px;
}

.heroBadge {
  gap: 12px;
  padding: 12px 22px;
  border-color: #c9dbfb;
  background: rgba(226, 239, 255, 0.96);
  color: #2b62e8;
  font-size: 12px;
  font-weight: 800;
  box-shadow: none;
}

.dot {
  width: 8px;
  height: 8px;
  animation: none;
}

.heroTitle {
  margin: 34px 0 0;
}

.heroTitleMain,
.heroTitleAccent {
  letter-spacing: -0.055em;
}

.heroTitleMain {
  font-size: 76px;
  line-height: 0.95;
}

.heroTitleAccent {
  gap: 22px;
  font-size: 70px;
  line-height: 0.98;
}

.heroTitleSep {
  width: 18px;
  height: 18px;
  transform: translateY(4px);
}

.heroSub {
  max-width: 760px;
  margin-top: 28px;
  font-size: 16px;
  line-height: 1.9;
  color: #7084a6;
}

.heroSubBreak {
  display: block;
}

.heroPolicy {
  max-width: 720px;
  margin-top: 28px;
  padding: 18px 20px;
  border: 1px solid rgba(199, 217, 244, 0.88);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 10px 22px rgba(74, 112, 194, 0.06);
}

.heroPolicyTitle {
  margin: 0 0 10px;
  color: #284e96;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.55;
}

.heroPolicyLine {
  margin: 6px 0 0;
  color: #5a6f92;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.72;
}

.heroPolicyLine span {
  color: #2b62e8;
  font-weight: 800;
}

.heroCta {
  gap: 16px;
  margin-top: 38px;
}

.heroPrimary,
.heroGhostBtn {
  height: 72px;
  padding: 0 34px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 800;
}

.heroPrimary {
  min-width: 192px;
  box-shadow: 0 16px 30px rgba(40, 101, 236, 0.18);
}

.heroGhostBtn {
  min-width: 164px;
  border: 2px solid #d4e0ff;
  background: rgba(255, 255, 255, 0.96);
  color: #3167ea;
  box-shadow: 0 8px 18px rgba(70, 106, 191, 0.05);
}

.heroPills {
  gap: 14px;
  margin-top: 18px;
}

.heroPills .pill,
.heroFloat .pill {
  gap: 8px;
  padding: 11px 22px;
  border: 1px solid #dbe5f4;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  color: #3c4d68;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 4px 18px rgba(33, 72, 152, 0.06);
}

.heroPills .pill i,
.heroFloat .pill i {
  color: #3768ec;
}

.heroPanel {
  width: 700px;
  border-radius: 30px;
  border-color: rgba(223, 232, 246, 0.95);
  background: rgba(255, 255, 255, 0.98);
  box-shadow:
    0 24px 60px rgba(64, 115, 233, 0.12),
    0 10px 28px rgba(15, 23, 42, 0.05);
}

.heroHead {
  padding: 18px 24px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #eef3fa;
}

.heroWorkspaceTitle {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 58px;
  color: #9caac2;
  font-size: 15px;
  font-weight: 700;
}

.heroHead .dots span {
  width: 13px;
  height: 13px;
}

.heroTabs {
  margin-top: 0;
  gap: 0;
}

.heroTabs span {
  padding: 14px 24px 16px;
  font-size: 15px;
  font-weight: 800;
}

.heroFileRow {
  min-height: 70px;
  padding: 18px 22px;
  background: #fff;
}

.heroFileMain {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.heroFileIcon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
}

.heroFileMain b {
  font-size: 14px;
  font-weight: 800;
  color: #36435c;
  white-space: nowrap;
}

.heroFileMeta {
  color: #a5b0c3;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.heroStats {
  border-bottom: 1px solid #eef3fa;
}

.heroStat {
  padding: 24px 10px 18px;
}

.heroStat b {
  font-size: 40px;
  line-height: 1;
}

.heroStat span {
  margin-top: 6px;
  font-size: 13px;
}

.heroStatDanger b { color: #ff4d4f; }
.heroStatWarning b { color: #f7a000; }
.heroStatSuccess b { color: #14c36f; }

.heroRows {
  gap: 12px;
  padding: 22px 22px 20px;
}

.heroRow {
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 72px;
  padding: 0 18px;
  border-color: #edf2f9;
  border-radius: 20px;
  background: rgba(249, 251, 255, 0.95);
}

.heroRow p {
  color: #53627e;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}

.heroRow button {
  color: #a6b3c6;
  font-size: 14px;
  font-weight: 600;
}

.heroFoot {
  padding: 18px 22px;
  background: rgba(249, 251, 255, 0.92);
}

.heroCost {
  gap: 24px;
}

.heroCost span {
  font-size: 14px;
  font-weight: 700;
}

.heroExport {
  height: 46px;
  padding: 0 24px;
  border-radius: 14px;
  font-size: 15px;
}

.heroFloat {
  width: 100%;
  justify-content: center;
  gap: 16px;
  margin: 18px 0 0;
}

.heroFade {
  display: none;
}

.heroFade {
  position: relative;
  height: 78px;
  background: linear-gradient(to bottom, transparent, #f7fbff);
}

.sec {
  padding: 96px 0;
}

.tint {
  background: linear-gradient(160deg, #f8faff 0%, #f0f9ff 50%, #f8faff 100%);
}

.hd {
  text-align: center;
  margin-bottom: 52px;
}

.hd p {
  max-width: 760px;
  margin: 0 auto;
}

.featureHd h2 {
  font-size: clamp(40px, 4.6vw, 58px);
}

.featureAccent {
  background: linear-gradient(to right, #0d9488, #22d3ee);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.resultAccent {
  background: linear-gradient(to right, #1d4ed8, #0ea5e9);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.featuresSection {
  background: #fff;
}

.featureCards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 30px;
}

.featureCard {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-height: 124px;
  padding: 18px 20px;
  border: 2px solid #eef2f7;
  border-radius: 22px;
  background: #fff;
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.featureCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.featureCard.is-active {
  color: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
}

.featureCardGlow {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image: radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.45), transparent 60%);
}

.featureSq {
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 14px;
}

.featureMeta {
  position: relative;
}

.featureMeta b {
  display: block;
  color: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.featureMeta small {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  color: rgba(148, 163, 184, 1);
  font-size: 12px;
  font-weight: 600;
}

.featureCard.is-active .featureMeta small {
  color: rgba(255, 255, 255, 0.76);
}

.featurePanel {
  display: flex;
  border: 1px solid #e2e8f0;
  border-radius: 30px;
  overflow: hidden;
  background: #f1f5f9;
}

.featureMain {
  flex: 1;
  padding: 48px;
}

.featureSummary {
  margin-bottom: 28px;
  font-size: 15px;
  line-height: 1.8;
}

.featurePointGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.featurePoint {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(203, 213, 225, 0.65);
  border-radius: 18px;
  background: rgba(226, 232, 240, 0.55);
}

.featurePointIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.42);
  flex-shrink: 0;
}

.featurePoint span:last-child {
  color: #1e293b;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
}

.featureResultBar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 18px;
  border: 1px solid rgba(203, 213, 225, 0.65);
  border-radius: 18px;
  background: rgba(226, 232, 240, 0.55);
}

.featureResultBar span {
  color: #1e293b;
  font-size: 14px;
  font-weight: 600;
}

.featureActions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.featurePrimary {
  color: #fff;
}

.featureSecondary {
  border: 2px solid rgba(217, 119, 6, 0.24);
  background: rgba(226, 232, 240, 0.56);
}

.featureSide {
  width: 320px;
  padding: 40px;
  border-left: 1px solid rgba(203, 213, 225, 0.75);
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
}

.featureSideCard,
.featureConfidence {
  border: 1px solid rgba(203, 213, 225, 0.68);
  border-radius: 22px;
  background: rgba(226, 232, 240, 0.58);
}

.featureSideCard {
  padding: 20px;
}

.featureSideCard .mi {
  margin-top: 12px;
}

.featureSideCard .mi i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-style: normal;
}

.featureConfidence {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 142px;
  padding: 26px 20px;
}

.featureConfidence b {
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  color: #ef4444;
}

.featureConfidence span {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 600;
}

.featurePills {
  display: flex;
  gap: 10px;
}

.featurePills span {
  flex: 1 1 0;
  padding: 9px 10px;
  border-radius: 16px;
  background: rgba(203, 213, 225, 0.62);
  color: #334155;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.ftabs {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ftab,
.pc,
.sc,
.mc,
.cc,
.detail,
.last {
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.ftab {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  border: 2px solid #f1f5f9;
  border-radius: 20px;
  background: #fff;
  text-align: left;
}

.ftab.is-active {
  color: #fff;
}

.sq {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  flex-shrink: 0;
}

.detail {
  display: flex;
  border: 1px solid #e2e8f0;
  border-radius: 28px;
  overflow: hidden;
  background: #f1f5f9;
}

.main {
  flex: 1;
  padding: 44px 48px;
}

.side {
  width: 300px;
  padding: 38px;
  border-left: 1px solid rgba(203, 213, 225, 0.7);
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
}

.fhead {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
}

.big {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  color: #fff;
}

.fhead h3 {
  font-size: 24px;
  font-weight: 900;
}

.chips span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.pts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

.pt,
.res,
.mc,
.cc,
.sc {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.pt {
  padding: 16px;
  border: 1px solid rgba(203, 213, 225, 0.6);
  border-radius: 16px;
  background: rgba(226, 232, 240, 0.45);
}

.pt span,
.res span {
  color: #1e293b;
  font-size: 14px;
  line-height: 1.65;
}

.res {
  padding: 14px 16px;
  border: 1px solid rgba(203, 213, 225, 0.6);
  border-radius: 16px;
  background: rgba(226, 232, 240, 0.45);
}

.mini,
.score {
  border: 1px solid rgba(203, 213, 225, 0.6);
  border-radius: 20px;
  background: rgba(226, 232, 240, 0.48);
}

.mini {
  padding: 18px;
}

.mh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.mh b,
.pm b,
.lt,
.col b {
  font-size: 18px;
  font-weight: 900;
  color: #334155;
}

.mh span,
.mi em,
.score span {
  color: #94a3b8;
  font-size: 12px;
}

.mi {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.mi i {
  color: #10b981;
}

.mi span {
  flex: 1;
  color: #334155;
  font-size: 13px;
}

.score {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 18px;
}

.sidechips span {
  flex: 1 1 0;
  justify-content: center;
  min-height: 34px;
  background: rgba(203, 213, 225, 0.55);
  color: #334155;
}

.pro {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.pc {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  padding: 24px;
  border: 1px solid;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.pc h3 {
  min-height: 48px;
  margin: 0;
  color: #0f172a;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
}

.pc p {
  min-height: 72px;
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.75;
}

.pc .chips {
  min-height: 34px;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

.ph {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pi {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 4px solid;
  border-radius: 18px;
}

.pi > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 12px;
  color: #fff;
}

.ph b {
  color: rgba(15, 23, 42, 0.08);
  font-size: 52px;
  font-weight: 900;
}

.pm {
  margin-top: auto;
  min-height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 14px;
  border: 1px solid;
  border-radius: 16px;
  background: #fff;
}

.pm span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #334155;
  font-size: 14px;
  font-weight: 600;
}

.pm i {
  flex-shrink: 0;
}

.processCta,
.securityProof {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
  padding: 28px 32px;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(29, 78, 216, 0.06);
}

.processCta strong,
.securityCopy strong {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
}

.con {
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(29, 78, 216, 0.08);
}

.ct {
  padding: 18px 24px;
  border-bottom: 1px solid #f1f5f9;
  background: rgba(248, 250, 252, 0.8);
}

.cb {
  flex-wrap: wrap;
}

.cb b {
  font-size: 14px;
  font-weight: 700;
}

.cb em {
  padding: 6px 10px;
  border-radius: 999px;
  background: #dcfce7;
  color: #15803d;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.cs {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid #f1f5f9;
}

.body {
  display: flex;
  min-height: 460px;
}

.list {
  width: 320px;
  border-right: 1px solid #f1f5f9;
}

.lt {
  padding: 14px 16px;
  border-bottom: 1px solid #f1f5f9;
  background: rgba(248, 250, 252, 0.75);
}

.li {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 16px;
  border-bottom: 1px solid #f8fafc;
  background: transparent;
  text-align: left;
}

.li.is-active {
  background: #eff6ff;
}

.d {
  flex: 1;
  padding: 28px 32px;
}

.dh {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.dh b {
  font-size: 16px;
  font-weight: 800;
}

.box {
  margin-top: 12px;
  padding: 16px;
  border: 1px solid #f1f5f9;
  border-radius: 16px;
  background: #f8fafc;
}

.blue {
  border-color: #bfdbfe;
  background: #eff6ff;
}

.green {
  border-color: #a7f3d0;
  background: #ecfdf5;
}

.dr b {
  color: #334155;
  font-size: 14px;
}

.prog {
  height: 8px;
  margin-top: 12px;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
}

.prog span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #1d4ed8, #0ea5e9);
}

.sg {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.sc,
.mc,
.cc {
  flex-direction: column;
  padding: 24px;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.04);
}

.si,
.mi2,
.ci,
.proof span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 18px;
  font-size: 22px;
}

.securityCopy {
  flex: 1;
}

.proofGrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.proof {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 100px;
  text-align: center;
}

.proof span {
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid #bfdbfe;
}

.proof b {
  font-size: 12px;
  font-weight: 800;
  color: #0f172a;
}

.proof small {
  font-size: 12px;
  color: #94a3b8;
}

.mg {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 74px;
}

.cg {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.cc {
  text-align: center;
}

.last {
  margin-top: 68px;
  padding: 42px 48px;
  border-radius: 32px;
  overflow: hidden;
  background: linear-gradient(135deg, #1d4ed8 0%, #0891b2 50%, #0ea5e9 100%);
  box-shadow: 0 16px 42px rgba(29, 78, 216, 0.2);
}

.last h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
}

.last p {
  color: rgba(255, 255, 255, 0.76);
}

.foot2 {
  border-top: 1px solid #e2e8f0;
  background: #f8faff;
}

.nav-scrolled .brand b,
.nav-scrolled .links a,
.nav-scrolled .txt,
.nav-scrolled .menuBtn {
  color: #0f172a;
}

.nav-scrolled .ghost {
  border-color: rgba(191, 219, 254, 0.95);
  background: rgba(255, 255, 255, 0.96);
  color: #2563eb;
}

.fmain {
  gap: 56px;
  padding: 56px 0;
}

.fb {
  width: 300px;
  flex-shrink: 0;
}

.cols {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fbot {
  border-top: 1px solid #e2e8f0;
  background: #fff;
}

.bot {
  padding: 18px 0;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: .7; }
}

@media (max-width: 1200px) {
  .page {
    min-width: 0;
  }

  .hero {
    --hero-scale: 1;
    min-height: auto;
  }

  .hero .wrap.heroIn {
    transform: none;
    margin-bottom: 0;
  }

  .heroIn,
  .detail,
  .last,
  .fmain,
  .ct,
  .body,
  .processCta,
  .securityProof {
    flex-direction: column;
    align-items: flex-start;
  }

  .ftabs,
  .featureCards,
  .pro,
  .sg,
  .mg {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .heroIn {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 32px;
  }

  .heroCopy {
    padding-top: 48px;
  }

  .heroVisual {
    justify-self: stretch;
    max-width: 640px;
    padding-top: 0;
  }

  .cg {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .side,
  .featureSide,
  .list,
  .fb {
    width: 100%;
    border-left: 0;
    border-top: 1px solid rgba(203, 213, 225, 0.7);
  }

  .cols {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .wrap {
    width: min(100% - 32px, 1280px);
  }

  .navin {
    display: flex;
    height: 70px;
    padding: 0 4px;
  }

  .links {
    display: none;
  }

  .acts {
    display: none;
  }

  .menuBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mobileMenu {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 16px 16px;
    padding: 20px;
    border: 1px solid #f1f5f9;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  }

  .mobileMenu a {
    color: #334155;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
  }

  .mobileActs,
  .cta,
  .footer-bottom-links {
    width: 100%;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .hero {
    padding: 88px 0 0;
  }

  .heroIn,
  .featureCards,
  .ftabs,
  .pts,
  .featurePointGrid,
  .pro,
  .cs,
  .sg,
  .mg,
  .cg,
  .cols {
    grid-template-columns: 1fr;
  }

  .heroCopy {
    padding-top: 22px;
  }

  .heroSubBreak {
    display: none;
  }

  .heroPolicy {
    padding: 16px 16px 14px;
  }

  .heroPolicyTitle {
    font-size: 14px;
  }

  .heroPolicyLine {
    font-size: 13px;
  }

  .heroTitleMain,
  .heroTitleAccent {
    white-space: normal;
    font-size: 42px;
    line-height: 1.04;
  }

  .heroTitleAccent {
    gap: 12px;
  }

  .heroTitleSep {
    width: 12px;
    height: 12px;
    transform: translateY(1px);
  }

  h2 {
    font-size: 34px;
    line-height: 1.08;
  }

  .main,
  .featureMain,
  .d,
  .side,
  .featureSide {
    padding: 24px;
  }

  .featureActions,
  .featurePills {
    flex-direction: column;
  }

  .featureConfidence b {
    font-size: 26px;
  }

  .pc h3,
  .pc p,
  .pc .chips {
    min-height: 0;
  }

  .tabs {
    margin-top: 10px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .heroVisual {
    padding-bottom: 24px;
  }

  .heroFloat {
    position: relative;
    width: 100%;
    max-width: none;
    transform: none;
    margin-top: 18px;
  }

  .file,
  .foot,
  .ct,
  .cb,
  .bot {
    flex-direction: column;
    align-items: flex-start;
  }

  .row {
    grid-template-columns: 1fr;
  }

  .cs > div {
    border-right: 0;
    border-bottom: 1px solid #f1f5f9;
  }

  .cs > div:last-child {
    border-bottom: 0;
  }

  .last {
    padding: 30px 24px;
  }

  .last h3 {
    font-size: 26px;
  }
}

.featureCardGlow {
  display: none;
}

.mobileMenu {
  display: none;
}

@media (max-width: 860px) {
  .mobileMenu {
    display: none;
  }

  .mobileMenu.is-open {
    display: flex;
  }
}
