:root {
  --paper: #f5f6f0;
  --ink: #18251f;
  --muted: #59665d;
  --accent: #ddf787;
  --green: #183c2f;
  --dark: #11281f;
  --line: #d6dfd2;
  --radius: 14px;
  color-scheme: light;
  font-family: Arial, "PingFang HK", "Microsoft JhengHei", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a,
summary {
  touch-action: manipulation;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #839e23;
  outline-offset: 6px;
}
a:hover {
  color: #557510;
}
svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
h1,
h2,
h3,
p {
  margin: 0;
}
p {
  line-height: 1.85;
}
h2 {
  font-size: clamp(32px, 3.4vw, 46px);
  line-height: 1.4;
  letter-spacing: -0.05em;
}
h3 {
  font-size: 22px;
  line-height: 1.5;
}
section[id] {
  scroll-margin-top: 28px;
}
.wrap {
  width: min(1200px, calc(100% - 96px));
  margin-inline: auto;
}
.header {
  width: 100%;
  padding-inline: max(48px, calc((100% - 1200px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 99px;
  border-bottom: 1px solid #ffffff16;
  gap: 24px;
  background: var(--dark);
  color: #f4f6ed;
}
.brand {
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -1px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.brand-domain {
  font-weight: 400;
  opacity: 0.75;
}
.brand-mark {
  display: grid;
  place-items: center;
  background: var(--accent);
  color: var(--dark);
  width: 34px;
  height: 34px;
  border-radius: 10px;
  margin-right: 10px;
  font-size: 27px;
  line-height: 1;
}
.header nav {
  display: flex;
  gap: 32px;
  font-size: 13px;
  color: #d8e3d4;
}
.header nav a,
.language {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}
.header a:hover {
  color: var(--accent);
}
.language {
  gap: 14px;
  font-size: 13px;
  border: 1px solid #ffffff25;
  padding: 0 15px;
  border-radius: 99px;
}
.hero {
  position: relative;
  isolation: isolate;
  width: 100%;
  display: grid;
  grid-template-columns: 1.18fr 1fr;
  align-items: center;
  gap: 50px;
  padding: 80px max(48px, calc((100% - 1200px) / 2)) 96px;
  min-height: 730px;
  background: var(--dark);
  color: #f4f6ed;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse at 85% 40%, #39634566 0, transparent 56%),
    linear-gradient(130deg, transparent 40%, #081d1633);
}
.hero::after {
  content: "FS251";
  position: absolute;
  z-index: -1;
  right: -35px;
  bottom: -80px;
  font-size: 280px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -25px;
  color: #ffffff03;
}
.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.7;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero .eyebrow {
  color: #d6e5c8;
}
.dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}
h1 {
  font-size: clamp(45px, 5.4vw, 74px);
  line-height: 1.24;
  letter-spacing: -0.065em;
  margin: 28px 0 15px;
  white-space: nowrap;
}
h1 span {
  color: var(--accent);
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.06em;
}
.hero-subtitle {
  font-size: clamp(39px, 4.2vw, 59px);
  line-height: 1.42;
  letter-spacing: -0.06em;
}
.lead {
  font-size: 16px;
  color: #c2d1c3;
  margin-top: 27px;
  line-height: 1.9;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
  margin-top: 33px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  background: var(--accent);
  color: var(--dark);
  padding: 19px 26px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 700;
  min-height: 60px;
  font-size: 16px;
  transition:
    background 0.18s,
    box-shadow 0.18s,
    transform 0.18s;
}
.button:hover {
  background: #e8ffac;
  color: var(--dark);
  box-shadow: 0 7px 28px #ddf78722;
  transform: translateY(-2px);
}
.button:active {
  transform: translateY(0);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  min-height: 44px;
  color: #e4eadd;
}
.text-link:hover {
  color: var(--accent);
}
.reassurance {
  font-size: 12px;
  color: #c2d1c3;
  margin-top: 19px;
  max-width: 430px;
  line-height: 1.8;
}
.service-visual {
  position: relative;
  padding: 28px 0 25px;
  isolation: isolate;
}
.visual-grid {
  position: absolute;
  inset: -65px -90px;
  z-index: -1;
  background-image:
    linear-gradient(#ddf78707 1px, transparent 1px),
    linear-gradient(90deg, #ddf78707 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(ellipse, black 20%, transparent 70%);
}
.orbit {
  position: absolute;
  border: 1px solid #ddf78715;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
}
.orbit-one {
  width: 520px;
  height: 520px;
  left: -18px;
  top: -45px;
}
.orbit-two {
  width: 430px;
  height: 430px;
  left: 27px;
  top: 0;
}
.compose-card {
  display: block;
  background: #f9fbf3;
  color: var(--ink);
  border-radius: 17px;
  border: 1px solid #ffffffa6;
  box-shadow:
    0 30px 80px #0005,
    0 0 0 10px #ffffff03;
  transform: perspective(1000px) rotateY(-5deg) rotate(-3deg);
  position: relative;
  overflow: hidden;
  animation: float 1s ease-in-out 1;
}
.compose-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 19px 23px;
  background: #eaf0e4;
  border-bottom: 1px solid #d9e0d1;
  font-size: 10px;
  color: #667561;
}
.compose-header svg {
  width: 17px;
  height: 17px;
}
.compose-dots {
  display: flex;
  gap: 5px;
}
.compose-dots i {
  width: 6px;
  height: 6px;
  background: #a7b79d;
  border-radius: 50%;
}
.compose-to {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 11px;
  color: #667561;
  padding: 20px 25px;
  border-bottom: 1px solid #e2e8db;
}
.recipient {
  border: 1px solid #d4deca;
  background: #eff5e7;
  border-radius: 6px;
  padding: 7px 11px;
  color: #35513c;
  font-size: 12px;
}
.compose-body {
  padding: 33px 28px 30px;
}
.compose-body > p:first-child {
  font-size: 22px;
  font-weight: 500;
}
.compose-body h3 {
  font-size: clamp(23px, 2.2vw, 31px);
  letter-spacing: -0.05em;
  margin: 6px 0 20px;
}
.compose-body > p:last-child {
  font-size: 13px;
  color: #64705e;
  line-height: 1.9;
}
.compose-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px 23px;
  border-top: 1px solid #e2e8db;
}
.compose-footer > span:first-child {
  font-size: 10px;
  color: #64705e;
  display: flex;
  align-items: center;
  gap: 7px;
}
.compose-footer .dot {
  background: #729d38;
  width: 5px;
  height: 5px;
}
.send-symbol {
  width: 45px;
  height: 40px;
  border-radius: 9px;
  background: var(--green);
  color: var(--accent);
  display: grid;
  place-items: center;
  font-size: 25px;
}
.certificate-chip {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  width: 290px;
  margin: -11px -13px 0 auto;
  background: #dff48f;
  border: 1px solid #e7ffac;
  border-radius: 13px;
  padding: 17px 20px;
  color: var(--dark);
  box-shadow: 0 15px 35px #0003;
  transform: rotate(4deg);
  z-index: 3;
}
.chip-icon {
  width: 37px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid #899f51;
  border-radius: 7px;
}
.certificate-chip > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.certificate-chip > div > span {
  font-size: 10px;
}
.certificate-chip strong {
  font-size: 26px;
  letter-spacing: -1px;
}
.chip-free {
  margin-left: auto;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 8px;
  border: 1px solid #819544;
  border-radius: 99px;
}
.visual-caption {
  font-size: 8px;
  letter-spacing: 0.22em;
  margin-top: 29px;
  color: #b2c9a5;
  text-align: center;
}
.trust-strip {
  background: #e7eddf;
  border-bottom: 1px solid var(--line);
}
.trust-strip > .wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 24px;
}
.trust-strip span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #395334;
}
.trust-strip svg {
  width: 17px;
  height: 17px;
}
.section {
  padding-block: 92px;
}
.section > .eyebrow,
.faq-section .eyebrow {
  color: #607b42;
}
.section-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 70px;
  margin: 18px 0 35px;
}
.section-heading h2 {
  flex: 1;
}
.section-heading > p {
  flex: 1;
  font-size: 15px;
  color: var(--muted);
  max-width: 450px;
}
.receipt-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #e9eee2;
  border: 1px solid var(--line);
  border-radius: 14px;
  margin-bottom: 30px;
  overflow: hidden;
}
.receipt-list > div {
  padding: 21px 23px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.receipt-list > div + div {
  border-left: 1px solid var(--line);
}
.receipt-list span {
  font-size: 12px;
  color: var(--muted);
}
.receipt-list b {
  font-size: 16px;
  font-weight: 600;
}
.receipt-list > div:last-child {
  background: #dff48f;
}
.receipt-list > div:last-child b {
  font-size: 25px;
  line-height: 1.1;
  letter-spacing: -1px;
}
.included-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}
.included-grid article {
  padding: 29px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fbfcf7;
  transition:
    transform 0.2s,
    border-color 0.2s;
}
.included-grid article:hover {
  transform: translateY(-4px);
  border-color: #9daf79;
}
.index {
  font-size: 12px;
  color: #658344;
  font-family: monospace;
}
.included-grid h3 {
  margin: 21px 0 12px;
  font-size: 21px;
}
.included-grid p {
  font-size: 14px;
  color: var(--muted);
}
.free-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  margin-top: 24px;
  color: #426635;
}
.free-label svg {
  width: 16px;
  height: 16px;
}
.scope-note {
  font-size: 11px;
  color: var(--muted);
  margin-top: 23px;
  max-width: 1050px;
}
.process-section {
  background: var(--green);
  color: var(--paper);
  padding-block: 80px;
  position: relative;
  overflow: hidden;
}
.process-section::after {
  content: "↗";
  font-size: 430px;
  position: absolute;
  right: -20px;
  bottom: -140px;
  color: #ffffff03;
  pointer-events: none;
}
.process-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 90px;
}
.process-section .eyebrow {
  color: #c4dba9;
}
.process-section h2 {
  margin-top: 20px;
}
.process-symbol {
  font-size: 110px;
  color: var(--accent);
  line-height: 1.5;
}
.steps {
  list-style: none;
  margin: 0;
  padding: 0;
}
.steps li {
  display: flex;
  gap: 24px;
  padding: 26px 0;
  border-bottom: 1px solid #ffffff20;
}
.steps li:first-child {
  padding-top: 0;
}
.steps li:last-child {
  border: 0;
  padding-bottom: 0;
}
.step-number {
  font-family: Georgia, serif;
  font-size: 30px;
  color: var(--accent);
  line-height: 1.5;
}
.steps h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.steps p {
  color: #d1dfca;
  font-size: 14px;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 90px;
}
.faq-section h2 {
  margin-top: 18px;
}
.source-link {
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
  display: inline-block;
  padding-block: 18px;
  line-height: 1.8;
}
.faqs {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  padding: 24px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
.plus {
  font-size: 23px;
  font-weight: 400;
  color: #557510;
  transition: transform 0.2s;
}
details[open] .plus {
  transform: rotate(45deg);
}
details > p {
  padding: 0 32px 24px 0;
  font-size: 14px;
  color: var(--muted);
}
.contact-section {
  background: #dff48f;
  padding: 75px 0 78px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 90px;
  align-items: center;
}
.contact-section h2 {
  margin-top: 19px;
  font-size: clamp(36px, 4vw, 55px);
  line-height: 1.35;
}
.contact-copy {
  color: #466039;
  font-size: 15px;
  margin-top: 21px;
}
.contact-action .button {
  width: 100%;
  justify-content: space-between;
  background: var(--dark);
  color: var(--accent);
}
.contact-action .button:hover {
  background: #244b36;
  box-shadow: 0 8px 24px #183c2f25;
}
.email-address {
  display: block;
  font-size: 29px;
  letter-spacing: -1px;
  margin-top: 22px;
  word-break: break-word;
}
.contact-action p {
  font-size: 11px;
  color: #466039;
  margin-top: 17px;
}
.footer {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-block: 38px 43px;
}
.footer .brand {
  font-size: 21px;
}
.footer p {
  font-size: 11px;
  color: var(--muted);
  margin-top: 6px;
}
.footer > div:last-child {
  text-align: right;
}
.mobile-cta {
  display: none;
}
.skip {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 12px 20px;
  background: var(--accent);
  color: var(--dark);
  transform: translateY(-150%);
}
.skip:focus {
  transform: translateY(0);
}
html[lang="en-HK"] h1 {
  font-size: clamp(46px, 5.3vw, 73px);
}
html[lang="en-HK"] .hero-subtitle {
  font-size: clamp(35px, 3.7vw, 52px);
  line-height: 1.18;
}
html[lang="en-HK"] h2 {
  line-height: 1.2;
  letter-spacing: -0.045em;
}
html[lang="en-HK"] .compose-body h3 {
  font-size: 25px;
}
html[lang="en-HK"] .reassurance {
  max-width: 450px;
}
@keyframes float {
  0%,
  100% {
    transform: perspective(1000px) rotateY(-5deg) rotate(-3deg) translateY(0);
  }
  50% {
    transform: perspective(1000px) rotateY(-3deg) rotate(-2deg) translateY(-8px);
  }
}
@media (min-width: 1500px) {
  .hero {
    min-height: 770px;
  }
}
@media (max-width: 1050px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .header,
  .hero {
    width: 100%;
    padding-inline: 32px;
  }
  .hero {
    gap: 35px;
  }
  .hero-actions {
    gap: 17px;
  }
  .compose-to {
    gap: 10px;
  }
  .process-grid,
  .faq-section,
  .contact-grid {
    gap: 45px;
  }
  .header nav {
    gap: 21px;
  }
  .certificate-chip {
    margin-right: 0;
    width: 265px;
  }
  .compose-body {
    padding-inline: 23px;
  }
  .included-grid article {
    padding: 23px;
  }
  .receipt-list > div {
    padding: 19px;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .header {
    width: 100%;
    padding-inline: 20px;
    min-height: 78px;
    gap: 15px;
  }
  .brand {
    font-size: 22px;
  }
  .brand-mark {
    width: 29px;
    height: 29px;
    font-size: 23px;
    margin-right: 8px;
    border-radius: 8px;
  }
  .header nav {
    display: none;
  }
  .language {
    font-size: 12px;
    gap: 8px;
    min-height: 38px;
    padding: 0 12px;
  }
  .hero {
    width: 100%;
    grid-template-columns: 1fr;
    padding: 45px 24px 40px;
    gap: 36px;
    min-height: 0;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 0.12em;
  }
  h1 {
    font-size: clamp(42px, 11vw, 68px);
    margin-top: 23px;
    margin-bottom: 13px;
  }
  .hero-subtitle {
    font-size: 41px;
    line-height: 1.4;
  }
  .lead {
    font-size: 14px;
    margin-top: 22px;
  }
  .hero-actions {
    gap: 19px;
    margin-top: 27px;
  }
  .button {
    padding: 17px 23px;
    min-height: 56px;
    gap: 31px;
  }
  .reassurance {
    font-size: 12px;
    margin-top: 16px;
    line-height: 1.9;
    max-width: 310px;
  }
  .text-link {
    font-size: 11px;
  }
  .service-visual {
    width: min(400px, 100%);
    margin: auto;
    padding: 20px 5px 7px;
  }
  .compose-card {
    display: block;
    border-radius: 13px;
    box-shadow: 0 20px 50px #0004;
    animation: none;
    transform: rotate(-2deg);
  }
  .compose-header {
    padding: 16px 17px;
    font-size: 9px;
    gap: 9px;
  }
  .compose-dots {
    gap: 4px;
  }
  .compose-dots i {
    width: 5px;
    height: 5px;
  }
  .compose-to {
    padding: 15px 20px;
    gap: 12px;
  }
  .recipient {
    font-size: 11px;
  }
  .compose-body {
    padding: 26px 23px;
  }
  .compose-body > p:first-child {
    font-size: 20px;
  }
  .compose-body h3 {
    font-size: 27px;
    margin: 5px 0 15px;
  }
  .compose-body > p:last-child {
    font-size: 12px;
  }
  .compose-footer {
    padding: 15px 20px 18px;
  }
  .compose-footer > span:first-child {
    font-size: 9px;
  }
  .send-symbol {
    width: 40px;
    height: 35px;
    font-size: 23px;
  }
  .certificate-chip {
    width: 243px;
    gap: 12px;
    padding: 13px 15px;
    margin: -5px -1px 0 auto;
    border-radius: 11px;
  }
  .certificate-chip strong {
    font-size: 24px;
  }
  .certificate-chip > div > span {
    font-size: 9px;
  }
  .chip-icon {
    width: 32px;
    height: 38px;
  }
  .chip-free {
    font-size: 10px;
    padding: 4px 6px;
  }
  .orbit-one {
    width: 370px;
    height: 370px;
    left: -22px;
    top: -5px;
  }
  .orbit-two {
    width: 310px;
    height: 310px;
    left: 8px;
    top: 25px;
  }
  .visual-caption {
    font-size: 7px;
    margin-top: 22px;
  }
  .hero::after {
    font-size: 155px;
    bottom: -37px;
    letter-spacing: -12px;
  }
  .trust-strip > .wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 20px;
    padding-block: 20px;
  }
  .trust-strip span {
    font-size: 10px;
    gap: 5px;
  }
  .trust-strip svg {
    width: 14px;
    height: 14px;
  }
  .section {
    padding-block: 57px;
  }
  .section-heading {
    display: block;
    margin: 16px 0 25px;
  }
  .section-heading > p {
    margin-top: 17px;
    font-size: 14px;
  }
  h2 {
    font-size: 30px;
    line-height: 1.4;
  }
  .receipt-list {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 18px;
    border-radius: 12px;
  }
  .receipt-list > div {
    padding: 17px;
  }
  .receipt-list > div:nth-child(3) {
    border-left: 0;
  }
  .receipt-list > div:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
  .receipt-list span {
    font-size: 10px;
  }
  .receipt-list b {
    font-size: 14px;
  }
  .receipt-list > div:last-child b {
    font-size: 23px;
  }
  .included-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .included-grid article {
    padding: 25px;
  }
  .included-grid h3 {
    margin: 11px 0 8px;
    font-size: 21px;
  }
  .included-grid p {
    font-size: 14px;
  }
  .free-label {
    margin-top: 15px;
  }
  .scope-note {
    font-size: 10px;
    margin-top: 21px;
    line-height: 1.9;
  }
  .process-section {
    padding-block: 53px;
  }
  .process-grid {
    grid-template-columns: 1fr;
    gap: 33px;
  }
  .process-symbol {
    display: none;
  }
  .process-section h2 {
    margin-top: 15px;
  }
  .steps li {
    gap: 20px;
    padding: 23px 0;
  }
  .steps h3 {
    font-size: 18px;
  }
  .steps p {
    font-size: 13px;
  }
  .step-number {
    font-size: 26px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .faq-section h2 {
    margin-top: 15px;
  }
  summary {
    font-size: 15px;
    padding-block: 22px;
  }
  details > p {
    font-size: 13px;
  }
  .contact-section {
    padding-block: 49px 52px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 29px;
  }
  .contact-section h2 {
    font-size: 36px;
  }
  .contact-copy {
    font-size: 14px;
  }
  .email-address {
    font-size: 28px;
  }
  .contact-action p {
    font-size: 10px;
    line-height: 1.9;
  }
  .footer {
    display: block;
    padding-block: 31px 111px;
  }
  .footer > div:last-child {
    text-align: left;
    margin-top: 23px;
  }
  .mobile-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px max(10px, env(safe-area-inset-bottom));
    background: #11281ff5;
    border-top: 1px solid #ffffff22;
    z-index: 20;
    backdrop-filter: blur(12px);
  }
  .mobile-cta .button {
    width: 100%;
    min-height: 48px;
    padding: 12px 20px;
    justify-content: space-between;
    border-radius: 9px;
  }
  html[lang="en-HK"] h1 {
    font-size: 53px;
  }
  html[lang="en-HK"] .hero-subtitle {
    font-size: 38px;
  }
  html[lang="en-HK"] .hero {
    gap: 31px;
  }
  html[lang="en-HK"] .compose-body h3 {
    font-size: 22px;
  }
  html[lang="en-HK"] .lead br {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .compose-card {
    display: block;
    animation: none;
  }
  a,
  .button,
  .plus,
  .included-grid article {
    transition: none;
  }
}

.compose-card:hover {
  color: var(--ink);
}

.language-switcher {
  display: flex;
  gap: 8px;
}
@media (max-width: 760px) {
  .language-switcher {
    gap: 6px;
  }
  .language {
    padding: 0 9px;
    gap: 5px;
  }
  .language span {
    display: none;
  }
  .header {
    gap: 8px;
  }
  .brand {
    font-size: 21px;
  }
}

[hidden] {
  display: none;
}
.registration {
  font-size: 13px;
  line-height: 1.7;
  margin-top: 20px;
}
.hero .registration {
  color: #dceccf;
}
.guide-link a,
.download-link {
  text-decoration: underline;
  text-underline-offset: 5px;
  line-height: 1.8;
}
.guide-link {
  margin: 0 0 28px;
}
.inner-page .header {
  max-width: none;
  padding-inline: max(24px, calc((100vw - 1200px) / 2));
}
.inner-hero {
  background: var(--dark);
  color: var(--paper);
  padding: 48px 0 58px;
}
.inner-hero h1,
html[lang="en-HK"] .inner-hero h1 {
  white-space: normal;
  overflow-wrap: anywhere;
  font-size: clamp(32px, 4.2vw, 60px);
  max-width: 1000px;
  line-height: 1.25;
  letter-spacing: -1.5px;
}
.inner-hero .eyebrow {
  margin: 30px 0 18px;
}
.inner-lead {
  color: #d2ddce;
  font-size: 18px;
  max-width: 780px;
  line-height: 1.85;
}
.back-link {
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.guide-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 80px;
  padding-block: 64px;
}
.guide-toc {
  align-self: start;
  position: sticky;
  top: 24px;
  font-size: 14px;
}
.guide-toc nav {
  display: grid;
  gap: 16px;
  margin: 28px 0;
}
.guide-toc a {
  line-height: 1.65;
}
.guide-toc .button {
  font-size: 14px;
  padding: 18px;
}
.guide-article section {
  border-bottom: 1px solid var(--line);
  padding: 12px 0 38px;
  margin-bottom: 30px;
  scroll-margin-top: 24px;
}
.guide-article h2 {
  font-size: 28px;
  line-height: 1.45;
  letter-spacing: -0.6px;
}
.guide-article p {
  font-size: 17px;
  line-height: 1.95;
  color: var(--muted);
}
.guide-article .source-link {
  display: block;
  margin-top: 18px;
}
.guide-next {
  background: #e7eddf;
  padding: 28px;
  border-radius: 18px;
}
.enquiry-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(240px, 1fr);
  gap: 50px;
  padding-block: 64px;
}
.enquiry-panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 36px;
}
.form-notice {
  background: #edf2e6;
  padding: 18px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.75;
}
.form-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 28px;
}
.field {
  min-width: 0;
}
.field-wide {
  grid-column: 1 / -1;
}
.field label {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}
.field input,
.field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px;
  font: inherit;
  font-size: 16px;
  color: var(--ink);
  background: #fafbf7;
  border: 1px solid #9fae9f;
  border-radius: 8px;
}
.field input:focus,
.field textarea:focus {
  outline: 3px solid #b4d559;
  outline-offset: 2px;
}
.field textarea {
  resize: vertical;
}
.field-hint {
  font-size: 13px;
  line-height: 1.75;
  color: var(--muted);
}
.consent {
  display: flex;
  gap: 12px;
  align-items: start;
  margin: 26px 0;
  font-size: 14px;
  line-height: 1.8;
  cursor: pointer;
}
.consent input {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  margin: 2px 0;
  accent-color: #244d34;
}
.form-trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.enquiry-panel button {
  cursor: pointer;
  border: 0;
  font: inherit;
  font-weight: 600;
}
.enquiry-panel button:disabled {
  opacity: 0.65;
  cursor: wait;
}
.privacy-note {
  margin-top: 24px;
}
.form-error {
  color: #972b1d;
  background: #fff2ee;
  padding: 16px;
  line-height: 1.7;
  border: 1px solid #d6a197;
  border-radius: 8px;
}
.enquiry-aside h2 {
  font-size: 28px;
  line-height: 1.45;
}
.enquiry-aside p {
  font-size: 15px;
  line-height: 1.85;
}
.enquiry-aside .eyebrow {
  color: var(--green);
}
.aside-divider {
  height: 1px;
  background: var(--line);
  margin: 26px 0;
}
.submission-success {
  padding: 30px 0;
  line-height: 1.8;
}
.submission-success h2 {
  font-size: 30px;
}
.success-icon {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--accent);
  font-size: 26px;
}
.reference {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
}
.optional-fields {
  margin: 24px 0;
  border-block: 1px solid var(--line);
}
.optional-fields summary {
  font-size: 15px;
}
.optional-fields .form-fields {
  margin: 0 0 24px;
}
.archive-layout {
  padding-block: 56px;
}
.archive-intro {
  max-width: 860px;
}
.archive-intro h2 {
  font-size: 28px;
  margin-bottom: 16px;
}
.archive-intro p {
  margin-bottom: 24px;
}
.archive-intro .form-notice {
  margin-top: 24px;
}
.official-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 26px 0 40px;
  font-size: 14px;
}
.official-links a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.circular-years summary {
  font-size: 22px;
}
.circular-years summary span {
  font-size: 14px;
  color: var(--muted);
}
.circular-years ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.circular-years li a {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
  align-items: center;
  min-height: 48px;
  padding: 12px;
  border-bottom: 1px solid var(--line);
}
.circular-years li a:hover {
  background: #e8eddf;
}
.circular-years li span {
  font-size: 14px;
}
@media (max-width: 760px) {
  .guide-layout,
  .enquiry-layout {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 36px;
  }
  .guide-toc {
    position: static;
    border-bottom: 1px solid var(--line);
    padding-bottom: 30px;
  }
  .guide-article h2 {
    font-size: 25px;
  }
  .enquiry-panel {
    padding: 22px 18px;
  }
  .form-fields {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .inner-hero {
    padding: 30px 0 40px;
  }
  .inner-hero h1,
  html[lang="en-HK"] .inner-hero h1 {
    white-space: normal;
    overflow-wrap: anywhere;
    letter-spacing: -0.8px;
  }
  .inner-page .footer {
    padding-bottom: 30px;
  }
  .inner-page .header {
    gap: 12px;
  }
  .inner-page .brand {
    font-size: 21px;
  }
  .inner-page .language-switcher {
    flex-shrink: 0;
  }
}
