:root {
  --ink:#111821;
  --navy:#07395a;
  --blue:#0877f2;
  --cyan:#1bc9ff;
  --pink:#e6007e;
  --pink2:#ff2d9e;
  --dark:#090d12;
  --dark2:#141b23;
  --muted:#5d6b7a;
  --line:#dbe4ee;
  --soft:#f4f8fc;
  --soft-blue:#eef6ff;
  --white:#fff;
  --shadow:0 22px 55px rgba(11,15,20,.12);
  --radius:24px;
  --container:1220px
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  margin:0;
  font-family:Inter,Arial,Helvetica,sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.62
}
a {
  text-decoration:none;
  color:inherit
}
img {
  max-width:100%;
  display:block
}
button,input,select,textarea {
  font:inherit
}
.container {
  width:min(var(--container),calc(100% - 38px));
  margin-inline:auto
}
[hidden] {
  display:none!important
}
.lang-zh {
  display:none!important
}
html[data-lang="zh"] .lang-en {
  display:none!important
}
html[data-lang="zh"] .lang-zh:not([hidden]) {
  display:revert!important
}
.skip-link {
  position:absolute;
  left:-9999px;
  top:auto
}
.skip-link:focus {
  left:12px;
  top:12px;
  z-index:9999;
  background:#fff;
  padding:10px 14px;
  border-radius:8px
}
.topbar {
  background:#05080c;
  color:#dce4ee;
  font-size:13px;
  border-bottom:1px solid rgba(255,255,255,.08)
}
.topbar-inner {
  display:flex;
  gap:22px;
  align-items:center;
  justify-content:space-between;
  padding:8px 0
}
.topbar-left,.topbar-right {
  display:flex;
  gap:18px;
  align-items:center;
  flex-wrap:wrap
}
.topbar a:hover {
  color:#fff
}
.site-header {
  position:sticky;
  top:0;
  z-index:1000;
  background:linear-gradient(180deg,#151b22,#0b0f14);
  box-shadow:0 12px 24px rgba(0,0,0,.22)
}
.nav-wrap {
  min-height:82px;
  display:flex;
  align-items:center;
  gap:20px;
  justify-content:space-between
}
.brand {
  display:flex;
  align-items:center;
  min-width:238px
}
.brand img {
  height:58px;
  width:auto
}
.nav {
  display:flex;
  align-items:center;
  gap:3px;
  flex:1;
  justify-content:center
}
.nav a {
  color:#fff;
  font-weight:850;
  font-size:14px;
  padding:12px 10px;
  border-radius:13px;
  display:inline-flex;
  align-items:center;
  white-space:nowrap
}
.nav a:hover,.nav a.active {
  background:rgba(255,255,255,.08);
  box-shadow:inset 0 -3px 0 var(--pink)
}
.header-actions {
  display:flex;
  align-items:center;
  gap:9px
}
.lang-switch {
  display:flex;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
  padding:3px;
  border-radius:999px
}
.lang-btn {
  border:0;
  background:transparent;
  color:#cfd7e1;
  font-weight:900;
  border-radius:999px;
  padding:7px 10px;
  cursor:pointer
}
.lang-btn.active {
  background:#fff;
  color:#101820
}
.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-radius:15px;
  padding:13px 22px;
  font-weight:900;
  transition:.2s ease;
  border:2px solid transparent;
  cursor:pointer;
  text-align:center
}
.btn.full {
  width:100%
}
.btn-primary {
  background:linear-gradient(135deg,var(--pink),var(--pink2));
  color:#fff;
  box-shadow:0 14px 30px rgba(230,0,126,.23)
}
.btn-primary:hover {
  transform:translateY(-2px)
}
.btn-blue {
  background:linear-gradient(135deg,#0467d7,var(--blue));
  color:#fff;
  box-shadow:0 14px 30px rgba(8,119,242,.2)
}
.btn-outline {
  border-color:#17202a;
  color:#111821;
  background:#fff
}
.btn-outline:hover {
  border-color:var(--blue);
  color:var(--blue)
}
.header-quote {
  padding:11px 16px;
  white-space:nowrap
}
.menu-toggle {
  display:none;
  border:0;
  background:#fff;
  color:#111821;
  font-size:25px;
  border-radius:13px;
  width:47px;
  height:43px;
  cursor:pointer
}
.mobile-nav {
  display:none;
  background:#0f151c;
  border-top:1px solid rgba(255,255,255,.08)
}
.mobile-nav.open {
  display:block
}
.mobile-nav a {
  display:block;
  color:#fff;
  padding:14px 18px;
  border-top:1px solid rgba(255,255,255,.08);
  font-weight:850
}
.mobile-lang {
  padding:14px 18px;
  display:flex;
  gap:9px
}
.hero {
  position:relative;
  overflow:hidden;
  min-height:720px;
  background:#ffffff;
}
.hero-slide {
  display:none;
  position:relative;
  min-height:720px;
  background:#ffffff;
  overflow:hidden;
}
.hero-slide.active {
  display:block;
}
.hero-image {
  position:absolute;
  inset:0;
  z-index:0;
  min-height:720px;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}
.hero-image::before {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,#ffffff 0%,rgba(255,255,255,.98) 28%,rgba(255,255,255,.88) 43%,rgba(255,255,255,.28) 62%,rgba(255,255,255,0) 78%);
}
.hero-copy {
  position:relative;
  z-index:2;
  width:min(var(--container),calc(100% - 38px));
  min-height:720px;
  margin-inline:auto;
  padding:62px 52% 78px 0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:transparent;
}
.hero-copy::after {
  display:none;
}
.eyebrow {
  color:var(--pink);
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:14px;
  margin-bottom:13px;
}
.hero h1,.page-hero h1 {
  font-size:clamp(43px,5.2vw,78px);
  line-height:1.01;
  margin:0 0 20px;
  letter-spacing:-.055em;
  color:#121820;
}
.accent {
  color:var(--pink)
}
.lead {
  font-size:clamp(18px,1.65vw,22px);
  color:#2c3847;
  max-width:650px;
  margin:0 0 10px;
}
.hero-icons {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  margin:26px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  max-width:650px;
}
.hero-icon {
  padding:15px 9px;
  text-align:center;
  border-right:1px solid var(--line);
  font-weight:900;
  font-size:13px;
}
.hero-icon:last-child {
  border-right:0
}
.hero-icon svg {
  width:38px;
  height:38px;
  margin:0 auto 7px;
  color:var(--blue);
}
.hero-actions {
  display:flex;
  gap:14px;
  align-items:center;
  flex-wrap:wrap;
}
.hero-locations {
  display:flex;
  gap:15px;
  align-items:center;
  flex-wrap:wrap;
  margin-top:25px;
  color:#1b2734;
  font-weight:850;
}
.dot {
  width:6px;
  height:6px;
  border-radius:999px;
  background:var(--blue);
}
.hero-controls {
  position:absolute;
  left:50%;
  bottom:23px;
  transform:translateX(-50%);
  display:flex;
  gap:8px;
  z-index:6;
}
.hero-controls button {
  width:12px;
  height:12px;
  border:0;
  border-radius:999px;
  background:#c4d0dd;
  cursor:pointer;
}
.hero-controls button.active {
  width:34px;
  background:var(--pink);
}
.hero-arrow {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:7;
  width:48px;
  height:48px;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  box-shadow:0 8px 25px rgba(0,0,0,.15);
  color:var(--navy);
  font-size:30px;
  cursor:pointer;
}
.hero-arrow.prev {
  left:18px
}
.hero-arrow.next {
  right:18px
}
.trust-strip {
  background:#0d131a;
  color:#fff;
  padding:18px 0
}
.trust-items {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px
}
.trust-item {
  text-align:center;
  font-weight:900
}
.trust-item small {
  display:block;
  color:#aeb8c4;
  font-weight:650;
  margin-top:2px
}
.section {
  padding:86px 0
}
.section.compact {
  padding:58px 0
}
.section.soft {
  background:var(--soft)
}
.section.blue-soft {
  background:linear-gradient(135deg,#eef6ff,#f9fbff)
}
.section.dark {
  background:linear-gradient(135deg,#101720,#070a0f);
  color:#fff
}
.section.pink-soft {
  background:linear-gradient(135deg,#fff2f8,#fff)
}
.section-head {
  max-width:820px;
  margin:0 auto 42px;
  text-align:center
}
.section-head.left {
  margin:0 0 36px;
  text-align:left
}
.kicker {
  color:var(--pink);
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.1em;
  font-weight:1000;
  margin-bottom:9px
}
.section h2 {
  font-size:clamp(31px,4vw,53px);
  line-height:1.08;
  letter-spacing:-.035em;
  margin:0 0 16px
}
.section h3 {
  font-size:22px;
  line-height:1.25;
  margin:0 0 10px
}
.section p {
  color:#445365
}
.section.dark p {
  color:#c5cfda
}
.section-head p {
  font-size:18px;
  margin:0
}
.text-link {
  color:var(--blue);
  font-weight:900
}
.text-link:hover {
  color:var(--pink)
}
.grid {
  display:grid;
  gap:22px
}
.grid-2 {
  grid-template-columns:repeat(2,minmax(0,1fr))
}
.grid-3 {
  grid-template-columns:repeat(3,minmax(0,1fr))
}
.grid-4 {
  grid-template-columns:repeat(4,minmax(0,1fr))
}
.grid-6 {
  grid-template-columns:repeat(6,minmax(0,1fr))
}
.card {
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:27px;
  box-shadow:0 12px 35px rgba(17,24,33,.06)
}
.card:hover {
  transform:translateY(-3px);
  box-shadow:var(--shadow);
  transition:.22s
}
.card.dark-card {
  background:#121a23;
  border-color:#26313d;
  color:#fff
}
.card p:last-child {
  margin-bottom:0
}
.icon-box {
  width:58px;
  height:58px;
  border-radius:17px;
  display:grid;
  place-items:center;
  background:#edf5ff;
  color:var(--blue);
  margin-bottom:17px
}
.icon-box.pink {
  background:#fff0f7;
  color:var(--pink)
}
.icon-box svg {
  width:32px;
  height:32px
}
.number {
  font-size:13px;
  font-weight:1000;
  color:var(--pink);
  letter-spacing:.1em;
  margin-bottom:10px
}
.check-list {
  list-style:none;
  padding:0;
  margin:16px 0 0
}
.check-list li {
  position:relative;
  padding:7px 0 7px 27px;
  color:#344253
}
.check-list li:before {
  content:"✓";
  position:absolute;
  left:0;
  top:7px;
  color:var(--blue);
  font-weight:1000
}
.section.dark .check-list li {
  color:#d9e1ea
}
.price-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  align-items:stretch
}
.price-card {
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:30px;
  position:relative;
  box-shadow:0 14px 38px rgba(11,15,20,.08)
}
.price-card.featured {
  border:2px solid var(--pink);
  transform:translateY(-8px)
}
.price-card .badge {
  position:absolute;
  top:-14px;
  left:50%;
  transform:translateX(-50%);
  background:var(--pink);
  color:#fff;
  padding:6px 17px;
  border-radius:999px;
  font-size:12px;
  font-weight:1000;
  white-space:nowrap
}
.price {
  font-size:47px;
  line-height:1;
  color:var(--navy);
  font-weight:1000;
  letter-spacing:-.045em;
  margin:13px 0 4px
}
.featured .price {
  color:var(--pink)
}
.price small {
  font-size:14px;
  color:var(--muted);
  letter-spacing:0
}
.price-note {
  font-size:13px;
  color:var(--muted)
}
.split {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:44px;
  align-items:center
}
.split-media {
  border-radius:28px;
  overflow:hidden;
  box-shadow:var(--shadow);
  min-height:400px
}
.split-media img {
  width:100%;
  height:100%;
  object-fit:cover;
  min-height:400px
}
.split-content p {
  font-size:17px
}
.feature-band {
  border-radius:28px;
  overflow:hidden;
  background:linear-gradient(135deg,#eaf4ff,#fff);
  display:grid;
  grid-template-columns:1.1fr .9fr;
  align-items:stretch;
  border:1px solid #d8e7f7
}
.feature-band .copy {
  padding:43px
}
.feature-band img {
  height:100%;
  width:100%;
  object-fit:cover;
  min-height:340px
}
.page-hero {
  background:#fff;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);
  min-height:560px;
  overflow:hidden
}
.page-hero-copy {
  padding:66px 42px 66px max(34px,calc((100vw - var(--container))/2));
  display:flex;
  flex-direction:column;
  justify-content:center;
  position:relative;
  z-index:2
}
.page-hero-copy:after {
  content:"";
  position:absolute;
  right:-120px;
  top:0;
  bottom:0;
  width:220px;
  background:linear-gradient(90deg,#fff 15%,rgba(255,255,255,.92),transparent);
  z-index:-1
}
.page-hero-image {
  background-size:cover;
  background-position:center;
  min-height:560px
}
.page-hero-actions {
  display:flex;
  gap:13px;
  flex-wrap:wrap;
  margin-top:23px
}
.breadcrumbs {
  font-size:13px;
  font-weight:800;
  color:var(--blue);
  margin-bottom:17px
}
.breadcrumbs a:hover {
  color:var(--pink)
}
.process-grid {
  counter-reset:steps
}
.process-card {
  position:relative;
  padding-top:54px
}
.process-card:before {
  counter-increment:steps;
  content:"0" counter(steps);
  position:absolute;
  top:0;
  left:0;
  font-size:38px;
  font-weight:1000;
  color:#d8e8fa
}
.industry-card {
  min-height:200px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  background:linear-gradient(145deg,#fff,#f3f8ff)
}
.industry-card h3 {
  color:var(--navy)
}
.faq-list {
  max-width:920px;
  margin:auto
}
.faq {
  border:1px solid var(--line);
  border-radius:17px;
  margin-bottom:13px;
  background:#fff;
  overflow:hidden
}
.faq summary {
  padding:20px 24px;
  font-weight:950;
  cursor:pointer;
  list-style:none
}
.faq summary::-webkit-details-marker {
  display:none
}
.faq summary:after {
  content:"+";
  float:right;
  color:var(--pink);
  font-size:24px
}
.faq[open] summary:after {
  content:"−"
}
.faq .answer {
  padding:0 24px 22px;
  color:#445365
}
.video-wrap {
  background:#080c11;
  border-radius:26px;
  padding:15px;
  box-shadow:var(--shadow)
}
.video-wrap video {
  width:100%;
  display:block;
  border-radius:16px;
  background:#000;
  max-height:650px
}
.video-caption {
  padding:12px 8px 3px;
  color:#dce4ee;
  font-size:14px
}
.promo-poster {
  max-width:540px;
  margin:auto;
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--shadow)
}
.form-wrap {
  background:#fff;
  border:1px solid var(--line);
  border-radius:26px;
  padding:32px;
  box-shadow:var(--shadow)
}
.form-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px
}
.form-group {
  display:flex;
  flex-direction:column;
  gap:7px
}
.form-group.full {
  grid-column:1/-1
}
.form-group label {
  font-weight:900;
  color:#233140
}
.form-group input,.form-group select,.form-group textarea {
  width:100%;
  border:1px solid #cbd8e5;
  border-radius:13px;
  padding:13px 14px;
  background:#fff;
  color:#17202a
}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus {
  outline:3px solid rgba(8,119,242,.15);
  border-color:var(--blue)
}
.form-group textarea {
  min-height:145px;
  resize:vertical
}
.form-note {
  font-size:13px;
  color:#667585
}
.honeypot {
  position:absolute!important;
  left:-9999px!important
}
.cta {
  background:linear-gradient(135deg,#0b1320,#17293d);
  color:#fff;
  border-radius:30px;
  padding:46px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:32px
}
.cta h2 {
  margin-bottom:8px
}
.cta p {
  color:#cbd5df;
  margin:0;
  max-width:720px
}
.cta-actions {
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  flex-shrink:0
}
.site-footer {
  background:#070a0e;
  color:#c8d1db;
  padding:64px 0 0
}
.footer-grid {
  display:grid;
  grid-template-columns:1.4fr .8fr .8fr 1fr;
  gap:34px
}
.footer-logo {
  height:58px;
  width:auto;
  margin-bottom:15px
}
.footer-grid h4 {
  color:#fff;
  margin:0 0 14px
}
.footer-grid a {
  display:block;
  margin:7px 0;
  color:#c8d1db
}
.footer-grid a:hover {
  color:#fff
}
.footer-bottom {
  border-top:1px solid rgba(255,255,255,.1);
  margin-top:38px;
  padding:19px 0;
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:13px
}
.floating {
  position:fixed;
  right:16px;
  top:55%;
  transform:translateY(-50%);
  z-index:950;
  display:flex;
  flex-direction:column;
  gap:9px
}
.float-btn {
  width:104px;
  min-height:72px;
  border-radius:15px;
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-size:12px;
  font-weight:1000;
  box-shadow:0 10px 25px rgba(0,0,0,.2);
  padding:8px
}
.float-btn svg {
  width:25px;
  height:25px;
  margin-bottom:4px
}
.float-btn.call {
  background:var(--blue)
}
.float-btn.quote {
  background:var(--pink)
}
.float-btn.trade {
  background:#1a2028
}
.mobile-float {
  display:none
}
.notice {
  background:#eef6ff;
  border-left:4px solid var(--blue);
  padding:16px 18px;
  border-radius:10px;
  color:#324252
}
.pill-row {
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:20px
}
.pill {
  background:#edf5ff;
  border:1px solid #d4e5f8;
  color:#1e4d7c;
  padding:8px 12px;
  border-radius:999px;
  font-weight:850;
  font-size:13px
}
@media(max-width:1180px) {
  .nav a {
    font-size:13px;
    padding:10px 7px
  }
  .brand {
    min-width:215px
  }
  .brand img {
    height:52px
  }
  .header-quote {
    display:none
  }
  .grid-6 {
    grid-template-columns:repeat(3,1fr)
  }
}
@media(max-width:980px) {
  .topbar-right {
    display:none
  }
  .nav {
    display:none
  }
  .menu-toggle {
    display:block
  }
  .header-quote {
    display:inline-flex
  }
  .brand {
    min-width:0
  }
  .hero,.hero-slide {
    min-height:0
  }
  .hero-slide.active {
    grid-template-columns:1fr
  }
  .hero-copy {
    padding:55px 28px 45px
  }
  .hero-copy:after {
    display:none
  }
  .hero-image {
    min-height:440px;
    order:-1;
    background-position:center 30%
  }
  .hero-image:before {
    background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.2))
  }
  .hero-arrow {
    top:37%
  }
  .page-hero {
    grid-template-columns:1fr
  }
  .page-hero-image {
    order:-1;
    min-height:430px;
    background-position:center 25%
  }
  .page-hero-copy {
    padding:50px 28px
  }
  .page-hero-copy:after {
    display:none
  }
  .grid-4 {
    grid-template-columns:repeat(2,1fr)
  }
  .grid-3 {
    grid-template-columns:repeat(2,1fr)
  }
  .split {
    grid-template-columns:1fr
  }
  .feature-band {
    grid-template-columns:1fr
  }
  .feature-band img {
    min-height:320px
  }
  .price-grid {
    grid-template-columns:1fr
  }
  .price-card.featured {
    transform:none
  }
  .footer-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .floating {
    display:none
  }
  .mobile-float {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:1000;
    background:#0b1016;
    box-shadow:0 -8px 25px rgba(0,0,0,.25)
  }
  .mobile-float a {
    color:#fff;
    text-align:center;
    padding:13px 8px;
    font-weight:950;
    border-right:1px solid rgba(255,255,255,.12)
  }
  .mobile-float a:nth-child(2) {
    background:var(--pink)
  }
  body {
    padding-bottom:52px
  }
  .cta {
    display:block
  }
  .cta-actions {
    margin-top:24px
  }
}
@media(max-width:660px) {
  .container {
    width:min(100% - 26px,var(--container))
  }
  .topbar-left {
    gap:9px;
    font-size:12px
  }
  .topbar-left span {
    display:none
  }
  .nav-wrap {
    min-height:72px
  }
  .brand img {
    height:49px
  }
  .lang-switch {
    display:none
  }
  .header-actions {
    gap:7px
  }
  .hero-copy {
    padding:43px 20px 52px
  }
  .hero h1,.page-hero h1 {
    font-size:44px
  }
  .hero-image {
    min-height:330px
  }
  .hero-icons {
    grid-template-columns:repeat(2,1fr)
  }
  .hero-icon:nth-child(2) {
    border-right:0
  }
  .hero-icon:nth-child(-n+2) {
    border-bottom:1px solid var(--line)
  }
  .hero-actions .btn {
    width:100%
  }
  .hero-arrow {
    width:42px;
    height:42px;
    font-size:25px;
    top:28%
  }
  .hero-arrow.prev {
    left:8px
  }
  .hero-arrow.next {
    right:8px
  }
  .trust-items {
    grid-template-columns:repeat(2,1fr)
  }
  .section {
    padding:62px 0
  }
  .section.compact {
    padding:45px 0
  }
  .grid-2,.grid-3,.grid-4,.grid-6 {
    grid-template-columns:1fr
  }
  .card {
    padding:23px
  }
  .page-hero-image {
    min-height:330px
  }
  .page-hero-copy {
    padding:40px 20px
  }
  .page-hero-actions .btn {
    width:100%
  }
  .form-grid {
    grid-template-columns:1fr
  }
  .form-group.full {
    grid-column:auto
  }
  .form-wrap {
    padding:23px
  }
  .cta {
    padding:30px 23px
  }
  .cta-actions .btn {
    width:100%
  }
  .footer-grid {
    grid-template-columns:1fr
  }
  .footer-bottom {
    display:block
  }
  .footer-bottom span {
    display:block;
    margin:5px 0
  }
  .feature-band .copy {
    padding:28px
  }
  .price {
    font-size:42px
  }
}
@media (min-width:981px) and (max-width:1500px) {
  .nav-wrap {
    gap:12px
  }
  .brand {
    min-width:202px
  }
  .brand img {
    height:49px
  }
  .nav {
    gap:0
  }
  .nav a {
    font-size:12.5px;
    padding:10px 7px
  }
  .header-actions {
    gap:7px
  }
  .lang-btn {
    padding:6px 8px
  }
  .header-quote {
    padding:10px 13px;
    font-size:13px
  }
}
/* Version 4 responsive homepage slider */ @media (max-width:980px) {
  .hero,   .hero-slide {
    min-height:0;
  }
  .hero-slide.active {
    display:flex;
    flex-direction:column;
  }
  .hero-image {
    position:relative;
    inset:auto;
    order:-1;
    min-height:430px;
    background-position:center 28%;
  }
  .hero-image::before {
    background:linear-gradient(180deg,rgba(255,255,255,0) 55%,rgba(255,255,255,.72) 86%,#ffffff 100%);
  }
  .hero-copy {
    width:min(var(--container),calc(100% - 38px));
    min-height:0;
    margin-inline:auto;
    padding:42px 0 64px;
    background:#ffffff;
  }
  .hero-arrow {
    top:240px;
  }
}
@media (max-width:660px) {
  .hero-image {
    min-height:330px;
  }
  .hero-copy {
    width:min(100% - 26px,var(--container));
    padding:34px 0 58px;
  }
  .hero-arrow {
    top:185px;
  }
}

/* Prevent language buttons from wrapping when the desktop menu is crowded. */
.lang-switch {
  flex-shrink: 0;
}
.lang-btn {
  flex-shrink: 0;
  white-space: nowrap;
}

/* Chinese headings use a slightly tighter size so long phrases remain balanced. */
html[data-lang="zh"] .hero h1,
html[data-lang="zh"] .page-hero h1 {
  font-size: clamp(40px, 4.5vw, 68px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}
