/* ============================================================
   EMPLIX — landing page (sales-ready SME product demo)
   ============================================================ */

:root {
  --ink: #1b1530;
  --ink-2: #5a5274;
  --ink-3: #8b85a0;

  --purple: #3f66d8;
  --purple-deep: #244aa8;
  --purple-soft: #e7eefc;
  --lav: #c6d5f5;
  --blue: #337ccf;
  --blue-soft: #e4f0fb;
  --mint: #2fd1a5;
  --mint-soft: #dcfaf0;
  --coral: #dc6f64;
  --amber: #d98a12;

  --card: #ffffff;
  --line: rgba(27, 21, 48, 0.08);
  --line-2: rgba(27, 21, 48, 0.13);

  --shadow-card: 0 2px 6px rgba(60, 40, 130, 0.06), 0 18px 40px -18px rgba(70, 50, 150, 0.28);
  --shadow-float: 0 8px 20px -6px rgba(80, 55, 170, 0.18), 0 30px 60px -24px rgba(70, 45, 160, 0.34);
  --shadow-btn: 0 8px 20px -6px rgba(124, 92, 255, 0.55);

  --disp: "Bricolage Grotesque", "Noto Sans TC", system-ui, sans-serif;
  --body: "Plus Jakarta Sans", "Noto Sans TC", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body);
  color: var(--ink);
  background: #f5f7f4;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* quiet product-demo background */
.bg {
  position: fixed; inset: 0; z-index: -1; overflow: hidden;
  background:
    linear-gradient(180deg, #edf4f1 0%, #f7f7f1 46%, #ffffff 100%);
}
.bg .blob { display: none; }
.b1 { width: 620px; height: 620px; left: -160px; top: -200px; background: radial-gradient(circle, #bcd4ff, transparent 70%); }
.b2 { width: 560px; height: 560px; right: -160px; top: -120px; background: radial-gradient(circle, #d9c8ff, transparent 70%); }
.b3 { width: 520px; height: 520px; left: 30%; top: 360px; background: radial-gradient(circle, #ffd6ec, transparent 70%); opacity: 0.4; }
.bg .grid-dots {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(27,21,48,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(27,21,48,0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.34), transparent 64%);
}

::selection { background: rgba(124,92,255,0.22); }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 28px; }

h1,h2,h3 { margin: 0; font-family: var(--disp); font-weight: 700; letter-spacing: -0.02em; line-height: 1.02; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }

/* ---------- pill highlight ---------- */
.pill-hl {
  display: inline-block;
  background: linear-gradient(135deg, #8b6bff, #6c41f0);
  color: #fff;
  padding: 0.02em 0.32em;
  border-radius: 0.42em;
  box-shadow: 0 10px 26px -8px rgba(124,92,255,0.7);
  transform: rotate(-1.5deg);
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--body); font-weight: 700; font-size: 15px;
  padding: 13px 22px; border-radius: 14px; cursor: pointer; border: none;
  transition: transform .16s, box-shadow .16s, background .16s; white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: linear-gradient(135deg, #8b6bff, #6c41f0); color: #fff; box-shadow: var(--shadow-btn); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -8px rgba(124,92,255,0.7); }
.btn-light { background: #fff; color: var(--ink); border: 1px solid var(--line-2); box-shadow: 0 2px 6px rgba(60,40,130,0.06); }
.btn-light:hover { transform: translateY(-2px); box-shadow: var(--shadow-card); }
.btn-ghost { background: rgba(124,92,255,0.08); color: var(--purple-deep); }
.btn-ghost:hover { background: rgba(124,92,255,0.14); }
.btn-lg { font-size: 17px; padding: 16px 28px; }

/* ---------- nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(248, 249, 244, 0.78);
  border-bottom: 1px solid rgba(27,21,48,0.06);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.logo { display: flex; align-items: center; gap: 11px; font-family: var(--disp); font-weight: 700; font-size: 21px; letter-spacing: -0.02em; }
.logo .mark {
  width: 36px; height: 36px; border-radius: 11px;
  background: linear-gradient(135deg, #8b6bff, #5aa2ff);
  display: grid; place-items: center; color: #fff;
  box-shadow: 0 8px 18px -6px rgba(124,92,255,0.6);
}
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { font-size: 14.5px; font-weight: 600; color: var(--ink-2); transition: color .15s; }
.nav-links a:hover { color: var(--ink); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.lang-select {
  display: inline-flex; align-items: center;
  border: 1px solid var(--line-2); border-radius: 11px; background: #fff;
  box-shadow: 0 2px 6px rgba(60,40,130,0.05);
  position: relative;
}
.lang-select::after {
  content: ""; width: 7px; height: 7px; border-right: 1.8px solid var(--ink-3); border-bottom: 1.8px solid var(--ink-3);
  transform: rotate(45deg); position: absolute; right: 11px; top: 11px; pointer-events: none;
}
.lang-select select {
  appearance: none; border: 0; background: transparent; color: var(--ink-2);
  font-family: var(--body); font-size: 13px; font-weight: 800;
  padding: 7px 30px 7px 11px; min-width: 136px; cursor: pointer;
}
.lang-select select:focus-visible { outline: 2px solid rgba(51,124,207,.45); outline-offset: 2px; border-radius: 9px; }

/* ---------- hero ---------- */
.hero { position: relative; padding: 70px 0 90px; text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 13px; font-weight: 700; color: var(--purple-deep);
  background: #fff; border: 1px solid var(--line-2);
  padding: 7px 15px 7px 11px; border-radius: 999px; margin-bottom: 26px;
  box-shadow: 0 2px 6px rgba(60,40,130,0.05);
}
.eyebrow .tag { background: var(--mint-soft); color: #11906c; font-size: 11px; padding: 2px 8px; border-radius: 999px; }
.hero h1 { font-size: clamp(44px, 7vw, 86px); line-height: 0.98; max-width: 14ch; margin: 0 auto; }
.hero .sub { font-size: clamp(17px, 2vw, 21px); color: var(--ink-2); max-width: 56ch; margin: 28px auto 0; line-height: 1.5; font-weight: 500; }
.hero .cta-row { display: flex; gap: 14px; justify-content: center; margin-top: 38px; }
.hero .trust { margin-top: 30px; font-size: 13px; color: var(--ink-3); font-weight: 600; letter-spacing: 0.02em; }

/* floating cards */
.float-layer { position: absolute; inset: 0; pointer-events: none; z-index: 5; }
.fcard {
  position: absolute; pointer-events: auto;
  background: var(--card); border: 1px solid var(--line);
  border-radius: 18px; padding: 14px 16px; box-shadow: var(--shadow-float);
  width: 220px; animation: float 6s ease-in-out infinite;
}
.fcard.sm { width: 180px; padding: 12px 14px; }
@keyframes float { 0%,100% { transform: translateY(0) rotate(var(--rot,0deg)); } 50% { transform: translateY(-16px) rotate(var(--rot,0deg)); } }

.fcard .fc-top { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.fc-avatar { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; color: #fff; flex: none; font-weight: 700; }
.fc-name { font-weight: 700; font-size: 13.5px; line-height: 1.1; }
.fc-role { font-size: 11.5px; color: var(--ink-3); font-weight: 600; }
.fc-badge { font-size: 10.5px; font-weight: 700; padding: 3px 8px; border-radius: 999px; }
.fc-stat { display: flex; align-items: baseline; gap: 6px; }
.fc-stat b { font-family: var(--disp); font-size: 21px; }
.fc-stat span { font-size: 11.5px; color: var(--ink-3); font-weight: 600; }
.fc-row { display: flex; align-items: center; justify-content: space-between; font-size: 12px; }

.mini-bars { display: flex; align-items: flex-end; gap: 4px; height: 30px; margin-top: 8px; }
.mini-bars i { flex: 1; background: linear-gradient(180deg, #8b6bff, #c9bdff); border-radius: 3px; }

/* ---------- section frame ---------- */
section { position: relative; padding: 84px 0; }
.sec-head { text-align: center; max-width: 720px; margin: 0 auto 52px; }
.kicker { font-size: 13px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--purple); margin-bottom: 14px; }
.sec-head h2 { font-size: clamp(30px, 4.2vw, 48px); }
.sec-head p { font-size: 17px; color: var(--ink-2); margin-top: 16px; line-height: 1.55; font-weight: 500; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.2,.7,.3,1), transform .7s cubic-bezier(.2,.7,.3,1); }
.reveal.in { opacity: 1; transform: none; }

/* feature grid */
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feat {
  background: var(--card); border: 1px solid var(--line); border-radius: 22px;
  padding: 28px; box-shadow: var(--shadow-card); transition: transform .2s, box-shadow .2s;
}
.feat:hover { transform: translateY(-4px); box-shadow: var(--shadow-float); }
.feat .ico { width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; color: #fff; margin-bottom: 18px; box-shadow: 0 10px 22px -8px rgba(124,92,255,0.4); }
.feat h3 { font-size: 21px; margin-bottom: 9px; }
.feat p { color: var(--ink-2); font-size: 14.5px; line-height: 1.55; font-weight: 500; }

/* employee gallery */
.emp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.emp {
  background: var(--card); border: 1px solid var(--line); border-radius: 22px;
  padding: 22px; box-shadow: var(--shadow-card); transition: transform .2s, box-shadow .2s;
}
.emp:hover { transform: translateY(-5px) rotate(-0.4deg); box-shadow: var(--shadow-float); }
.emp .e-top { display: flex; align-items: center; gap: 13px; margin-bottom: 16px; }
.emp .e-av { width: 50px; height: 50px; border-radius: 15px; display: grid; place-items: center; color: #fff; font-family: var(--disp); font-weight: 700; font-size: 18px; flex: none; }
.emp h3 { font-size: 17px; }
.emp .e-dept { font-size: 12.5px; color: var(--ink-3); font-weight: 600; margin-top: 2px; }
.chip { display: inline-flex; align-items: center; gap: 5px; font-size: 11.5px; font-weight: 700; padding: 4px 10px; border-radius: 999px; }
.chip-purple { background: var(--purple-soft); color: var(--purple-deep); }
.chip-blue { background: var(--blue-soft); color: #2d6fd0; }
.chip-mint { background: var(--mint-soft); color: #11906c; }
.chip-amber { background: #fff1dc; color: #b3700d; }
.chip-gray { background: rgba(27,21,48,0.05); color: var(--ink-2); }
/* status dot — CSS ::before replaces the legacy filled-circle glyph (pure-ASCII copy) */
.chip-dot::before { content: ""; flex: none; width: 7px; height: 7px; border-radius: 999px; background: currentColor; }
/* trend / status inline SVG icons (replace legacy up/down triangle glyphs) */
.ico { width: 1em; height: 1em; flex: none; display: inline-block; vertical-align: -0.12em; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.e-kpis { display: flex; gap: 18px; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin: 4px 0 14px; }
.e-kpi b { font-family: var(--disp); font-size: 22px; display: block; }
.e-kpi span { font-size: 11.5px; color: var(--ink-3); font-weight: 600; }
.e-tools { display: flex; flex-wrap: wrap; gap: 6px; }

/* workflow ladder */
.ladder { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; position: relative; }
.rung {
  background: var(--card); border: 1px solid var(--line); border-radius: 20px; padding: 24px 20px;
  box-shadow: var(--shadow-card); position: relative; text-align: left;
}
.rung .num { font-family: var(--disp); font-size: 14px; font-weight: 700; width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; color: #fff; margin-bottom: 16px; }
.rung h3 { font-size: 18px; margin-bottom: 8px; }
.rung p { font-size: 13.5px; color: var(--ink-2); line-height: 1.5; font-weight: 500; }
.ladder-tag { text-align: center; margin-top: 34px; font-family: var(--disp); font-size: clamp(20px,2.6vw,28px); color: var(--ink); }
.ladder-tag .pill-hl { font-size: 0.95em; }

/* exec visibility split */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: center; }
.split.rev { grid-template-columns: 1fr 1.05fr; }
.split h2 { font-size: clamp(28px, 3.6vw, 42px); margin-bottom: 18px; }
.split p { font-size: 16px; color: var(--ink-2); line-height: 1.6; font-weight: 500; margin-bottom: 16px; }
.check-list { display: flex; flex-direction: column; gap: 13px; margin-top: 22px; }
.check { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; font-weight: 600; }
.check .ck { width: 24px; height: 24px; border-radius: 8px; background: var(--mint-soft); color: #11906c; display: grid; place-items: center; flex: none; }

/* dashboard preview card */
.preview {
  background: var(--card); border: 1px solid var(--line); border-radius: 24px;
  box-shadow: var(--shadow-float); padding: 22px; position: relative;
}
.pv-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.pv-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-bottom: 16px; }
.pv-kpi { background: var(--bg-3, #f5f8fc); border: 1px solid var(--line); border-radius: 14px; padding: 14px; }
.pv-kpi .v { font-family: var(--disp); font-size: 24px; font-weight: 700; }
.pv-kpi .l { font-size: 11.5px; color: var(--ink-3); font-weight: 600; margin-top: 3px; }
.pv-chart { background: linear-gradient(180deg, #f7f4ff, #fff); border: 1px solid var(--line); border-radius: 14px; padding: 16px; }

/* security band */
.sec-band { background: linear-gradient(135deg, #221a3e, #2e2156); border-radius: 28px; padding: 56px; color: #fff; box-shadow: 0 30px 70px -30px rgba(60,40,140,0.6); }
.sec-band h2 { color: #fff; }
.sec-band .sec-head p { color: rgba(255,255,255,0.72); }
.gov-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.gov { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 18px; padding: 22px; }
.gov .ico { width: 44px; height: 44px; border-radius: 13px; background: rgba(255,255,255,0.1); display: grid; place-items: center; margin-bottom: 14px; color: #c9bdff; }
.gov .v { font-family: var(--disp); font-size: 30px; font-weight: 700; }
.gov h4 { font-size: 14px; margin: 8px 0 6px; }
.gov p { font-size: 12.5px; color: rgba(255,255,255,0.6); line-height: 1.5; }

/* RBAC + audit row inside the governance band */
.gov-rbac { margin-top: 18px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: 18px; padding: 22px; }
.gov-rbac h4 { font-size: 14px; margin: 0 0 4px; color: #fff; }
.gov-rbac > p { font-size: 12.5px; color: rgba(255,255,255,0.6); line-height: 1.5; margin: 0 0 16px; max-width: 70ch; }
.gov-roles { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.gov-role { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 13px; padding: 13px 14px; }
.gov-role b { font-family: var(--disp); font-size: 14px; font-weight: 700; color: #fff; display: block; }
.gov-role span { font-size: 11.5px; color: rgba(255,255,255,0.58); font-weight: 600; line-height: 1.4; display: block; margin-top: 3px; }
.gov-audit { display: flex; flex-wrap: wrap; gap: 8px 10px; margin-top: 16px; }
.gov-audit span { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.78); background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 999px; padding: 6px 12px; }
.gov-audit span svg { width: 13px; height: 13px; flex: none; color: #c9bdff; }
@media (max-width: 720px) { .gov-roles { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 580px) { .gov-roles { grid-template-columns: 1fr; } }

/* first-day onboarding narrative */
.firstday { padding: 84px 0 30px; }
.fd-head { text-align: center; max-width: 760px; margin: 0 auto 14px; }
.fd-note { text-align: center; font-size: 13px; color: var(--ink-3); font-weight: 600; margin: 0 auto 40px; max-width: 60ch; line-height: 1.5; }
.fd-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; counter-reset: fd; }
.fd-step {
  background: var(--card); border: 1px solid var(--line); border-radius: 20px;
  padding: 24px 18px; box-shadow: var(--shadow-card); position: relative; text-align: left;
  transition: transform .2s, box-shadow .2s;
}
.fd-step:hover { transform: translateY(-4px); box-shadow: var(--shadow-float); }
.fd-step .fd-num {
  font-family: var(--disp); font-size: 15px; font-weight: 700;
  width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center;
  color: #fff; margin-bottom: 16px; box-shadow: 0 8px 18px -8px rgba(124,92,255,0.5);
}
.fd-step h3 { font-size: 16px; margin-bottom: 8px; line-height: 1.18; }
.fd-step p { font-size: 13px; color: var(--ink-2); line-height: 1.52; font-weight: 500; }
.fd-cta { text-align: center; margin-top: 40px; }
.fd-cta .fd-day0 {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; color: var(--purple-deep);
  background: rgba(124,92,255,0.08); border-radius: 999px; padding: 7px 16px; margin-bottom: 18px;
}
.fd-cta .fd-day0 .ico { width: 15px; height: 15px; }
@media (max-width: 980px) { .fd-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px) { .fd-steps { grid-template-columns: 1fr; } }

/* final CTA */
.cta-final { text-align: center; padding: 100px 0 90px; }
.cta-card {
  background: linear-gradient(135deg, #8b6bff, #6438e8);
  border-radius: 30px; padding: 70px 40px; color: #fff; position: relative; overflow: hidden;
  box-shadow: 0 30px 80px -30px rgba(124,92,255,0.7);
}
.cta-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(600px 300px at 20% -20%, rgba(255,255,255,0.25), transparent 60%); }
.cta-card h2 { font-size: clamp(34px, 5vw, 60px); color: #fff; position: relative; }
.cta-card p { font-size: 18px; color: rgba(255,255,255,0.85); margin: 18px auto 34px; max-width: 50ch; position: relative; font-weight: 500; }
.cta-card .btn-light { position: relative; }

/* footer */
footer { padding: 50px 0 60px; border-top: 1px solid var(--line); }
.foot { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.foot .links { display: flex; flex-wrap: wrap; gap: 12px 26px; font-size: 14px; font-weight: 600; color: var(--ink-2); }
.foot .copy { font-size: 13px; color: var(--ink-3); }

/* pricing */
#pricing .sec-head { margin-bottom: 42px; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.price-card { display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: 22px; padding: 30px 26px; box-shadow: var(--shadow-card); position: relative; transition: transform .2s, box-shadow .2s; }
.price-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-float); }
.price-card.pop { border: 1.5px solid var(--purple); box-shadow: 0 10px 34px -10px rgba(63,102,216,0.34); }
.price-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); white-space: nowrap; font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: #fff; background: linear-gradient(135deg, #5a7bf0, #3f66d8); padding: 5px 14px; border-radius: 999px; box-shadow: var(--shadow-btn); }
.price-name { font-family: var(--disp); font-size: 19px; font-weight: 700; letter-spacing: -0.01em; }
.price-sub { font-size: 12.5px; color: var(--ink-3); font-weight: 600; margin-top: 3px; }
.price-amt { display: flex; align-items: baseline; gap: 7px; margin: 18px 0 2px; }
.price-amt b { font-family: var(--disp); font-size: 40px; font-weight: 700; line-height: 1; letter-spacing: -0.02em; }
.price-amt span { font-size: 13px; color: var(--ink-3); font-weight: 600; }
.price-tag { font-size: 13.5px; color: var(--ink-2); line-height: 1.5; font-weight: 500; margin: 8px 0 2px; }
.price-feats { display: flex; flex-direction: column; gap: 11px; margin: 16px 0 18px; }
.price-feats .check { font-size: 13.5px; color: var(--ink); line-height: 1.45; font-weight: 500; }
.price-feats .check .ck { width: 21px; height: 21px; border-radius: 7px; }
.price-feats .check .ck svg { width: 12px; height: 12px; }
.price-compare { font-size: 11.5px; color: var(--ink-3); line-height: 1.55; font-weight: 600; border-top: 1px solid var(--line); padding-top: 14px; margin-top: auto; margin-bottom: 16px; }
.price-card .btn { width: 100%; justify-content: center; }
.price-bundle { margin-top: 26px; display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; text-align: center; background: var(--purple-soft); border: 1px solid var(--line); border-radius: 16px; padding: 16px 22px; font-size: 14.5px; font-weight: 700; color: var(--purple-deep); }
.price-fine { max-width: 760px; margin: 18px auto 0; text-align: center; font-size: 11.5px; color: var(--ink-3); line-height: 1.6; font-weight: 500; }

/* responsive */
/* nav: 7 links + dual CTAs need room — collapse the link row before it can clip the CTA */
@media (max-width: 1180px) { .nav-links { display: none; } }
@media (max-width: 980px) {
  .feat-grid, .emp-grid, .gov-grid { grid-template-columns: repeat(2, 1fr); }
  .price-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .ladder { grid-template-columns: repeat(2, 1fr); }
  .split, .split.rev { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .float-layer { display: none; }
}
@media (max-width: 720px) {
  section { padding: 60px 0; }
  .hero { padding: 48px 0 64px; }
  .nav-cc { display: none; }
  .sec-band { padding: 38px 26px; }
  .eyebrow { max-width: 100%; justify-content: center; flex-wrap: wrap; line-height: 1.35; }
  .hero h1 { font-size: clamp(34px, 9.2vw, 40px); max-width: min(100%, 330px); }
  .hero .sub { font-size: 16px; max-width: 32ch; }
}
@media (max-width: 580px) {
  .wrap { padding: 0 18px; }
  .feat-grid, .emp-grid, .gov-grid, .ladder { grid-template-columns: 1fr; }
  .hero .cta-row { flex-direction: column; align-items: stretch; }
  .hero .cta-row .btn { justify-content: center; }
  .sec-band { padding: 28px 18px; }
  .cta-card { padding: 48px 24px; }
  .nav-inner { height: 62px; }
  .nav-cta { gap: 8px; }
  .nav-cta > .btn-primary { display: none; }
  .lang-select select { min-width: 0; width: 104px; }
  .hero h1 { font-size: clamp(31px, 8.7vw, 34px); max-width: min(100%, 304px); line-height: 1.06; }
  .hero h1 .pill-hl { font-size: .9em; }
  .split > *, .sec-head, .sec-band, .cta-card { min-width: 0; max-width: 100%; }
  .lang-zh section h2, .lang-hans section h2,
  .lang-zh section p, .lang-hans section p,
  .lang-zh .check, .lang-hans .check {
    word-break: normal; overflow-wrap: anywhere; line-break: auto;
  }
  .hero .trust { max-width: 32ch; margin-left: auto; margin-right: auto; line-height: 1.45; }
  .foot { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 380px) {
  .lang-select { display: none; }
}

/* Traditional Chinese: keep CJK phrases together so headings wrap cleanly */
.lang-zh h1, .lang-zh h2, .lang-zh h3, .lang-zh .eyebrow, .lang-zh .ladder-tag,
.lang-hans h1, .lang-hans h2, .lang-hans h3, .lang-hans .eyebrow, .lang-hans .ladder-tag {
  word-break: keep-all; line-break: strict; letter-spacing: 0;
}
.lang-zh .hero h1, .lang-hans .hero h1 { line-height: 1.14; }
.lang-zh .pill-hl, .lang-hans .pill-hl { padding: 0.02em 0.34em; }
