:root {
  --ink: #112337;
  --ink-2: #2a3b4e;
  --muted: #5c6b7a;
  --navy: #0c2f55;
  --navy-2: #071d34;
  --blue: #386bb3;
  --blue-soft: #eaf1f8;
  --green: #247d37;
  --green-dark: #185f29;
  --green-soft: #eaf6ec;
  --paper: #ffffff;
  --mist: #f3f6f8;
  --line: #d8e1e8;
  --line-dark: rgba(255, 255, 255, .18);
  --amber: #e6a52a;
  --container: 1240px;
  --radius: 6px;
  --shadow: 0 18px 50px rgba(10, 35, 60, .1);
  --font: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font);
  line-height: 1.6;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

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

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
  letter-spacing: 0;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

h2 {
  margin: 14px 0 0;
  font-size: 42px;
  line-height: 1.12;
}

h3 {
  margin: 0;
  line-height: 1.25;
}

.container {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: var(--radius);
  color: #fff;
  background: var(--navy);
}

.skip-link:focus {
  transform: translateY(0);
}

.label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.label::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.label--light,
.label--hero {
  color: #77d67f;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid rgba(216, 225, 232, .9);
  transition: box-shadow .2s ease;
}

.site-header.is-scrolled {
  box-shadow: 0 10px 28px rgba(7, 29, 52, .1);
}

.utility-bar {
  min-height: 34px;
  color: rgba(255, 255, 255, .8);
  background: var(--navy-2);
  font-size: 12px;
}

.utility-bar__inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.utility-bar p {
  margin: 0;
}

.utility-bar__inner > div {
  display: flex;
  align-items: center;
  gap: 13px;
}

.utility-bar__inner > div a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.utility-bar__inner > div a svg {
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
  stroke-width: 2;
}

.utility-bar__inner > div span {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, .28);
}

.utility-bar a:hover,
.utility-bar a:focus-visible {
  color: #fff;
}

.main-nav {
  position: relative;
  min-height: 76px;
}

.main-nav__inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  position: relative;
  width: 239px;
  flex: 0 0 auto;
}

.brand::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 4800 / 1400;
  pointer-events: none;
  content: "";
  background: linear-gradient(
    105deg,
    transparent 32%,
    rgba(255, 255, 255, .12) 40%,
    rgba(255, 255, 255, .88) 48%,
    #fff 50%,
    rgba(255, 255, 255, .88) 52%,
    rgba(255, 255, 255, .12) 60%,
    transparent 68%
  );
  background-position: var(--header-sweep-position, 170%) 0;
  background-size: 260% 100%;
  -webkit-mask: url("assets/images/viwatech-logo-new.png") center / contain no-repeat;
  mask: url("assets/images/viwatech-logo-new.png") center / contain no-repeat;
}

.main-nav .brand {
  margin-left: -18px;
}

.brand img {
  width: 100%;
  height: auto;
}

@media (min-width: 1081px) {
  .main-nav .brand {
    width: 263px;
  }
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 25px;
  color: #263a50;
  font-size: 14px;
  font-weight: 700;
}

.nav-menu > a:not(.button),
.nav-link-button {
  min-height: 76px;
  display: inline-flex;
  align-items: center;
  border: 0;
  background: transparent;
}

.nav-menu > a:not(.button),
.nav-link-button {
  position: relative;
}

.nav-menu > a[href*="tuyen-dung/"]::before {
  position: absolute;
  top: 8px;
  right: -10px;
  z-index: 1;
  padding: 2px 4px;
  color: #061a2c;
  background: #82d98a;
  border-radius: 2px;
  content: "NEW";
  font-size: 8px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
}

.nav-menu > a:not(.button)::after,
.nav-link-button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  transform: scaleX(0);
  background: var(--green);
  transition: transform .2s ease;
}

.nav-menu > a:not(.button):hover::after,
.nav-menu > a:not(.button):focus-visible::after,
.nav-link-button:hover::after,
.nav-link-button:focus-visible::after {
  transform: scaleX(1);
}

.nav-link-button {
  gap: 6px;
  padding: 0;
  color: inherit;
  font-weight: 700;
  cursor: pointer;
}

.nav-link-button > svg {
  width: 15px;
  height: 15px;
  transition: transform .2s ease;
}

.nav-link-button[aria-expanded="true"] > svg {
  transform: rotate(180deg);
}

.nav-item {
  position: static;
  display: flex;
  align-items: center;
}

.icon-button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.nav-toggle {
  position: relative;
  display: none;
  place-items: center;
  padding: 0;
  cursor: pointer;
}

.nav-toggle svg {
  width: 23px;
  height: 23px;
  transition: opacity .15s ease;
}

.nav-toggle[aria-expanded="true"] svg {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"]::before,
.nav-toggle[aria-expanded="true"]::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 3px;
  border-radius: 2px;
  background: var(--navy);
  content: "";
}

.nav-toggle[aria-expanded="true"]::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.nav-toggle[aria-expanded="true"]::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mega-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 10;
  max-height: 0;
  overflow: hidden;
  color: var(--ink);
  background: #fff;
  border-top: 1px solid var(--line);
  box-shadow: 0 22px 44px rgba(7, 29, 52, .14);
  opacity: 0;
  visibility: hidden;
  transition: opacity .18s ease, visibility .18s ease, max-height .24s ease;
}

.nav-item--mega:hover .mega-menu,
.nav-item--mega:focus-within .mega-menu,
.mega-menu.is-open {
  max-height: 420px;
  opacity: 1;
  visibility: visible;
}

.mega-menu__inner {
  display: grid;
  grid-template-columns: 1.05fr repeat(3, .85fr);
  gap: 0;
  padding-block: 28px;
}

.mega-menu__lead {
  grid-row: span 2;
  padding: 8px 36px 8px 0;
  border-right: 1px solid var(--line);
}

.mega-menu__lead h2 {
  margin-top: 10px;
  font-size: 25px;
}

.mega-menu__lead p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
}

.mega-link {
  min-height: 126px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  border-right: 1px solid var(--line);
}

.mega-link:hover,
.mega-link:focus-visible {
  background: var(--mist);
}

.mega-link__icon {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: var(--blue-soft);
  border-radius: var(--radius);
}

.mega-link__icon svg {
  width: 22px;
  height: 22px;
}

.mega-link strong,
.mega-link small {
  display: block;
}

.mega-link strong {
  font-size: 15px;
}

.mega-link small {
  margin-top: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

.mega-menu__resource {
  grid-column: 2 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 20px;
  color: #fff;
  background: var(--navy);
  font-size: 13px;
}

.mega-menu__resource a {
  color: #8bdd91;
  font-weight: 800;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.15;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.button--small {
  min-height: 44px;
  padding: 10px 14px;
  font-size: 13px;
}

.button--primary {
  color: #fff;
  background: var(--green);
  box-shadow: 0 12px 28px rgba(24, 111, 44, .24);
}

.button--primary:hover,
.button--primary:focus-visible {
  background: var(--green-dark);
}

.button--outline {
  color: var(--navy);
  border-color: #b8c8d5;
  background: #fff;
}

.button--outline:hover,
.button--outline:focus-visible {
  border-color: var(--blue);
  background: var(--blue-soft);
}

.button--glass {
  color: #fff;
  border-color: rgba(255, 255, 255, .42);
  background: rgba(9, 31, 52, .3);
}

.button--glass:hover,
.button--glass:focus-visible {
  background: rgba(255, 255, 255, .15);
}

.button--dark {
  color: #fff;
  background: var(--navy);
}

.button--dark:hover,
.button--dark:focus-visible {
  background: var(--navy-2);
}

.button--full {
  width: 100%;
}

.button--secondary {
  color: var(--navy);
  background: #fff;
  border-color: #9fb0bf;
}

.button--secondary:hover,
.button--secondary:focus-visible {
  border-color: var(--navy);
}

.text-link {
  display: inline-flex;
  align-items: center;
  color: var(--blue);
  border-bottom: 1px solid currentColor;
  font-size: 14px;
  font-weight: 800;
}

.text-link--light {
  color: #8bdd91;
}

.hero {
  position: relative;
  min-height: min(620px, calc(100svh - 126px));
  overflow: hidden;
  color: #fff;
  background: var(--navy-2);
}

.hero__media,
.hero__media img,
.hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__media img {
  object-fit: cover;
  object-position: 55% center;
}

.hero__overlay {
  background:
    linear-gradient(90deg, rgba(5, 24, 43, .96) 0%, rgba(5, 24, 43, .84) 45%, rgba(5, 24, 43, .18) 78%),
    rgba(5, 24, 43, .12);
}

.hero__inner {
  position: relative;
  z-index: 1;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 34px 40px;
}

.hero__copy {
  max-width: 830px;
}

.hero h1 {
  margin: 18px 0 22px;
  font-size: 62px;
  line-height: 1.02;
  max-width: 820px;
}

.hero__copy > p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 19px;
  line-height: 1.62;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero__assurance {
  width: min(760px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 38px;
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .2);
}

.hero__assurance > div {
  min-height: 76px;
  padding: 15px 18px;
  background: rgba(6, 31, 54, .64);
  backdrop-filter: blur(8px);
}

.hero__assurance strong,
.hero__assurance span {
  display: block;
}

.hero__assurance strong {
  font-size: 14px;
}

.hero__assurance span {
  margin-top: 4px;
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
}

.proof-strip {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.proof-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.proof-strip__grid > div {
  min-height: 118px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 24px;
  border-right: 1px solid var(--line);
}

.proof-strip__grid > div:first-child {
  border-left: 1px solid var(--line);
}

.proof-strip strong {
  color: var(--blue);
  font-size: 34px;
  line-height: 1;
}

.proof-strip span {
  max-width: 150px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.section {
  padding: 104px 0;
}

.overview {
  padding: 82px 0;
}

.overview__grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 90px;
  align-items: start;
}

.section-intro h2 {
  max-width: 500px;
}

.overview__body {
  max-width: 720px;
  color: var(--muted);
}

.overview__body p {
  margin: 0;
}

.overview__legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.overview__legal > div {
  display: grid;
  gap: 3px;
}

.overview__legal > div span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.overview__legal > div a {
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
}

.overview__body .lead {
  margin-bottom: 20px;
  color: var(--ink-2);
  font-size: 21px;
  line-height: 1.55;
}

.company-foundations {
  padding: 68px 0;
  background: #f3f6f8;
}

.company-foundations__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 56px;
  align-items: start;
}

.company-foundations__heading {
  margin-bottom: 34px;
}

.company-foundations__heading h2 {
  max-width: 1120px;
  margin-top: 16px;
  font-size: clamp(34px, 3vw, 46px);
}

.company-foundations__visual {
  position: relative;
  max-height: 520px;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 6px;
}

.company-foundations__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.company-foundations__visual figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 16px;
  color: #fff;
  background: rgba(5, 24, 43, .88);
}

.company-foundations__visual figcaption strong,
.company-foundations__visual figcaption span {
  font-size: 12px;
}

.company-foundations__visual figcaption span {
  color: rgba(255, 255, 255, .68);
}

.company-foundations__content h2 {
  max-width: 660px;
  margin-top: 16px;
  font-size: clamp(31px, 3vw, 46px);
}

.foundation-accordion {
  margin-top: 0;
  border-top: 2px solid var(--navy);
}

.foundation-accordion details {
  border-bottom: 1px solid var(--line);
}

.foundation-accordion summary {
  min-height: 66px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}

.foundation-accordion summary::-webkit-details-marker {
  display: none;
}

.foundation-accordion summary > span:first-child {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: var(--green-dark);
}

.foundation-accordion__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.foundation-accordion summary strong {
  font-size: 18px;
}

.foundation-accordion__toggle {
  position: relative;
  width: 18px;
  height: 18px;
}

.foundation-accordion__toggle::before,
.foundation-accordion__toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 2px;
  background: var(--green-dark);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform .18s ease;
}

.foundation-accordion__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.foundation-accordion details[open] .foundation-accordion__toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.foundation-accordion details > div {
  padding: 0 0 18px 46px;
}

.foundation-accordion p,
.foundation-accordion ul {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.foundation-accordion ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 20px;
  margin-top: 10px;
  padding: 0;
  list-style: none;
}

.foundation-accordion li {
  position: relative;
  padding-left: 13px;
}

.foundation-accordion li::before {
  position: absolute;
  top: .7em;
  left: 0;
  width: 4px;
  height: 4px;
  background: var(--green-dark);
  content: "";
}

.audience-line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.audience-line span {
  position: relative;
  padding-left: 14px;
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.audience-line span::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--green);
}

.capabilities {
  padding-top: 76px;
  padding-bottom: 76px;
  background: var(--mist);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-subpage .capabilities {
  padding-top: 48px;
  padding-bottom: 48px;
}

.service-subpage .capabilities .section-heading {
  margin-bottom: 28px;
}

.section-heading {
  margin-bottom: 44px;
}

.section-heading--split {
  display: grid;
  grid-template-columns: 1fr .65fr;
  gap: 70px;
  align-items: start;
}

.section-heading--split > p {
  width: 100%;
  max-width: 460px;
  justify-self: end;
  margin: 41px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.capability {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--blue);
  border-radius: var(--radius);
  background: #fff;
}

.capability--featured {
  color: #fff;
  border-color: var(--navy);
  border-top-color: var(--green);
  background: var(--navy);
}

.capability__top {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.capability__emoji {
  display: block;
  font-size: 36px;
  line-height: 1;
}

.capability h3 {
  max-width: 320px;
  font-size: 25px;
}

.capability p {
  margin: 16px 0 24px;
  color: var(--muted);
}

.capability--featured p {
  color: rgba(255, 255, 255, .72);
}

.capability ul {
  margin: auto 0 0;
  padding: 19px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.capability--featured ul {
  border-color: rgba(255, 255, 255, .17);
}

.capability li {
  position: relative;
  margin-top: 8px;
  padding-left: 17px;
  font-size: 13px;
  font-weight: 700;
}

.capability li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--green);
}

.digital-band {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--navy-2);
}

.digital-band__media {
  position: absolute;
  inset: 0;
}

.digital-band__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.digital-band__overlay {
  position: absolute;
  inset: 0;
  background: rgba(5, 24, 43, .82);
}

.digital-band__content {
  position: relative;
  z-index: 1;
  width: min(var(--container), calc(100% - 48px));
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
  gap: 88px;
  align-items: center;
  padding-top: 74px;
  padding-bottom: 74px;
}

.digital-band__intro {
  width: 100%;
  max-width: 680px;
}

.digital-band h2 {
  color: #fff;
}

.digital-band p {
  max-width: 640px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .72);
}

.check-list {
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  margin-top: 8px;
  padding-left: 28px;
  font-weight: 700;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #8bdd91;
  font-weight: 900;
}

.digital-band__facts {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, .28);
}

.digital-band__facts div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 22px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.digital-band__facts dt {
  color: #8bdd91;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.digital-band__facts dd {
  margin: 0;
  color: rgba(255, 255, 255, .8);
  font-size: 13px;
  line-height: 1.55;
}

.monitoring-strength {
  padding: 48px 0;
  background: var(--mist);
  border-bottom: 1px solid var(--line);
}

.monitoring-strength .section-heading {
  margin-bottom: 28px;
}

.monitoring-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.monitoring-pillars article {
  min-height: 248px;
  padding: 28px;
  border-right: 1px solid var(--line);
}

.monitoring-pillar__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--blue);
}

.monitoring-pillar__icon svg {
  width: 28px;
  height: 28px;
  stroke-width: 1.8;
}

.monitoring-pillars h3 {
  margin-top: 24px;
  font-size: 22px;
}

.monitoring-pillars ul {
  margin: 20px 0 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.monitoring-pillars li {
  position: relative;
  margin-top: 12px;
  padding-left: 18px;
  font-size: 14px;
}

.monitoring-pillars li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--green);
}

.monitoring-services {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 60px;
  align-items: start;
  margin-top: 56px;
  padding-top: 36px;
  border-top: 2px solid var(--navy);
}

.monitoring-services__heading h3 {
  margin-top: 14px;
  font-size: 24px;
}

.monitoring-services ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.monitoring-services li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 4px 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.monitoring-service__icon {
  grid-row: 1 / 3;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--green-dark);
}

.monitoring-service__icon svg {
  width: 23px;
  height: 23px;
  stroke-width: 1.8;
}

.monitoring-services strong,
.monitoring-services small {
  display: block;
}

.monitoring-services strong {
  font-size: 16px;
}

.monitoring-services small {
  color: var(--muted);
  font-size: 13px;
}

.delivery {
  padding-top: 48px;
  padding-bottom: 48px;
  background: #fff;
}

.delivery .section-heading {
  margin-bottom: 28px;
}

.process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  list-style: none;
}

.process li {
  position: relative;
  min-height: 220px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.process li > span {
  display: inline-flex;
  align-items: center;
  margin: 0;
  color: var(--blue);
  font-size: 30px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  vertical-align: middle;
}

.process li > span::after {
  content: "";
  width: 24px;
  height: 2px;
  margin: 0 12px;
  background: var(--green);
}

.process strong {
  display: inline;
  font-size: 20px;
  line-height: 1.2;
  vertical-align: middle;
}

.process p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.projects {
  background: var(--mist);
  border-top: 1px solid var(--line);
}

.projects__layout {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 68px;
  align-items: start;
}

.projects__visual {
  position: sticky;
  top: 138px;
  min-height: 640px;
  overflow: hidden;
  background: var(--navy);
}

.projects__visual > img {
  width: 100%;
  height: 640px;
  object-fit: cover;
}

.projects__visual-note {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 22px 24px;
  color: #fff;
  background: rgba(7, 29, 52, .9);
}

.projects__visual-note span,
.projects__visual-note strong {
  display: block;
}

.projects__visual-note span {
  color: #8bdd91;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.projects__visual-note strong {
  margin-top: 5px;
  font-size: 15px;
}

.projects__content > h2 {
  max-width: 620px;
}

.project-list {
  margin: 36px 0 26px;
  border-top: 1px solid var(--line);
}

.project-list article {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 8px 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.project-list article > div {
  grid-row: span 2;
}

.project-list article > div span,
.project-list article > div small {
  display: block;
}

.project-list article > div span {
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.project-list article > div small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
}

.project-list h3 {
  font-size: 18px;
}

.project-list p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.credentials {
  color: #fff;
  background: var(--navy);
}

.credentials__grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 88px;
  align-items: start;
}

.credentials__heading h2 {
  color: #fff;
}

.credentials__heading .label {
  color: #8bdd91;
}

.credentials__heading p {
  margin: 20px 0 28px;
  color: rgba(255, 255, 255, .7);
}

.credentials__heading .button--dark {
  color: var(--navy);
  background: #fff;
}

.credential-list {
  border-top: 1px solid var(--line-dark);
}

.credential-list article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line-dark);
}

.credential-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: #8bdd91;
}

.credential-icon svg {
  width: 26px;
  height: 26px;
  stroke-width: 1.8;
}

.credential-list h3 {
  color: #fff;
  font-size: 20px;
}

.credential-list p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .66);
  font-size: 14px;
}

.stakeholders {
  padding: 76px 0;
  background: #fff;
}

.stakeholder-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stakeholder-grid article {
  min-height: 292px;
  padding: 28px 30px;
  border-right: 1px solid var(--line);
}

.stakeholder-grid article:first-child {
  border-left: 1px solid var(--line);
}

.stakeholder-card__heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.stakeholder-card__heading > svg {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  fill: none;
  stroke: var(--green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.stakeholder-card__eyebrow {
  display: block;
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
}

.stakeholder-grid h3 {
  margin-top: 7px;
  font-size: 21px;
}

.stakeholder-grid ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.stakeholder-grid li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.stakeholder-grid li::before {
  position: absolute;
  top: 1px;
  left: 0;
  color: var(--green);
  font-size: 14px;
  font-weight: 900;
  content: "✓";
}

.contact {
  padding: 96px 0;
  color: #fff;
  background: var(--navy-2);
}

.contact__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 88px;
  align-items: start;
}

.contact__intro {
  position: sticky;
  top: 138px;
}

.contact h2 {
  color: #fff;
}

.contact__intro > p {
  max-width: 530px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .7);
}

.contact__details {
  display: grid;
  gap: 14px;
  margin-top: 38px;
}

.contact__details a {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact__details svg {
  width: 40px;
  height: 40px;
  padding: 6px;
  color: #8bdd91;
}

.contact__details small,
.contact__details strong {
  display: block;
}

.contact__details small {
  color: rgba(255, 255, 255, .56);
  font-size: 12px;
}

.contact__details strong {
  margin-top: 2px;
  font-size: 16px;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 34px;
  color: var(--ink);
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.form-heading {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.form-heading h3 {
  font-size: 24px;
}

.form-heading p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #c8d3dc;
  border-radius: 4px;
  background: #fff;
  outline: none;
}

.contact-form input {
  height: 46px;
  padding: 0 12px;
}

.contact-form textarea {
  min-height: 108px;
  resize: vertical;
  padding: 11px 12px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(56, 107, 179, .12);
}

.contact-form .button:disabled {
  cursor: wait;
  opacity: .72;
  transform: none;
}

.form-status {
  min-height: 20px;
  margin: -8px 0 0;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 700;
}

.form-status.is-error {
  color: #b42318;
}

.form-status.is-success {
  color: var(--green-dark);
}

.tax-page {
  background: #fff;
}

.tax-header {
  position: sticky;
  z-index: 50;
  top: 0;
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid var(--line);
}

.tax-header__inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.tax-header .brand {
  width: 239px;
  margin-left: -18px;
}

.tax-header .brand img {
  width: 100%;
}

@media (min-width: 1081px) {
  .tax-header .brand {
    width: 263px;
  }
}

.tax-header__links,
.tax-footer__inner,
.tax-footer__inner > div {
  display: flex;
  align-items: center;
}

.tax-header__links {
  gap: 24px;
}

.tax-header__email {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.tax-hero {
  padding: 32px 0 34px;
  background: var(--mist);
  border-bottom: 1px solid var(--line);
}

.tax-hero__grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 64px;
  align-items: center;
}

.tax-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: 42px;
  line-height: 1.08;
}

.tax-hero__grid > div:first-child > p {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.tax-legal-hero span {
  margin-top: 14px;
}

.tax-legal-section {
  padding-top: 64px;
}

.tax-legal-layout {
  grid-template-columns: 250px minmax(0, 820px);
}

.tax-toolbox {
  gap: 0;
}

.tax-toolbox__button {
  width: 100%;
  min-height: 48px;
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: center;
  padding: 11px 0;
  color: var(--navy);
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.tax-toolbox__button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.tax-toolbox__button:hover,
.tax-toolbox__button:focus-visible,
.tax-toolbox__button--primary {
  color: var(--green-dark);
}

.tax-toolbox__button.is-copied {
  color: var(--green-dark);
}

.tax-legal-content .legal-lead {
  margin-bottom: 18px;
}

.tax-actions {
  display: flex;
  gap: 10px;
  padding-bottom: 4px;
}

.tax-actions .button {
  white-space: nowrap;
}

.copy-status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.invoice-section {
  padding: 42px 0 52px;
}

.tax-layout {
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  gap: 64px;
  align-items: start;
}

.tax-section-heading h2,
.invoice-guidance h2 {
  margin-top: 0;
  font-size: 26px;
}

.invoice-data {
  margin: 0;
}

.invoice-data > div {
  display: grid;
  grid-template-columns: 152px minmax(0, 1fr) 42px;
  gap: 20px;
  align-items: center;
  min-height: 70px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.tax-legal-content .invoice-data > div:first-child {
  border-top: 0;
}

.tax-legal-content .invoice-data > div:last-child {
  border-bottom: 0;
}

.invoice-data dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.invoice-data dd {
  min-width: 0;
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.invoice-data dd a {
  color: var(--blue);
}

.copy-button {
  position: relative;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--blue);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.copy-button:hover,
.copy-button:focus-visible {
  border-color: var(--blue);
}

.copy-button.is-copied {
  color: #fff;
  background: var(--green-dark);
  border-color: var(--green-dark);
}

.copy-button svg {
  width: 18px;
  height: 18px;
}

.copy-button .copy-success-icon,
[data-copy-all] .copy-success-icon {
  width: 20px;
  height: 20px;
  stroke-width: 2.6;
}

[data-copy-all] {
  position: relative;
  overflow: visible;
}

.copy-feedback {
  position: absolute;
  z-index: 20;
  top: 50%;
  right: calc(100% + 10px);
  width: max-content;
  max-width: 180px;
  padding: 7px 10px;
  color: #fff;
  background: var(--navy);
  border-radius: 4px;
  box-shadow: 0 8px 22px rgba(5, 24, 43, .18);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  pointer-events: none;
  opacity: 0;
  transform: translate(4px, -50%);
  animation: copy-feedback-in 1.45s ease forwards;
}

.copy-feedback::after {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid var(--navy);
  content: "";
  transform: translateY(-50%);
}

.copy-feedback.is-error {
  background: #b42318;
}

.copy-feedback.is-error::after {
  border-left-color: #b42318;
}

@keyframes copy-feedback-in {
  0% {
    opacity: 0;
    transform: translate(4px, -50%);
  }
  12%,
  78% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-3px, -50%);
  }
}

.invoice-guidance {
  margin-top: 44px;
  padding: 32px 0 0;
  border-top: 2px solid var(--navy);
  border-left: 0;
}

.invoice-guidance ol {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.invoice-guidance li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.invoice-guidance li > span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.invoice-guidance li p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.tax-footer {
  padding: 16px 0;
  color: var(--muted);
  background: #f8fafb;
  border-top: 1px solid var(--line);
  font-size: 11px;
}

.tax-footer__inner {
  min-height: 36px;
  justify-content: space-between;
  gap: 28px;
}

.tax-footer__brand,
.tax-footer__meta {
  display: flex;
  align-items: center;
}

.tax-footer__brand {
  gap: 16px;
}

.tax-footer__brand img {
  width: 118px;
  height: auto;
}

.tax-footer__identity {
  display: grid;
  gap: 2px;
  padding-left: 16px;
  border-left: 1px solid var(--line);
}

.tax-footer__identity strong {
  color: var(--navy);
  font-size: 12px;
  line-height: 1.3;
}

.tax-footer__identity span {
  line-height: 1.4;
}

.tax-footer__meta {
  justify-content: flex-end;
  gap: 14px;
  white-space: nowrap;
}

.tax-footer__divider {
  width: 1px;
  height: 14px;
  background: var(--line);
}

.tax-footer a {
  color: var(--navy);
  font-weight: 700;
}

.tax-footer a:hover,
.tax-footer a:focus-visible {
  color: var(--green-dark);
}

.site-footer {
  padding: 40px 0 18px;
  color: rgba(255, 255, 255, .66);
  background: #050f1b;
  border-top: 3px solid var(--green-dark);
}

.footer__main {
  display: grid;
  grid-template-columns: minmax(280px, 1.05fr) max-content max-content minmax(370px, .9fr);
  gap: 38px 36px;
}

.footer__brand img {
  width: 196px;
  height: auto;
}

.footer__brand p {
  width: min(330px, 100%);
  max-width: 100%;
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 1.6;
}

.footer__company-name {
  display: block;
  margin-top: 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer__company-name a {
  display: inline;
  margin-left: 4px;
  color: #82d98a;
  font-size: 11px;
  white-space: nowrap;
  text-decoration: underline;
  text-decoration-color: rgba(130, 217, 138, .45);
  text-underline-offset: 3px;
}

.footer__company-name a:hover,
.footer__company-name a:focus-visible {
  color: #a6edac;
  text-decoration-color: currentColor;
}

.site-footer h2 {
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.site-footer h2::before {
  width: 16px;
  height: 2px;
  flex: 0 0 auto;
  background: #77d67f;
  content: "";
}

.site-footer a,
.site-footer address > span {
  display: block;
  margin-top: 7px;
  font-size: 13px;
  font-style: normal;
}

.site-footer .footer__company-name a {
  display: inline;
  margin-top: 0;
}

.footer__nav a {
  position: relative;
  width: max-content;
  min-height: 30px;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 1px;
}

.footer__nav a::before {
  width: 17px;
  flex: 0 0 17px;
  font-size: 13px;
  line-height: 1;
  text-align: center;
}

.footer__nav a[href*="gioi-thieu"]::before {
  content: "🏢";
}

.footer__nav a[href*="dich-vu"]::before {
  content: "⚙️";
}

.footer__nav a[href*="du-an"]::before {
  content: "🏗️";
}

.footer__nav a[href*="tuyen-dung"]::before {
  content: "💼";
}

.footer__nav a[href*="Logo-"]::before {
  content: "🎨";
}

.footer__nav a[href*="vat/"]::before {
  content: "🧾";
}

.footer__nav a[href*="dieu-khoan"]::before {
  content: "📋";
}

.footer__nav a[href*="quyen-rieng-tu"]::before {
  content: "🛡️";
}

.footer__nav a[href*="bao-mat"]::before {
  content: "🔐";
}

.footer__nav a[href*="tuyen-dung/"]::after {
  position: static;
  flex: 0 0 auto;
  margin-left: 7px;
  padding: 2px 4px;
  color: #061a2c;
  background: #82d98a;
  border-radius: 2px;
  content: "NEW";
  font-size: 8px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
}

@media (min-width: 1081px) {
  .footer__main > .footer__nav {
    min-width: max-content;
    justify-self: end;
  }
}

.footer__contact {
  min-width: 0;
  margin: 0;
  font-style: normal;
}

.footer__contact-list {
  display: grid;
  gap: 10px;
}

.footer__contact-body {
  min-width: 0;
}

.footer__contact-item {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 35px;
  margin: 0;
  color: rgba(255, 255, 255, .88);
}

.site-footer a.footer__contact-item {
  display: grid;
  margin-top: 0;
  color: rgba(255, 255, 255, .88);
}

.footer__contact-item > svg {
  width: 18px;
  height: 18px;
  color: #82d98a;
  stroke-width: 1.8;
}

.footer__contact-item--time {
  grid-template-columns: 20px minmax(0, 1fr);
  min-height: 40px;
}

.footer__contact-item--time::before {
  grid-column: 1;
  color: #82d98a;
  content: "🕒";
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.footer__contact-item--time > span {
  grid-column: 2;
}

.footer__clock-panel {
  display: none;
}

.footer-clock {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
}

@media (min-width: 1081px) {
  .footer__contact-body {
    position: relative;
    display: block;
  }

  .footer__contact-list {
    gap: 1px;
  }

  .footer__contact-item,
  .footer__contact-item--time {
    min-height: 30px;
  }

  .footer__clock-panel {
    display: grid;
    position: absolute;
    top: 2px;
    right: 24px;
    align-items: center;
    justify-items: start;
  }

  .footer__contact-item--address {
    grid-template-columns: 20px max-content 28px;
    justify-content: start;
  }

  .footer__contact-item--address strong {
    white-space: nowrap;
  }
}

.footer__contact-item small,
.footer__contact-item strong {
  display: block;
}

.footer__contact-item small {
  display: none;
}

.footer__contact-item strong {
  color: rgba(255, 255, 255, .66);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
}

.footer__contact-item--address {
  align-items: center;
}

.footer__contact-item--address > svg {
  margin-top: 0;
}

.footer__contact .contact-map-link {
  width: 24px;
  height: 24px;
  margin: 0;
  border-radius: 5px;
  align-self: center;
}

.footer__contact .contact-map-link .contact-map-link__icon {
  width: 22px;
  height: 22px;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #fff;
}

.footer__company-facts {
  display: grid;
  grid-template-columns: .8fr 1.35fr 1.35fr;
  gap: 22px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.footer__company-facts dt {
  color: rgba(255, 255, 255, .46);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.footer__company-facts dd {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.footer__company-facts dd a {
  display: inline;
  margin: 0;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-size: 12px;
}

.footer__bottom a {
  margin: 0;
}

.footer__bottom a span {
  display: inline;
  margin-left: 5px;
}

.floating-actions {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 80;
  display: flex;
  align-items: center;
  gap: 10px;
}

.floating-action {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(7, 29, 52, .22);
  transition: transform .2s ease, filter .2s ease;
}

.floating-action--call {
  background: var(--green);
}

.floating-action--zalo {
  background: #0068ff;
}

.floating-action:hover,
.floating-action:focus-visible {
  filter: brightness(.92);
  transform: translateY(-2px);
}

.floating-action svg {
  width: 25px;
  height: 25px;
  stroke-width: 1.9;
}

.floating-action img {
  width: 27px;
  height: 27px;
}

.home-detail {
  display: none !important;
}

.capability > .text-link {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 22px;
}

.home-project-preview {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}

.home-project-preview > img,
.home-project-preview__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-project-preview > img {
  object-fit: cover;
}

.home-project-preview__overlay {
  background: linear-gradient(90deg, rgba(5, 24, 43, .9) 0%, rgba(5, 24, 43, .72) 46%, rgba(5, 24, 43, .22) 100%);
}

.home-project-preview__inner {
  position: relative;
  z-index: 1;
}

.home-project-preview h2 {
  max-width: 670px;
  color: #fff;
}

.home-project-preview p {
  max-width: 590px;
  margin: 18px 0 26px;
  color: rgba(255, 255, 255, .76);
}

.page-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.page-cta h2 {
  margin-top: 10px;
  font-size: 32px;
}

.home-survey-cta {
  padding: 76px 0 0;
  color: #fff;
  background: var(--navy);
}

.home-survey-cta__intro {
  display: grid;
  grid-template-columns: minmax(0, 780px) auto;
  grid-template-areas:
    "label button"
    "title button"
    "copy button";
  justify-content: space-between;
  align-items: center;
  gap: 0 56px;
  margin: 0 0 52px;
  text-align: left;
}

.home-survey-cta__intro .label {
  grid-area: label;
  justify-content: flex-start;
}

.home-survey-cta__intro h2 {
  grid-area: title;
  margin: 14px 0 0;
  color: #fff;
  font-size: 38px;
}

.home-survey-cta__intro p {
  grid-area: copy;
  max-width: 680px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .74);
}

.home-survey-cta__intro .button {
  grid-area: button;
  margin: 0;
  white-space: nowrap;
}

.home-survey-cta__clients {
  padding: 34px 38px 38px;
  color: var(--ink);
  background: #fff;
  border-radius: var(--radius) var(--radius) 0 0;
}

.client-marquee {
  overflow: hidden;
  margin-top: 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.client-marquee__track,
.client-marquee__group {
  display: flex;
  width: max-content;
}

.client-marquee__track {
  animation: client-marquee 30s linear infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  will-change: transform;
}

.client-marquee__group {
  flex: 0 0 auto;
}

.client-logo {
  width: 220px;
  height: 100px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  padding: 14px 24px;
  border-right: 1px solid var(--line);
}

.client-marquee__group .client-logo:first-child {
  border-left: 1px solid var(--line);
}

.client-logo img {
  width: auto;
  height: auto;
  max-width: 160px;
  max-height: 66px;
  object-fit: contain;
  pointer-events: none;
}

.client-logo--symbol img {
  width: 56px;
  height: 56px;
}

@keyframes client-marquee {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .client-marquee__track {
    animation-duration: 80s;
  }
}

.about-why {
  padding: 68px 0;
  background: #fff;
}

.about-why__heading {
  margin-bottom: 34px;
}

.about-why__heading h2 {
  max-width: 1120px;
}

@media (min-width: 1200px) {
  .about-why__heading h2 {
    max-width: none;
    font-size: 40px;
    white-space: nowrap;
  }
}

.about-why__grid {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 56px;
  align-items: start;
}

.about-why__list {
  border-top: 1px solid var(--line);
}

.about-why__list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.about-why__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--blue);
}

.about-why__list article:nth-child(even) .about-why__icon {
  color: var(--green);
}

.about-why__icon svg {
  width: 30px;
  height: 30px;
}

.about-why__list h3 {
  font-size: 19px;
}

.about-why__list p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.about-why__visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
}

.about-why__visual img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.about-why__visual figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: min(260px, calc(100% - 36px));
  padding: 16px 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--shadow);
}

.about-why__visual figcaption strong,
.about-why__visual figcaption span {
  display: block;
}

.about-why__visual figcaption strong {
  font-size: 15px;
}

.about-why__visual figcaption span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.subpage-hero {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}

.subpage-hero > img,
.subpage-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.subpage-hero > img {
  object-fit: cover;
}

.subpage-hero__overlay {
  background: rgba(5, 24, 43, .78);
}

.subpage-hero__inner {
  position: relative;
  z-index: 1;
  padding: 76px 0;
}

.subpage-hero h1 {
  max-width: 900px;
  margin: 14px 0 0;
  font-size: 52px;
  line-height: 1.06;
}

.subpage-hero p {
  max-width: 680px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
}

.subpage-hero--compact {
  min-height: 340px;
}

.page-cta {
  padding: 62px 0;
  color: #fff;
  background: var(--navy);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.page-cta h2 {
  max-width: 760px;
  color: #fff;
}

.compact-footer .footer__main {
  grid-template-columns: minmax(280px, 1.15fr) max-content max-content minmax(250px, .8fr);
}

.projects-page {
  padding-top: 52px;
  padding-bottom: 52px;
  background: var(--mist);
}

.projects-page .section-heading {
  margin-bottom: 28px;
}

.project-catalog__head,
.project-catalog > li {
  display: grid;
  grid-template-columns: 46px 140px minmax(300px, 1fr) 220px 92px;
  gap: 18px;
}

.project-catalog__head {
  padding: 12px 18px;
  color: #fff;
  background: var(--navy);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.project-catalog {
  margin: 0;
  padding: 0;
  background: #fff;
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}

.project-catalog > li {
  align-items: start;
  padding: 20px 18px;
  border-bottom: 1px solid var(--line);
}

.project-catalog__number {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.project-catalog__type {
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.project-catalog h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}

.project-catalog__owner,
.project-catalog__place {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.project-evidence {
  padding: 58px 0 62px;
  background: #fff;
}

.project-evidence__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 56px;
  align-items: start;
}

.project-evidence__heading {
  margin-bottom: 34px;
}

.project-evidence__heading h2 {
  max-width: 1120px;
}

.project-evidence__heading p {
  max-width: 1050px;
}

.project-evidence figure {
  margin: 0;
}

.project-evidence img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 6px;
  object-fit: cover;
}

.project-evidence figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
}

.project-evidence h2 {
  font-size: 40px;
}

.project-evidence p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.project-control ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.project-control__flow li {
  position: relative;
  display: grid;
  grid-template-columns: 18px 132px minmax(0, 1fr);
  align-items: center;
  gap: 11px 14px;
  min-height: 50px;
  padding: 9px 14px;
  border: 1px solid var(--line);
  background: #fff;
}

.project-control__flow li + li {
  margin-top: 12px;
}

.project-control__flow li:not(:last-child)::after {
  position: absolute;
  bottom: -13px;
  left: 22px;
  z-index: 1;
  width: 1px;
  height: 13px;
  background: rgba(35, 133, 65, .48);
  content: "";
}

.project-control__flow li:nth-last-child(2)::after {
  bottom: -15px;
  left: 16px;
  width: auto;
  height: 17px;
  color: rgba(35, 133, 65, .62);
  background: transparent;
  font-size: 16px;
  font-weight: 800;
  line-height: 17px;
  content: "↓";
}

.project-control__flow strong {
  color: var(--navy);
  font-size: 15px;
}

.project-control__flow span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.project-control__flow > li > svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: var(--green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.contact-page {
  padding: 42px 0 46px;
}

.contact-page .contact__grid {
  grid-template-columns: minmax(0, .92fr) minmax(560px, 1.08fr);
  gap: 56px;
}

.contact-page .contact__intro {
  position: static;
}

.contact-page .contact__intro > h1,
.contact-page .contact__intro > h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.12;
}

.contact-page .contact__intro > p {
  margin-top: 14px;
}

.contact-page__facts {
  display: grid;
  gap: 0;
  margin: 22px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.contact-page__facts div {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 2px 12px;
  align-items: start;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.contact-page__facts div:last-child {
  border-bottom: 0;
}

.contact-page__facts svg {
  grid-row: 1 / 3;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  color: #8bdd91;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.contact-page__facts dt {
  color: rgba(255, 255, 255, .52);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-page__facts dd {
  max-width: 600px;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.contact-map-link {
  position: relative;
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  border-radius: 5px;
  vertical-align: -6px;
}

.contact-map-link .contact-map-link__icon {
  grid-row: auto;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  fill: none;
  stroke: none;
}

.contact-map-link__sign {
  fill: #24a5dc;
}

.contact-map-link__arrow {
  fill: #fff;
}

.contact-map-link::after {
  position: absolute;
  bottom: calc(100% + 7px);
  left: 50%;
  z-index: 2;
  padding: 5px 7px;
  border-radius: 3px;
  color: var(--navy);
  background: #fff;
  box-shadow: var(--shadow);
  content: attr(data-tooltip);
  font-size: 11px;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 3px);
  transition: opacity .16s ease, transform .16s ease;
  white-space: nowrap;
}

.contact-map-link:hover::after,
.contact-map-link:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.contact-map-link:hover,
.contact-map-link:focus-visible {
  transform: translateY(-1px) scale(1.03);
}

.contact-page .contact__details {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.contact-page .contact-form {
  gap: 12px;
  padding: 26px;
}

.contact-page .form-heading {
  padding-bottom: 12px;
}

.contact-page .contact-form input {
  height: 44px;
}

.contact-page .contact-form textarea {
  min-height: 108px;
  height: 108px;
}

@media (min-width: 821px) {
  .subpage-intro {
    padding: 72px 0 66px;
  }

  .subpage-intro .overview__grid {
    grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
    gap: 72px;
  }

  .subpage-intro .overview__body {
    padding-top: 39px;
  }

  .subpage-intro + .proof-strip .proof-strip__grid > div {
    min-height: 104px;
  }

  .company-foundations__visual {
    margin-top: 0;
  }

  .about-why__visual {
    margin-top: 0;
  }

  .about-why__visual img {
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  font-size: 16px;
}

@media (min-width: 1000px) {
  .contact-subpage .site-footer {
    padding-top: 28px;
  }

  .subpage-hero--compact {
    min-height: 240px;
  }

  .subpage-hero--compact .subpage-hero__inner {
    padding: 48px 0;
  }

  .subpage-hero--compact h1 {
    max-width: none;
    font-size: 46px;
    white-space: nowrap;
  }
}

@media (min-width: 1200px) {
  .about-subpage .subpage-hero p {
    max-width: none;
    white-space: nowrap;
  }

  .about-subpage .subpage-hero > img {
    object-position: center 48%;
  }

  .project-subpage .subpage-hero h1,
  .project-subpage .subpage-hero p {
    max-width: none;
    white-space: nowrap;
  }

  .service-subpage .subpage-hero h1,
  .service-subpage .subpage-hero p {
    max-width: none;
    white-space: nowrap;
  }

  .service-subpage .subpage-hero > img {
    object-position: center 62%;
    transform: scale(1.1);
  }
}

.legal-hero {
  padding: 64px 0 58px;
  color: #fff;
  background: var(--navy);
  border-bottom: 4px solid var(--green);
}

.legal-hero p {
  margin: 0 0 8px;
  color: #8bdd91;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.legal-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: 48px;
  line-height: 1.1;
}

.legal-hero span {
  display: block;
  margin-top: 18px;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
}

.legal-section {
  padding: 72px 0 88px;
  background: #fff;
}

.legal-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 820px);
  gap: 72px;
  justify-content: center;
  align-items: start;
}

.legal-nav {
  position: sticky;
  top: 126px;
  display: grid;
  padding: 20px 0;
  border-top: 2px solid var(--navy);
  border-bottom: 1px solid var(--line);
}

.legal-nav h2 {
  margin: 0 0 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.legal-nav a {
  padding: 10px 0;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 14px;
  font-weight: 700;
}

.legal-nav a[aria-current="page"] {
  color: var(--green-dark);
}

.legal-content {
  min-width: 0;
}

.legal-lead {
  margin: 0 0 40px;
  padding: 0 0 28px;
  color: var(--ink-2);
  border-bottom: 1px solid var(--line);
  font-size: 19px;
  line-height: 1.7;
}

.legal-content section {
  margin-top: 36px;
}

.legal-content h2 {
  margin: 0;
  color: var(--navy);
  font-size: 24px;
}

.legal-content p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.legal-content a {
  color: var(--blue);
  font-weight: 700;
}

.nav-menu a[aria-current="page"] {
  color: var(--green-dark);
}

.nav-link-button[aria-current="page"] {
  color: var(--green-dark);
}

@media (max-width: 820px) {
  .home-survey-cta__intro {
    grid-template-columns: 1fr;
    grid-template-areas:
      "label"
      "title"
      "copy"
      "button";
    justify-items: start;
    gap: 0;
  }

  .home-survey-cta__intro .button {
    margin-top: 26px;
  }

  .company-foundations__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .company-foundations__visual {
    max-width: 680px;
    max-height: 430px;
    aspect-ratio: 16 / 10;
  }

  .subpage-intro {
    padding: 68px 0;
  }

  .about-why__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .about-why__visual {
    max-width: 680px;
  }

  .subpage-hero {
    min-height: 350px;
  }

  .subpage-hero h1 {
    font-size: 42px;
  }

  .project-evidence__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .project-evidence__heading {
    margin-bottom: 28px;
  }

  .project-evidence__heading p {
    margin: 0;
  }

  .project-evidence img {
    aspect-ratio: 16 / 10;
  }

  .contact-page .contact__grid {
    grid-template-columns: 1fr;
  }

  .project-catalog__head {
    display: none;
  }

  .project-catalog > li {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 8px 14px;
    padding: 20px;
  }

  .project-catalog__number {
    grid-row: 1 / 5;
  }

  .project-catalog__type,
  .project-catalog h3,
  .project-catalog__owner,
  .project-catalog__place {
    grid-column: 2;
  }

  .project-catalog__owner::before {
    display: block;
    color: var(--ink-2);
    content: "Chủ đầu tư";
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .project-catalog__place::before {
    margin-right: 7px;
    color: var(--ink-2);
    content: "Tỉnh thành:";
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .home-contact-cta__inner,
  .page-cta__inner {
    align-items: flex-start;
  }

  .legal-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .digital-band__content {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .legal-nav {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 18px;
  }

  .legal-nav h2 {
    grid-column: 1 / -1;
  }

  .tax-toolbox {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tax-toolbox__button {
    padding-right: 16px;
  }
}

@media (max-width: 560px) {
  .company-foundations,
  .about-why {
    padding: 56px 0;
  }

  .company-foundations__grid {
    gap: 30px;
  }

  .company-foundations__visual {
    aspect-ratio: 4 / 3;
  }

  .company-foundations__visual figcaption {
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 11px 12px;
  }

  .company-foundations__visual figcaption span {
    display: none;
  }

  .company-foundations__content h2 {
    font-size: 28px;
  }

  .company-foundations__heading h2 {
    font-size: 28px;
  }

  .foundation-accordion summary {
    grid-template-columns: 30px minmax(0, 1fr) 18px;
    min-height: 60px;
    gap: 10px;
  }

  .foundation-accordion summary strong {
    font-size: 16px;
  }

  .foundation-accordion details > div {
    padding-left: 40px;
  }

  .foundation-accordion ul {
    grid-template-columns: 1fr;
  }

  .about-why__heading {
    margin-bottom: 24px;
  }

  .about-why__heading h2,
  .home-survey-cta__intro h2 {
    font-size: 28px;
  }

  .about-why__grid {
    display: block;
  }

  .about-why__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    background: var(--line);
    border: 1px solid var(--line);
  }

  .about-why__list article {
    min-height: 178px;
    display: block;
    padding: 16px;
    background: #fff;
    border: 0;
  }

  .about-why__icon {
    width: 36px;
    height: 36px;
  }

  .about-why__icon svg {
    width: 25px;
    height: 25px;
  }

  .about-why__list h3 {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.3;
  }

  .about-why__list p {
    display: -webkit-box;
    margin-top: 8px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 12px;
    line-height: 1.45;
  }

  .about-why__visual {
    display: none;
  }

  .home-survey-cta {
    padding-top: 54px;
  }

  .home-survey-cta__intro {
    margin-bottom: 38px;
    text-align: left;
  }

  .home-survey-cta__intro .label {
    justify-content: flex-start;
  }

  .home-survey-cta__intro p {
    margin-inline: 0;
    font-size: 15px;
  }

  .home-survey-cta__intro .button {
    width: 100%;
    margin-top: 24px;
  }

  .home-survey-cta__clients {
    padding: 26px 18px 28px;
  }

  .client-marquee {
    margin-top: 18px;
  }

  .client-marquee__track {
    animation-duration: 24s;
  }

  .client-logo {
    width: 168px;
    height: 82px;
    padding: 10px 18px;
  }

  .client-logo img {
    max-width: 128px;
    max-height: 54px;
  }

  .client-logo--symbol img {
    width: 48px;
    height: 48px;
  }

  .subpage-hero,
  .subpage-hero--compact {
    min-height: 300px;
  }

  .subpage-hero__inner {
    padding: 52px 0;
  }

  .subpage-hero h1 {
    font-size: 32px;
  }

  .subpage-hero p {
    margin-top: 14px;
    font-size: 15px;
  }

  .home-project-preview {
    min-height: 380px;
  }

  .home-project-preview__overlay {
    background: rgba(5, 24, 43, .78);
  }

  .home-project-preview h2,
  .home-contact-cta h2,
  .page-cta h2,
  .project-evidence h2 {
    font-size: 27px;
  }

  .home-contact-cta,
  .page-cta {
    padding: 44px 0;
  }

  .home-contact-cta__inner,
  .page-cta__inner {
    align-items: stretch;
    flex-direction: column;
    gap: 24px;
  }

  .home-contact-cta .button,
  .page-cta .button {
    width: 100%;
  }

  .project-evidence {
    padding: 52px 0;
  }

  .project-control li {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .project-control__flow li {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 2px 11px;
    padding: 9px 12px;
  }

  .project-control__flow strong,
  .project-control__flow span {
    grid-column: 2;
  }

  .contact-page {
    padding: 56px 0;
  }

  .compact-footer .footer__nav {
    grid-column: auto;
    display: block;
  }

  .contact-page .contact__details {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .contact-page .contact__intro > h2 {
    font-size: 28px;
  }

  .contact-page .contact__intro > h1 {
    font-size: 28px;
  }

  .legal-hero {
    padding: 46px 0 42px;
  }

  .legal-hero h1 {
    font-size: 28px;
  }

  .legal-section {
    padding: 48px 0 64px;
  }

  .legal-nav {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .tax-toolbox {
    grid-template-columns: 1fr;
  }

  .tax-toolbox__button {
    padding-right: 0;
  }

  .legal-content h2 {
    font-size: 21px;
  }

  .legal-lead {
    font-size: 17px;
  }
}

[data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .5s ease, transform .5s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid rgba(60, 175, 69, .48);
  outline-offset: 3px;
}

@media (max-width: 1080px) {
  h2 {
    font-size: 36px;
  }

  .nav-toggle {
    display: grid;
  }

  .nav-menu {
    position: fixed;
    top: 110px;
    right: 0;
    left: 0;
    max-height: calc(100svh - 110px);
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    overflow-y: auto;
    padding: 14px 24px 28px;
    color: var(--ink);
    background: #fff;
    border-top: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .nav-menu.is-open {
    display: flex;
  }

  .nav-menu > a:not(.button),
  .nav-link-button {
    width: 100%;
    min-height: 52px;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
  }

  .nav-menu > a:not(.button)::after,
  .nav-link-button::after {
    display: none;
  }

  .nav-menu > a[href*="tuyen-dung/"]::before {
    top: 4px;
    right: auto;
    left: 72px;
  }

  .nav-item {
    display: block;
  }

  .mega-menu {
    position: static;
    display: none;
    max-height: none;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
  }

  .mega-menu.is-open {
    display: block;
  }

  .nav-item--mega:hover .mega-menu:not(.is-open),
  .nav-item--mega:focus-within .mega-menu:not(.is-open) {
    display: none;
  }

  .mega-menu__inner {
    width: 100%;
    grid-template-columns: 1fr;
    padding: 10px 0 18px;
  }

  .mega-menu__lead {
    display: none;
  }

  .mega-link {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .mega-menu__resource {
    grid-column: auto;
  }

  .hero h1 {
    font-size: 50px;
  }

  .overview__grid,
  .credentials__grid,
  .contact__grid {
    gap: 54px;
  }

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

  .process li:nth-child(3) {
    border-right: 1px solid var(--line);
  }

  .process li:nth-child(n+4) {
    border-top: 1px solid var(--line);
  }

  .projects__layout {
    gap: 44px;
  }
}

@media (max-width: 820px) {
  .container {
    width: min(var(--container), calc(100% - 32px));
  }

  .section,
  .stakeholders {
    padding: 78px 0;
  }

  .section.projects-page {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .stakeholders {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .section.delivery {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .section.monitoring-strength {
    padding: 46px 0;
  }

  .utility-bar p {
    display: none;
  }

  .utility-bar__inner {
    justify-content: flex-end;
  }

  .hero {
    min-height: min(660px, calc(100svh - 110px));
  }

  .hero__media img {
    object-position: 64% center;
  }

  .hero__overlay {
    background: rgba(5, 24, 43, .78);
  }

  .hero h1 {
    font-size: 43px;
  }

  .hero__copy > p {
    font-size: 17px;
  }

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

  .hero__assurance > div {
    min-height: 62px;
  }

  .proof-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-strip__grid > div:nth-child(3) {
    border-left: 1px solid var(--line);
  }

  .proof-strip__grid > div:nth-child(n+3) {
    border-top: 1px solid var(--line);
  }

  .overview__grid,
  .section-heading--split,
  .credentials__grid,
  .projects__layout,
  .contact__grid,
  .tax-hero__grid,
  .tax-layout {
    grid-template-columns: 1fr;
  }

  .tax-hero__grid,
  .tax-layout {
    gap: 28px;
  }

  .tax-actions {
    align-items: flex-start;
  }

  .section-heading--split {
    gap: 22px;
  }

  .section-heading--split > p {
    max-width: none;
    justify-self: start;
    margin: 0;
  }

  .process {
    grid-template-columns: repeat(2, 1fr);
  }

  .process li:nth-child(n+3) {
    border-top: 1px solid var(--line);
  }

  .monitoring-pillars,
  .monitoring-services {
    grid-template-columns: 1fr;
  }

  .monitoring-pillars article {
    min-height: auto;
    border-top: 1px solid var(--line);
  }

  .monitoring-pillars article:first-child {
    border-top: 0;
  }

  .monitoring-services {
    gap: 20px;
  }

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

  .capability {
    min-height: 360px;
  }

  .digital-band {
    grid-template-columns: 1fr;
  }

  .digital-band__media {
    height: auto;
    min-height: 0;
  }

  .digital-band__content {
    padding: 62px 32px;
  }

  .projects__visual {
    position: relative;
    top: auto;
  }

  .contact__intro {
    position: static;
  }

  .projects__visual,
  .projects__visual > img {
    min-height: 0;
    height: 460px;
  }

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

  .stakeholder-grid article {
    min-height: auto;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .stakeholder-grid article:last-child {
    border-bottom: 0;
  }

  .footer__main {
    grid-template-columns: repeat(2, 1fr);
    gap: 38px;
  }

  .compact-footer .footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer__company-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  html {
    scroll-padding-top: 100px;
  }

  h2 {
    font-size: 27px;
  }

  .utility-bar {
    display: none;
  }

  .main-nav,
  .main-nav__inner {
    min-height: 70px;
  }

  .brand {
    width: 220px;
  }

  .main-nav .brand {
    margin-left: -10px;
  }

  .tax-header__inner {
    min-height: 64px;
  }

  .tax-header .brand {
    width: 220px;
    margin-left: -10px;
  }

  .tax-header .brand img {
    width: 100%;
  }

  .tax-header__email {
    display: none;
  }

  .tax-header__links {
    gap: 0;
  }

  .tax-header__links .button {
    min-height: 44px;
    padding: 8px 11px;
    font-size: 12px;
  }

  .nav-menu {
    top: 70px;
    max-height: calc(100svh - 70px);
    padding-inline: 16px;
  }

  .mega-menu__resource {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero {
    min-height: auto;
  }

  .hero__inner {
    justify-content: flex-start;
    padding: 24px 0 36px;
  }

  .hero__copy {
    padding-top: 0;
  }

  .hero h1 {
    margin-top: 14px;
    font-size: 33px;
  }

  .tax-hero {
    padding: 24px 0 26px;
  }

  .invoice-section {
    padding: 38px 0 46px;
  }

  .invoice-guidance {
    align-self: stretch;
    padding: 22px 0 0;
    border-top: 3px solid var(--green);
    border-left: 0;
  }

  .hero__actions {
    flex-direction: column;
  }

  .hero__actions .button {
    width: 100%;
  }

  .hero__assurance {
    display: none;
  }

  .proof-strip__grid {
    grid-template-columns: 1fr;
  }

  .proof-strip__grid > div,
  .proof-strip__grid > div:nth-child(3) {
    min-height: 92px;
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
  }

  .proof-strip__grid > div:first-child {
    border-top: 0;
  }

  .section,
  .stakeholders,
  .contact {
    padding: 64px 0;
  }

  .stakeholders {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .section.capabilities {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .service-subpage .section.capabilities {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.delivery {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.monitoring-strength {
    padding: 40px 0;
  }

  .overview__grid {
    gap: 30px;
  }

  .overview__legal {
    gap: 16px;
    margin-top: 22px;
    padding: 14px 0;
  }

  .overview__body .lead {
    font-size: 18px;
  }

  .audience-line,
  .form-row {
    grid-template-columns: 1fr;
  }

  .capability {
    min-height: 0;
    padding: 24px;
  }

  .capability h3 {
    font-size: 20px;
  }

  .capability li,
  .digital-band__facts dd,
  .contact-page__facts dd,
  .form-heading p {
    font-size: 14px;
  }

  .digital-band__media {
    height: auto;
    min-height: 0;
  }

  .digital-band__content {
    padding: 52px 20px;
  }

  .digital-band__facts div {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 15px 0;
  }

  .monitoring-services ol {
    grid-template-columns: 1fr;
  }

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

  .process li {
    min-height: auto;
    border-top: 1px solid var(--line);
  }

  .process li:first-child {
    border-top: 0;
  }

  .projects__visual,
  .projects__visual > img {
    height: 340px;
  }

  .project-list article {
    grid-template-columns: 1fr;
  }

  .project-list article > div {
    grid-row: auto;
  }

  .project-catalog h3 {
    font-size: 16px;
  }

  .credential-list article {
    grid-template-columns: 42px 1fr;
    gap: 16px;
  }

  .credential-icon {
    width: 36px;
    height: 36px;
  }

  .contact-form {
    padding: 24px 18px;
  }

  .footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 18px;
  }

  .compact-footer .footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer {
    padding: 24px 0 12px;
  }

  .footer__brand {
    grid-column: 1 / -1;
  }

  .footer__contact {
    grid-column: 1 / -1;
    margin-top: 4px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .12);
  }

  .footer__contact-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
  }

  .footer__contact-item {
    grid-template-columns: 20px minmax(0, 1fr) auto;
    min-height: 40px;
  }

  .footer__contact-item strong {
    font-size: 13px;
  }

  .footer__contact-item--address {
    grid-column: 1 / -1;
    grid-template-columns: 20px fit-content(calc(100% - 68px)) 28px;
    justify-content: start;
  }

  .footer__brand img {
    width: 170px;
  }

  .footer__brand p {
    width: min(330px, 100%);
    max-width: 100%;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.55;
  }

  .footer__company-name {
    margin-top: 13px;
    font-size: 11px;
  }

  .footer__company-name a {
    margin-left: 3px;
    font-size: 10px;
  }

  .footer__nav a {
    min-height: 34px;
    font-size: 13px;
  }

  .footer__company-facts {
    grid-template-columns: 1fr;
    gap: 12px 18px;
    margin-top: 20px;
    padding-top: 14px;
  }

  .footer__company-facts > div {
    grid-column: 1 / -1;
  }

  .tax-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .tax-actions .button {
    width: 100%;
    gap: 7px;
    padding-inline: 8px;
    font-size: 12px;
    white-space: nowrap;
  }

  .tax-actions .button svg {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
  }

  .tax-hero h1 {
    font-size: 28px;
  }

  .tax-section-heading h2,
  .invoice-guidance h2 {
    font-size: 23px;
  }

  .monitoring-pillars h3,
  .monitoring-services__heading h3,
  .form-heading h3 {
    font-size: 21px;
  }

  .invoice-data > div {
    grid-template-columns: minmax(0, 1fr) 40px;
    gap: 8px 14px;
  }

  .invoice-data dt {
    grid-column: 1 / -1;
  }

  .invoice-guidance {
    padding-left: 0;
  }

  .tax-footer__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .tax-footer {
    padding: 14px 0;
  }

  .tax-footer__brand {
    width: 100%;
    align-items: center;
    gap: 12px;
  }

  .tax-footer__brand img {
    width: 96px;
  }

  .tax-footer__identity {
    min-width: 0;
    padding-left: 12px;
  }

  .tax-footer__meta {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    padding-top: 10px;
    border-top: 1px solid var(--line);
    white-space: nowrap;
  }

  .tax-footer__divider {
    display: none;
  }

  .footer__bottom {
    align-items: center;
    flex-direction: row;
    margin-top: 18px;
    padding-top: 12px;
    font-size: 11px;
  }

  .floating-actions {
    right: 12px;
    bottom: 12px;
    gap: 8px;
  }

  .floating-action {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 360px) {
  h2 {
    font-size: 25px;
  }

  .hero h1 {
    font-size: 30px;
  }

  .tax-hero h1 {
    font-size: 26px;
  }

  .tax-section-heading h2,
  .invoice-guidance h2 {
    font-size: 21px;
  }

  .capability h3,
  .monitoring-pillars h3,
  .monitoring-services__heading h3,
  .form-heading h3 {
    font-size: 19px;
  }
}

@media print {
  .site-header,
  .site-footer,
  .tax-header,
  .tax-footer,
  .floating-actions,
  .tax-actions,
  .tax-toolbox,
  .copy-button,
  .copy-status {
    display: none !important;
  }

  .tax-hero,
  .invoice-section {
    padding: 24px 0;
    background: #fff;
  }

  .tax-layout,
  .tax-hero__grid {
    grid-template-columns: 1fr;
  }

  .invoice-guidance {
    margin-top: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .copy-feedback {
    opacity: 1;
    transform: translate(0, -50%);
    animation: none !important;
  }

  .client-marquee__track {
    animation-duration: 80s !important;
  }
}

/* Careers */
.careers-hero > img {
  object-position: center 48%;
}

.careers-hero .subpage-hero__inner {
  max-width: 940px;
}

.career-vision__grid {
  display: grid;
  grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr);
  gap: clamp(48px, 8vw, 132px);
  align-items: start;
}

.career-vision h2 {
  max-width: 660px;
  margin: 18px 0 0;
}

.career-vision__body {
  padding-top: 34px;
}

.career-vision__body p {
  margin: 0;
  color: var(--text-muted);
}

.career-vision__body .lead {
  margin-bottom: 20px;
  color: var(--navy);
  font-size: clamp(20px, 1.8vw, 25px);
  font-weight: 650;
}

.career-principles {
  background: var(--surface-soft);
  border-block: 1px solid var(--border);
}

.career-principles__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.career-principles article {
  min-height: 210px;
  padding: 34px 28px;
  border-left: 1px solid var(--border);
}

.career-principles article:last-child {
  border-right: 1px solid var(--border);
}

.career-principles article > span {
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
}

.career-principles h3 {
  margin: 30px 0 8px;
  font-size: 21px;
}

.career-principles p {
  margin: 0;
  color: var(--text-muted);
  font-size: 15px;
}

.careers__layout {
  display: grid;
  grid-template-columns: minmax(250px, .58fr) minmax(0, 1.72fr);
  gap: clamp(48px, 7vw, 112px);
  align-items: start;
}

.careers__intro {
  position: sticky;
  top: 150px;
}

.careers__intro h2 {
  max-width: 520px;
  margin: 18px 0 20px;
}

.careers__intro p {
  margin: 0;
  color: var(--text-muted);
  font-size: 18px;
}

.job-list {
  border-top: 2px solid var(--navy);
}

.job-groups {
  display: grid;
  gap: 46px;
}

.job-group__heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: baseline;
  margin-bottom: 14px;
}

.job-group__heading h3 {
  margin: 0;
  font-size: 18px;
}

.job-group__heading span {
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 750;
  text-transform: uppercase;
}

.job-item {
  display: grid;
  grid-template-columns: 44px minmax(260px, 1.25fr) minmax(160px, .7fr) auto;
  gap: 20px;
  align-items: center;
  min-height: 132px;
  padding: 24px 4px;
  border-bottom: 1px solid var(--border);
  color: var(--navy);
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease;
}

.job-item:hover,
.job-item:focus-visible {
  background: var(--surface-soft);
  color: var(--blue);
}

.job-item__number {
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 800;
}

.job-item__title {
  display: grid;
  gap: 5px;
}

.job-item__title strong {
  font-size: clamp(21px, 1.5vw, 24px);
}

.job-item__title small,
.job-item__location {
  color: var(--text-muted);
  font-size: 15px;
}

.job-item__location {
  font-weight: 700;
}

.job-item__action {
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.careers-apply {
  padding: clamp(54px, 6vw, 86px) 0;
  background: var(--navy);
  color: #fff;
}

.careers-apply__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
}

.careers-apply h2 {
  max-width: 760px;
  margin: 14px 0 12px;
  color: #fff;
}

.careers-apply p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
}

.careers-apply__guide {
  display: inline-flex;
  gap: 8px;
  margin-top: 18px;
  color: #fff;
  font-weight: 750;
  text-underline-offset: 5px;
}

@media (max-width: 900px) {
  .career-vision__grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .career-vision__body {
    padding-top: 0;
  }

  .career-principles__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .career-principles article:nth-child(3) {
    border-top: 1px solid var(--border);
  }

  .career-principles article:last-child {
    border-top: 1px solid var(--border);
  }

  .careers__layout,
  .careers-apply__inner {
    grid-template-columns: 1fr;
  }

  .careers__layout {
    gap: 36px;
  }

  .careers__intro {
    position: static;
  }

  .careers-apply__inner {
    gap: 28px;
  }

  .careers-apply .button {
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .careers-hero h1 {
    font-size: 30px;
  }

  .careers-hero p {
    font-size: 16px;
  }

  .career-principles__grid {
    grid-template-columns: 1fr;
  }

  .career-principles article {
    min-height: auto;
    padding: 25px 4px;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid var(--border);
  }

  .career-principles article:first-child {
    border-top: 0;
  }

  .career-principles h3 {
    margin-top: 14px;
  }

  .job-item {
    grid-template-columns: 30px minmax(0, 1fr) auto;
    gap: 10px;
    min-height: 152px;
    padding: 18px 0;
  }

  .job-item__title strong {
    font-size: 19px;
  }

  .job-item__title small {
    font-size: 14px;
  }

  .job-item__location {
    grid-column: 2;
    font-size: 13px;
  }

  .job-item__action {
    grid-column: 3;
    grid-row: 1 / span 2;
    align-self: center;
    width: 36px;
    overflow: hidden;
    font-size: 0;
  }

  .job-item__action span {
    font-size: 22px;
  }

  .careers-apply .button {
    width: 100%;
  }
}

/* Careers landing, compact layout */
.careers-hero .subpage-hero__inner {
  max-width: 800px;
}

.career-culture {
  padding: 76px 0;
  background: #fff;
}

.career-culture__layout {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: clamp(48px, 7vw, 104px);
  align-items: center;
}

.career-culture__intro h2 {
  max-width: 560px;
  margin: 16px 0 14px;
  font-size: clamp(30px, 3vw, 42px);
}

.career-culture__intro p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.career-culture__points {
  border-top: 2px solid var(--navy);
}

.career-culture__points article {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.career-culture__points svg {
  width: 28px;
  height: 28px;
  color: var(--green-dark);
  stroke-width: 1.8;
}

.career-culture__points h3 {
  margin: 0;
  font-size: 18px;
}

.career-culture__points p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.careers {
  padding: 78px 0;
  background: var(--mist);
}

.careers__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 48px;
}

.careers__header h2 {
  margin-top: 12px;
  font-size: clamp(32px, 3vw, 44px);
}

.careers__header > p {
  max-width: 520px;
  justify-self: end;
  margin: 0;
  color: var(--muted);
}

.careers .job-groups {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px;
}

.careers .job-group__heading {
  display: block;
  margin-bottom: 12px;
}

.careers .job-group__heading h3 {
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.careers .job-list {
  border-top: 1px solid var(--line);
}

.careers .job-item {
  grid-template-columns: minmax(0, 1fr) auto 24px;
  gap: 18px;
  min-height: 108px;
  padding: 20px 2px;
  border-color: var(--line);
  transition: color .18s ease, transform .18s ease;
}

.careers .job-item:hover,
.careers .job-item:focus-visible {
  color: var(--blue);
  background: transparent;
  transform: translateX(4px);
}

.careers .job-item__title strong {
  font-size: clamp(18px, 1.35vw, 21px);
  line-height: 1.35;
}

.careers .job-item__title small,
.careers .job-item__location {
  color: var(--muted);
  font-size: 13px;
}

.careers .job-item__location {
  font-weight: 700;
  white-space: nowrap;
}

.careers .job-item__action {
  color: var(--blue);
  font-size: 22px;
  font-weight: 700;
}

.careers-apply {
  padding: 44px 0;
}

.careers-apply__inner {
  gap: 36px;
}

.careers-apply strong {
  display: block;
  color: #fff;
  font-size: 20px;
}

.careers-apply p {
  margin: 6px 0 0;
}

.careers-apply p a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
}

@media (max-width: 900px) {
  .career-culture__layout,
  .careers__header,
  .careers .job-groups {
    grid-template-columns: 1fr;
  }

  .career-culture__layout {
    gap: 34px;
  }

  .careers__header {
    gap: 18px;
    margin-bottom: 36px;
  }

  .careers__header > p {
    justify-self: start;
  }

  .careers .job-groups {
    gap: 38px;
  }
}

@media (max-width: 560px) {
  .careers-hero h1 {
    font-size: 29px;
  }

  .career-culture,
  .careers {
    padding: 56px 0;
  }

  .career-culture__intro h2,
  .careers__header h2 {
    font-size: 27px;
  }

  .career-culture__points article {
    padding: 17px 0;
  }

  .career-culture__points h3 {
    font-size: 16px;
  }

  .careers .job-item {
    grid-template-columns: minmax(0, 1fr) 24px;
    gap: 12px;
    min-height: 112px;
    padding: 18px 0;
  }

  .careers .job-item__title strong {
    font-size: 18px;
  }

  .careers .job-item__title small,
  .careers .job-item__location {
    font-size: 13px;
  }

  .careers .job-item__location {
    grid-column: 1;
  }

  .careers .job-item__action {
    grid-column: 2;
    grid-row: 1 / span 2;
    width: auto;
    overflow: visible;
    font-size: 22px;
  }
}

/* Job descriptions */
.job-descriptions__layout {
  display: grid;
  grid-template-columns: minmax(220px, .45fr) minmax(0, 1.35fr);
  gap: clamp(44px, 7vw, 112px);
  align-items: start;
}

.job-descriptions__nav {
  position: sticky;
  top: 150px;
  display: grid;
  border-top: 2px solid var(--navy);
}

.job-descriptions__nav > span {
  padding: 18px 0 12px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.job-descriptions__nav a {
  padding: 14px 0;
  border-top: 1px solid var(--border);
  color: var(--navy);
  font-weight: 750;
  text-decoration: none;
}

.job-descriptions__nav a:hover,
.job-descriptions__nav a:focus-visible {
  color: var(--green-dark);
}

.job-description {
  padding: 0 0 54px;
  scroll-margin-top: 150px;
}

.job-description + .job-description {
  padding-top: 54px;
  border-top: 1px solid var(--border);
}

.job-description__head {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  margin-bottom: 30px;
}

.job-description__head > span {
  padding-top: 8px;
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 800;
}

.job-description h2 {
  margin: 0 0 6px;
  font-size: clamp(29px, 3vw, 42px);
}

.job-description__head p {
  margin: 0;
  color: var(--text-muted);
  font-weight: 650;
}

.job-description__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
  margin: 0 0 28px 44px;
}

.job-description__columns h3 {
  margin: 0 0 14px;
  font-size: 18px;
}

.job-description__columns ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: var(--text-muted);
}

.job-description > .button {
  margin-left: 44px;
}

.cv-guide {
  padding: clamp(54px, 7vw, 94px) 0;
  background: var(--navy);
  color: #fff;
}

.cv-guide__inner {
  display: grid;
  grid-template-columns: minmax(260px, .65fr) minmax(0, 1fr) auto;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.cv-guide h2 {
  margin: 14px 0 0;
  color: #fff;
  font-size: clamp(29px, 3vw, 42px);
}

.cv-guide ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: cv-item;
}

.cv-guide li {
  display: grid;
  gap: 4px;
  counter-increment: cv-item;
}

.cv-guide li::before {
  content: "0" counter(cv-item);
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}

.cv-guide li span {
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
}

.cv-guide .button {
  white-space: nowrap;
}

@media (max-width: 1050px) {
  .cv-guide__inner {
    grid-template-columns: minmax(240px, .75fr) minmax(0, 1.25fr);
  }

  .cv-guide .button {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .job-descriptions__layout,
  .cv-guide__inner {
    grid-template-columns: 1fr;
  }

  .job-descriptions__layout {
    gap: 42px;
  }

  .job-descriptions__nav {
    position: static;
  }

  .job-description,
  .job-description + .job-description {
    padding-bottom: 42px;
  }

  .job-description + .job-description {
    padding-top: 42px;
  }

  .job-description__columns {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-left: 0;
  }

  .job-description > .button {
    width: 100%;
    margin-left: 0;
  }

  .cv-guide ol {
    grid-template-columns: 1fr;
  }

  .cv-guide .button {
    grid-column: auto;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .job-description__head {
    gap: 12px;
  }

  .job-description h2 {
    font-size: 27px;
  }
}

/* Individual recruitment roles */
.role-hero {
  position: relative;
  min-height: clamp(360px, 16.5vw, 420px);
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  padding: 50px 0;
  background: var(--navy);
  color: #fff;
}

.role-hero__media,
.role-hero::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.role-hero__media {
  z-index: -2;
  overflow: hidden;
}

.role-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.role-hero::after {
  z-index: -1;
  background: linear-gradient(90deg, rgba(5, 24, 43, .94) 0%, rgba(5, 24, 43, .82) 54%, rgba(5, 24, 43, .5) 100%);
  content: "";
}

.role-hero__inner {
  position: relative;
  z-index: 1;
  max-width: none;
}

.role-back {
  width: max-content;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.role-hero .label {
  width: max-content;
  display: flex;
}

.role-back:hover,
.role-back:focus-visible {
  color: #fff;
}

.role-hero h1 {
  max-width: 900px;
  margin: 12px 0 14px;
  color: #fff;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.08;
}

.role-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: clamp(17px, 1.5vw, 20px);
}

.role-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 0;
  margin-top: 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 750;
}

.role-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1.35;
}

.role-meta span + span {
  margin-left: 16px;
  padding-left: 16px;
  border-left: 1px solid rgba(255, 255, 255, .28);
}

.role-meta span::before {
  display: inline-grid;
  width: 20px;
  height: 20px;
  place-items: center;
  flex: 0 0 20px;
  font-size: 15px;
  line-height: 1;
}

.role-meta span:nth-child(1)::before {
  content: "📍";
}

.role-meta span:nth-child(2)::before {
  content: "⏱";
}

.role-meta span:nth-child(3)::before {
  content: "🧭";
}

.role-meta span:nth-child(4)::before {
  content: "📅";
}

.role-meta__deadline time {
  color: #91ec9e;
  font-weight: 800;
}

.role-overview {
  padding: 50px 0;
  border-bottom: 1px solid var(--border);
}

.role-overview__grid {
  display: grid;
  grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr);
  gap: clamp(48px, 8vw, 132px);
  align-items: start;
}

.role-overview h2 {
  margin: 18px 0 0;
}

.role-overview .lead {
  margin: 34px 0 0;
  color: var(--text-muted);
  font-size: clamp(19px, 1.8vw, 24px);
}

.role-details {
  padding: 56px 0;
  background: var(--surface-soft);
}

.role-details__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
  gap: clamp(44px, 7vw, 100px);
  align-items: start;
}

.role-details__content {
  background: #fff;
  border-top: 3px solid var(--navy);
}

.role-details__content > section {
  display: grid;
  grid-template-columns: minmax(180px, .42fr) minmax(0, 1fr);
  gap: 36px;
  padding: 26px 0;
  border-bottom: 1px solid var(--border);
}

.role-details__content h2 {
  margin: 0;
  padding-left: 28px;
  font-size: 20px;
}

.role-details__content h2::before {
  display: inline-block;
  width: 25px;
  margin-right: 7px;
}

.role-details__content > section:nth-child(1) h2::before {
  content: "📋";
}

.role-details__content > section:nth-child(2) h2::before {
  content: "🎯";
}

.role-details__content > section:nth-child(3) h2::before {
  content: "📎";
}

.role-details__content ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0 30px 0 20px;
  color: var(--text-muted);
}

.role-apply {
  position: sticky;
  top: 150px;
  padding: 30px;
  border: 1px solid var(--border);
  border-top: 3px solid var(--green-dark);
  background: #fff;
  border-radius: 6px;
}

.role-apply > span {
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.role-apply h2 {
  margin: 16px 0 12px;
  font-size: 27px;
}

.role-apply p {
  margin: 0 0 22px;
  color: var(--text-muted);
}

.role-apply .button {
  width: 100%;
  min-height: 58px;
  gap: 10px;
  padding: 15px 20px;
  font-size: 16px;
}

.role-apply .button::before {
  content: "✉";
  font-size: 19px;
}

.role-apply small {
  display: block;
  margin-top: 16px;
  color: var(--text-muted);
}

@media (max-width: 900px) {
  .role-overview__grid,
  .role-details__layout {
    grid-template-columns: 1fr;
  }

  .role-overview__grid {
    gap: 22px;
  }

  .role-overview .lead {
    margin-top: 0;
  }

  .role-apply {
    position: static;
  }
}

@media (max-width: 640px) {
  .role-hero {
    min-height: 390px;
    padding: 38px 0 42px;
  }

  .role-hero__media img {
    object-position: 68% center;
  }

  .role-back {
    margin-bottom: 28px;
  }

  .role-hero h1 {
    font-size: 34px;
  }

  .role-hero p {
    font-size: 17px;
  }

  .role-meta {
    display: grid;
    gap: 10px;
    margin-top: 26px;
  }

  .role-meta span + span {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }

  .role-details__content > section {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 0;
  }

  .role-details__content h2 {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 0;
    white-space: nowrap;
  }

  .role-details__content h2::before {
    margin-right: 0;
  }

  .role-details__content ul {
    padding: 0 20px 0 38px;
    font-size: 15px;
  }

  .role-apply {
    padding: 24px 20px;
  }

  .role-apply .button {
    min-height: 62px;
    font-size: 17px;
  }
}

/* Careers landing v3 */
.careers-v3 {
  --career-soft: #f3f6f7;
  --career-line: #d9e2e6;
  background: #fff;
}

.careers-v3 h2 {
  margin: 12px 0 0;
  font-size: 40px;
  line-height: 1.14;
}

.careers-v3__hero {
  position: relative;
  min-height: 500px;
  isolation: isolate;
  overflow: hidden;
  background: var(--navy-2);
}

.careers-v3__hero > img,
.careers-v3__hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.careers-v3__hero > img {
  z-index: -2;
  object-fit: cover;
  object-position: center;
}

.careers-v3__hero-overlay {
  z-index: -1;
  background: linear-gradient(90deg, rgba(5, 24, 42, .94) 0%, rgba(7, 29, 52, .82) 42%, rgba(7, 29, 52, .18) 75%, rgba(7, 29, 52, .08) 100%);
}

.careers-v3__hero-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 500px;
  padding-block: 72px 48px;
  color: #fff;
}

.careers-v3__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #8ddd94;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.careers-v3__eyebrow::before {
  width: 34px;
  height: 2px;
  background: currentColor;
  content: "";
}

.careers-v3__hero h1 {
  max-width: 760px;
  margin: 20px 0 16px;
  font-size: 52px;
  line-height: 1.06;
}

.careers-v3__hero p {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 19px;
  line-height: 1.65;
}

.careers-v3__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 26px;
}

.careers-v3__hero-actions .button {
  min-height: 50px;
}

.careers-v3 .button--light {
  border: 1px solid rgba(255, 255, 255, .56);
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.careers-v3 .button--light:hover,
.careers-v3 .button--light:focus-visible {
  border-color: #fff;
  background: #fff;
  color: var(--navy);
}

.careers-v3__text-link {
  padding: 12px 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 750;
}

.careers-v3__text-link span {
  margin-left: 6px;
  color: #8ddd94;
}

.careers-v3__mission,
.careers-v3__section,
.careers-v3__team,
.careers-v3__benefits,
.careers-v3__openings,
.careers-v3__faq {
  padding: 56px 0;
}

.careers-v3__openings,
.careers-v3__section:has(.careers-v3__life-grid) {
  padding-block: 64px;
}

.careers-v3__mission {
  border-bottom: 1px solid var(--career-line);
}

.careers-v3__openings {
  border-block: 1px solid #d5e1e5;
  background: #edf3f5;
}

.careers-v3__openings .careers-v3__heading--row {
  margin-bottom: 28px;
  padding: 0;
  border: 0;
}

.careers-v3__why-grid,
.careers-v3__growth-grid,
.careers-v3__faq-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: 88px;
  align-items: start;
}

.careers-v3__mission-layout {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(460px, 1.12fr);
  gap: clamp(64px, 7vw, 112px);
  align-items: center;
}

.careers-v3__mission .careers-v3__mission-quote {
  max-width: 650px;
  margin: 20px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 2vw, 40px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
}

.careers-v3__mission-outcomes > p {
  max-width: 660px;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.careers-v3__mission-results {
  margin: 0;
  padding: 0;
  border-top: 2px solid var(--navy);
  list-style: none;
}

.careers-v3__mission-results li {
  display: grid;
  grid-template-columns: 32px minmax(180px, .72fr) minmax(240px, 1.28fr);
  gap: 16px;
  align-items: center;
  min-height: 76px;
  padding: 15px 2px;
  border-bottom: 1px solid var(--career-line);
  color: var(--ink);
}

.careers-v3__mission-results li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: var(--green-dark);
}

.careers-v3__mission-results li > div {
  display: contents;
}

.careers-v3__mission-results svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.careers-v3__mission-results strong,
.careers-v3__mission-results small {
  display: block;
}

.careers-v3__mission-results strong {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.35;
}

.careers-v3__mission-results small {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.careers-v3__section--soft,
.careers-v3__benefits,
.careers-v3__faq {
  background: var(--career-soft);
}

.careers-v3__heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.careers-v3__heading > p,
.careers-v3__heading--row > p {
  margin: 16px 0 0;
  color: var(--muted);
}

.careers-v3__heading--row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .7fr);
  gap: 64px;
  align-items: start;
  max-width: none;
}

.careers-v3__heading--row > p {
  justify-self: end;
  max-width: 520px;
  margin-top: 0;
}

.careers-v3__values {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-block: 1px solid var(--career-line);
}

.careers-v3__values article {
  min-height: 230px;
  padding: 30px 24px;
  border-left: 1px solid var(--career-line);
}

.careers-v3__values article:last-child {
  border-right: 1px solid var(--career-line);
}

.careers-v3__values svg {
  width: 32px;
  height: 32px;
  margin-bottom: 36px;
  color: var(--green-dark);
}

.careers-v3__values h3 {
  font-size: 19px;
}

.careers-v3__values p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.careers-v3__why-grid {
  align-items: start;
}

.careers-v3__why-grid .careers-v3__heading {
  margin: 0;
}

.careers-v3__why-list {
  border-top: 2px solid var(--navy);
}

.careers-v3__why-list article {
  display: grid;
  grid-template-columns: minmax(160px, .55fr) minmax(0, 1fr);
  gap: 26px;
  padding: 22px 0;
  border-bottom: 1px solid var(--career-line);
}

.careers-v3__why-list strong {
  color: var(--navy);
  font-size: 17px;
}

.careers-v3__why-list p {
  margin: 0;
  color: var(--muted);
}

.careers-v3__team {
  background: var(--navy-2);
  color: #fff;
}

.careers-v3__team-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  gap: 72px;
  align-items: center;
}

.careers-v3__team figure {
  margin: 0;
}

.careers-v3__team figure img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 4px;
}

.careers-v3__team figcaption {
  margin-top: 9px;
  color: rgba(255, 255, 255, .55);
  font-size: 12px;
}

.careers-v3__team h2 {
  max-width: 540px;
}

.careers-v3__voices {
  margin-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.careers-v3__voices blockquote {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 24px;
  align-items: center;
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.careers-v3__voices blockquote p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
}

.careers-v3__voices footer {
  display: grid;
}

.careers-v3__voices footer strong {
  font-size: 14px;
}

.careers-v3__voices footer span {
  color: #8ddd94;
  font-size: 12px;
}

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

.careers-v3__life-grid article {
  overflow: hidden;
  border: 1px solid var(--career-line);
  border-radius: 4px;
  background: #fff;
}

.careers-v3__life-grid img {
  width: 100%;
  height: 250px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.careers-v3__life-grid article:nth-child(2) img {
  object-position: right center;
}

.careers-v3__life-grid article > div {
  padding: 22px;
}

.careers-v3__life-grid span {
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.careers-v3__life-grid h3 {
  margin-top: 7px;
  font-size: 21px;
}

.careers-v3__life-grid p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.careers-v3__growth-grid {
  align-items: start;
}

.careers-v3__growth-grid .careers-v3__heading {
  margin: 0;
}

.careers-v3__growth-list {
  margin: 0;
  padding: 0;
  border-top: 2px solid var(--navy);
  list-style: none;
}

.careers-v3__growth-list li {
  display: grid;
  grid-template-columns: 38px minmax(220px, .65fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid var(--career-line);
}

.careers-v3__growth-list .career-stage-icon {
  font-size: 26px;
  line-height: 1.2;
}

.careers-v3__growth-list .career-stage-copy {
  color: var(--muted);
}

.careers-v3__benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 2px solid var(--navy);
}

.careers-v3__benefit-grid article {
  min-height: 145px;
  padding: 24px;
  border-right: 1px solid var(--career-line);
  border-bottom: 1px solid var(--career-line);
}

.careers-v3__benefit-grid article:nth-child(3n + 1) {
  border-left: 1px solid var(--career-line);
}

.careers-v3__benefit-grid h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}

.careers-v3__benefit-grid h3 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  color: var(--green-dark);
}

.careers-v3__benefit-grid h3 span svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.careers-v3__benefit-grid p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.careers-v3__jobs {
  overflow: hidden;
  border: 1px solid #c7d6dc;
  border-top: 4px solid var(--green-dark);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(7, 40, 62, .07);
}

.careers-v3__jobs a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px 30px;
  gap: 24px;
  align-items: center;
  min-height: 112px;
  padding: 22px 28px;
  border-bottom: 1px solid var(--career-line);
}

.careers-v3__jobs a:last-child {
  border-bottom: 0;
}

.careers-v3__jobs a > span {
  display: grid;
  gap: 7px;
}

.careers-v3__jobs small {
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.careers-v3__jobs strong {
  font-size: 23px;
  line-height: 1.3;
}

.careers-v3__jobs em {
  color: var(--muted);
  font-size: 14px;
  font-style: normal;
}

.careers-v3__job-meta {
  gap: 4px;
  justify-items: start;
}

.careers-v3__job-meta time {
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.careers-v3__jobs b {
  color: var(--blue);
  font-size: 24px;
}

.careers-v3__process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-block: 1px solid var(--career-line);
  list-style: none;
}

.careers-v3__process li {
  min-height: 190px;
  padding: 28px 24px;
  border-left: 1px solid var(--career-line);
}

.careers-v3__process li:last-child {
  border-right: 1px solid var(--career-line);
}

.careers-v3__process li > span {
  display: block;
  margin-bottom: 30px;
  font-size: 27px;
  line-height: 1;
}

.careers-v3__process strong {
  font-size: 18px;
}

.careers-v3__process p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.careers-v3__faq-grid {
  align-items: start;
}

.careers-v3__faq-grid .careers-v3__heading {
  position: sticky;
  top: 150px;
  margin: 0;
}

.careers-v3__faq-list {
  border-top: 2px solid var(--navy);
}

.careers-v3__faq-list details {
  border-bottom: 1px solid var(--career-line);
}

.careers-v3__faq-list summary {
  position: relative;
  padding: 22px 44px 22px 0;
  font-size: 17px;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}

.careers-v3__faq-list summary::-webkit-details-marker {
  display: none;
}

.careers-v3__faq-list summary::after {
  position: absolute;
  top: 20px;
  right: 4px;
  color: var(--green-dark);
  font-size: 22px;
  content: "+";
}

.careers-v3__faq-list details[open] summary::after {
  content: "−";
}

.careers-v3__faq-list details p {
  margin: -4px 42px 22px 0;
  color: var(--muted);
}

.careers-v3__final {
  padding: 56px 0;
  background: var(--navy);
  color: #fff;
}

.careers-v3__final-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 56px;
  align-items: center;
}

.careers-v3__final h2 {
  max-width: 760px;
  font-size: 38px;
}

.careers-v3__final p {
  max-width: 720px;
  margin: 15px 0 0;
  color: rgba(255, 255, 255, .7);
}

.careers-v3__final-inner > div:last-child {
  display: grid;
  gap: 10px;
  min-width: 230px;
}

.careers-v3 .button--outline-light {
  border: 1px solid rgba(255, 255, 255, .56);
  color: #fff;
}

.careers-v3 .button--outline-light:hover,
.careers-v3 .button--outline-light:focus-visible {
  border-color: #fff;
  background: #fff;
  color: var(--navy);
}

@media (min-width: 981px) {
  .careers-v3__heading--row > p,
  .careers-v3__why-list,
  .careers-v3__growth-list,
  .careers-v3__faq-list {
    margin-top: 39px;
  }

  .careers-v3__openings .careers-v3__heading--row {
    grid-template-columns: minmax(0, .72fr) auto;
    gap: 48px;
  }

  .careers-v3__openings .careers-v3__heading--row > p {
    max-width: none;
    white-space: nowrap;
  }
}

@media (max-width: 980px) {
  .careers-v3__mission-intro,
  .careers-v3__why-grid,
  .careers-v3__growth-grid,
  .careers-v3__faq-grid,
  .careers-v3__team-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .careers-v3__values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .careers-v3__values article:nth-child(odd),
  .careers-v3__values article:last-child {
    border-right: 1px solid var(--career-line);
  }

  .careers-v3__values article:nth-child(n + 3) {
    border-top: 1px solid var(--career-line);
  }

  .careers-v3__values article:last-child {
    grid-column: 1 / -1;
    min-height: 170px;
  }

  .careers-v3__team-grid {
    align-items: start;
  }

  .careers-v3__life-grid,
  .careers-v3__benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .careers-v3__benefit-grid article,
  .careers-v3__benefit-grid article:nth-child(3n + 1) {
    border-left: 0;
  }

  .careers-v3__benefit-grid article:nth-child(odd) {
    border-left: 1px solid var(--career-line);
  }

  .careers-v3__process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .careers-v3__process li:nth-child(n + 3) {
    border-top: 1px solid var(--career-line);
  }

  .careers-v3__process li:nth-child(even) {
    border-right: 1px solid var(--career-line);
  }

  .careers-v3__faq-grid .careers-v3__heading {
    position: static;
  }
}

@media (max-width: 700px) {
  .careers-v3 h2 {
    font-size: 30px;
  }

  .careers-v3__hero,
  .careers-v3__hero-inner {
    min-height: 540px;
  }

  .careers-v3__hero > img {
    object-position: 63% center;
  }

  .careers-v3__hero-overlay {
    background: linear-gradient(180deg, rgba(7, 29, 52, .28) 0%, rgba(7, 29, 52, .72) 42%, rgba(7, 29, 52, .97) 100%);
  }

  .careers-v3__hero-inner {
    justify-content: flex-start;
    padding-block: 76px 28px;
  }

  .careers-v3__hero h1 {
    margin: 18px 0 14px;
    font-size: 34px;
    line-height: 1.08;
  }

  .careers-v3__hero p {
    font-size: 16px;
    line-height: 1.55;
  }

  .careers-v3__hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 26px;
  }

  .careers-v3__hero-actions .button {
    width: 100%;
    min-height: 48px;
    padding-inline: 14px;
    font-size: 13px;
  }

  .careers-v3__text-link {
    grid-column: 1 / -1;
    justify-self: start;
    padding-left: 0;
  }

  .careers-v3__mission,
  .careers-v3__section,
  .careers-v3__team,
  .careers-v3__benefits,
  .careers-v3__openings,
  .careers-v3__faq {
    padding: 44px 0;
  }

  .careers-v3__openings,
  .careers-v3__section:has(.careers-v3__life-grid) {
    padding-block: 48px;
  }

  .careers-v3__why-grid,
  .careers-v3__growth-grid,
  .careers-v3__faq-grid,
  .careers-v3__team-grid {
    gap: 30px;
  }

  .careers-v3__mission-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .careers-v3__mission-outcomes > p {
    max-width: 700px;
    font-size: 16px;
  }

  .careers-v3__mission .careers-v3__mission-quote {
    max-width: 760px;
    font-size: 27px;
    line-height: 1.2;
  }

  .careers-v3__mission-results {
    margin-top: 0;
  }

  .careers-v3__mission-results li {
    grid-template-columns: 32px minmax(0, 1fr);
    min-height: 0;
    padding: 15px 0;
  }

  .careers-v3__mission-results li > div {
    display: block;
  }

  .careers-v3__mission-results strong {
    margin-bottom: 4px;
  }

  .careers-v3__heading {
    margin-bottom: 30px;
  }

  .careers-v3__heading--row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .careers-v3__heading--row > p {
    justify-self: start;
    margin-top: 16px;
  }

  .careers-v3__values {
    grid-template-columns: 1fr;
  }

  .careers-v3__values article,
  .careers-v3__values article:nth-child(odd),
  .careers-v3__values article:last-child {
    grid-column: auto;
    min-height: 0;
    padding: 22px 2px;
    border: 0;
    border-bottom: 1px solid var(--career-line);
  }

  .careers-v3__values article:first-child {
    border-top: 1px solid var(--career-line);
  }

  .careers-v3__values svg {
    width: 28px;
    height: 28px;
    margin-bottom: 16px;
  }

  .careers-v3__why-list article {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .careers-v3__growth-list li {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 7px 12px;
  }

  .careers-v3__growth-list .career-stage-copy {
    grid-column: 2;
  }

  .careers-v3__team figure {
    margin-inline: -16px;
  }

  .careers-v3__team figure img {
    border-radius: 0;
  }

  .careers-v3__team figcaption {
    padding-inline: 16px;
  }

  .careers-v3__voices blockquote {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .careers-v3__voices footer {
    display: flex;
    gap: 8px;
    align-items: baseline;
  }

  .careers-v3__life-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
  }

  .careers-v3__life-grid article {
    flex: 0 0 84%;
    scroll-snap-align: start;
  }

  .careers-v3__life-grid img {
    height: 190px;
  }

  .careers-v3__benefit-grid {
    grid-template-columns: 1fr;
  }

  .careers-v3__benefit-grid article,
  .careers-v3__benefit-grid article:nth-child(odd),
  .careers-v3__benefit-grid article:nth-child(3n + 1) {
    min-height: 0;
    padding: 20px 2px;
    border: 0;
    border-bottom: 1px solid var(--career-line);
  }

  .careers-v3__benefit-grid article:first-child {
    border-top: 1px solid var(--career-line);
  }

  .careers-v3__jobs a {
    grid-template-columns: minmax(0, 1fr) 24px;
    gap: 12px;
    min-height: 116px;
    padding: 18px;
  }

  .careers-v3__jobs strong {
    font-size: 19px;
  }

  .careers-v3__jobs em {
    font-size: 13px;
  }

  .careers-v3__job-meta {
    grid-column: 1;
  }

  .careers-v3__jobs b {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .careers-v3__process {
    grid-template-columns: 1fr;
  }

  .careers-v3__process li,
  .careers-v3__process li:nth-child(even),
  .careers-v3__process li:nth-child(n + 3) {
    min-height: 0;
    padding: 22px 2px;
    border: 0;
    border-bottom: 1px solid var(--career-line);
  }

  .careers-v3__process li > span {
    margin-bottom: 12px;
  }

  .careers-v3__faq-list summary {
    font-size: 16px;
  }

  .careers-v3__final {
    padding: 48px 0;
  }

  .careers-v3__final-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .careers-v3__final h2 {
    font-size: 30px;
  }

  .careers-v3__final-inner > div:last-child {
    min-width: 0;
  }
}

@media (max-width: 380px) {
  .careers-v3__hero h1 {
    font-size: 32px;
  }

  .careers-v3__hero-actions {
    grid-template-columns: 1fr;
  }

  .careers-v3__text-link {
    grid-column: auto;
  }
}

/* Subtle brand light sweep, clipped to the footer logo artwork. */
.footer__brand {
  position: relative;
}

.footer__brand::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 196px;
  aspect-ratio: 4346 / 890;
  pointer-events: none;
  content: "";
  background: linear-gradient(
    105deg,
    transparent 32%,
    rgba(73, 187, 84, .25) 40%,
    rgba(104, 221, 116, .96) 47%,
    #c5ff91 50%,
    rgba(104, 221, 116, .96) 53%,
    rgba(73, 187, 84, .25) 60%,
    transparent 68%
  );
  background-position: var(--footer-sweep-position, 170%) 0;
  background-size: 260% 100%;
  -webkit-mask: url("assets/images/viwatech-logo-white.png") center / contain no-repeat;
  mask: url("assets/images/viwatech-logo-white.png") center / contain no-repeat;
}

@media (max-width: 760px) {
  .footer__brand::before {
    width: 170px;
  }
}

/* About page: keep section rhythm compact without compressing content. */
@media (min-width: 821px) {
  .about-subpage .subpage-intro {
    padding-top: 56px;
    padding-bottom: 52px;
  }

  .about-subpage .subpage-intro + .proof-strip .proof-strip__grid > div {
    min-height: 92px;
  }

  .about-subpage .company-foundations,
  .about-subpage .about-why {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .about-subpage .company-foundations__heading,
  .about-subpage .about-why__heading {
    margin-bottom: 28px;
  }

  .about-subpage .credentials {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .about-subpage .stakeholders {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .about-subpage .stakeholders .section-heading {
    margin-bottom: 34px;
  }

  .about-subpage .page-cta {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 820px) {
  .about-subpage .subpage-intro,
  .about-subpage .company-foundations,
  .about-subpage .about-why {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .about-subpage .company-foundations__heading,
  .about-subpage .about-why__heading {
    margin-bottom: 24px;
  }

  .about-subpage .credentials {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .about-subpage .stakeholders {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .about-subpage .stakeholders .section-heading {
    margin-bottom: 28px;
  }

  .about-subpage .page-cta {
    padding-top: 38px;
    padding-bottom: 38px;
  }
}

/* Services and projects: tighter section rhythm while preserving content density. */
@media (min-width: 821px) {
  .service-subpage .capabilities,
  .service-subpage .monitoring-strength,
  .service-subpage .delivery {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service-subpage .capabilities .section-heading,
  .service-subpage .monitoring-strength .section-heading,
  .service-subpage .delivery .section-heading {
    margin-bottom: 24px;
  }

  .service-subpage .digital-band {
    min-height: 456px;
  }

  .service-subpage .digital-band__content {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .service-subpage .page-cta,
  .project-subpage .page-cta {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .project-subpage .projects-page {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .project-subpage .projects-page .section-heading {
    margin-bottom: 24px;
  }

  .project-subpage .project-evidence {
    padding-top: 48px;
    padding-bottom: 50px;
  }

  .project-subpage .project-evidence__heading {
    margin-bottom: 26px;
  }
}

@media (max-width: 820px) {
  .service-subpage .section.capabilities,
  .service-subpage .section.monitoring-strength,
  .service-subpage .section.delivery {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .service-subpage .capabilities .section-heading,
  .service-subpage .monitoring-strength .section-heading,
  .service-subpage .delivery .section-heading {
    margin-bottom: 22px;
  }

  .service-subpage .digital-band {
    min-height: 0;
  }

  .service-subpage .digital-band__content {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .service-subpage .page-cta,
  .project-subpage .page-cta {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .project-subpage .section.projects-page {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .project-subpage .projects-page .section-heading {
    margin-bottom: 22px;
  }

  .project-subpage .project-evidence {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .project-subpage .project-evidence__heading {
    margin-bottom: 24px;
  }
}

/* Mobile footer contact list: match the compact rhythm and icon scale of footer nav. */
@media (max-width: 560px) {
  .footer__contact {
    margin-top: 0;
    padding-top: 16px;
  }

  .footer__contact h2 {
    margin-bottom: 7px;
  }

  .footer__contact-list {
    grid-template-columns: 1fr;
    gap: 1px;
  }

  .footer__contact-item,
  .footer__contact-item--time {
    grid-template-columns: 17px minmax(0, 1fr) auto;
    gap: 8px;
    min-height: 30px;
  }

  .footer__contact-item > svg {
    width: 15px;
    height: 15px;
    justify-self: center;
  }

  .footer__contact-item--time {
    grid-template-columns: 17px minmax(0, 1fr);
  }

  .footer__contact-item--time::before {
    color: #82d98a;
    content: "◷";
    font-size: 16px;
  }

  .footer__contact-item strong {
    font-size: 13px;
    line-height: 1.35;
  }

  .footer__contact-item--time strong {
    white-space: nowrap;
  }

  .footer__contact-item--address {
    grid-column: auto;
    grid-template-columns: 17px minmax(0, 1fr) 20px;
    width: 100%;
  }

  .footer__contact-item--address strong {
    font-size: 12px;
    white-space: nowrap;
  }

  .footer__contact .contact-map-link,
  .footer__contact .contact-map-link .contact-map-link__icon {
    width: 19px;
    height: 19px;
  }

  .footer__contact .contact-map-link::after {
    display: none;
  }
}

/* Recruitment mobile: tighter vertical rhythm without compressing content rows. */
@media (max-width: 700px) {
  .careers-v3__hero,
  .careers-v3__hero-inner {
    min-height: 400px;
  }

  .careers-v3__hero-inner {
    justify-content: flex-end;
    padding-block: 88px 24px;
  }

  .careers-v3__hero h1 {
    margin-block: 14px 12px;
    font-size: 32px;
  }

  .careers-v3__hero-actions {
    margin-top: 20px;
  }

  .careers-v3__mission {
    padding-block: 34px;
  }

  .careers-v3__openings {
    padding-block: 38px;
  }

  .careers-v3__section,
  .careers-v3__benefits,
  .careers-v3__faq {
    padding-block: 34px;
  }

  .careers-v3__section:has(.careers-v3__life-grid) {
    padding-block: 38px;
  }

  .careers-v3__final {
    padding-block: 38px;
  }

  .careers-v3__mission-intro,
  .careers-v3__why-grid,
  .careers-v3__growth-grid,
  .careers-v3__faq-grid,
  .careers-v3__team-grid {
    gap: 22px;
  }

  .careers-v3__heading {
    margin-bottom: 22px;
  }

  .careers-v3__heading--row > p {
    margin-top: 12px;
  }

  .careers-v3__final-inner {
    gap: 22px;
  }
}

@media (max-width: 380px) {
  .careers-v3__hero,
  .careers-v3__hero-inner {
    min-height: 430px;
  }

  .careers-v3__hero-inner {
    padding-top: 72px;
  }
}

/* Recruitment values: compact, scan-friendly rows on mobile. */
@media (max-width: 700px) {
  .careers-v3__values article,
  .careers-v3__values article:nth-child(odd),
  .careers-v3__values article:last-child {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 5px;
    align-items: center;
    padding: 16px 2px;
  }

  .careers-v3__values svg {
    grid-column: 1;
    grid-row: 1;
    width: 26px;
    height: 26px;
    margin: 0;
  }

  .careers-v3__values h3 {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
  }

  .careers-v3__values p {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
  }
}

/* Slow-network resilience: reserve icon/media geometry and avoid JS-gated blank states. */
.brand img,
.footer__brand img,
.floating-action img,
.role-hero__media img {
  display: block;
}

.role-hero__media {
  background: #173247;
}

[data-reveal],
[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

/* Local vector masks render immediately without waiting for an emoji font. */
.footer__nav a::before,
.role-meta span::before {
  content: "" !important;
  display: inline-block;
  background-color: currentColor;
  -webkit-mask: var(--local-icon) center / contain no-repeat;
  mask: var(--local-icon) center / contain no-repeat;
}

.footer__nav a::before {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  --local-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 21V7l8-4 8 4v14h-6v-6h-4v6H4zm3-11h2V8H7v2zm4 0h2V8h-2v2zm4 0h2V8h-2v2z'/%3E%3C/svg%3E");
}

.footer__nav a[href*="dich-vu"]::before {
  --local-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13.9 2.1a10 10 0 0 0-3.8 0l-.5 2.1a8 8 0 0 0-1.7.7L6 3.8 3.8 6l1.1 1.9a8 8 0 0 0-.7 1.7l-2.1.5a10 10 0 0 0 0 3.8l2.1.5a8 8 0 0 0 .7 1.7L3.8 18 6 20.2l1.9-1.1a8 8 0 0 0 1.7.7l.5 2.1a10 10 0 0 0 3.8 0l.5-2.1a8 8 0 0 0 1.7-.7l1.9 1.1 2.2-2.2-1.1-1.9a8 8 0 0 0 .7-1.7l2.1-.5a10 10 0 0 0 0-3.8l-2.1-.5a8 8 0 0 0-.7-1.7L20.2 6 18 3.8l-1.9 1.1a8 8 0 0 0-1.7-.7l-.5-2.1zM12 8a4 4 0 1 1 0 8 4 4 0 0 1 0-8z'/%3E%3C/svg%3E");
}

.footer__nav a[href*="du-an"]::before {
  --local-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 21h18v-2h-2V8h-5V3H5v16H3v2zm4-2V5h5v14H7zm7 0V10h3v9h-3z'/%3E%3C/svg%3E");
}

.footer__nav a[href*="tuyen-dung"]::before {
  --local-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 4V2h6v2h5a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h5zm2 0h2v-1h-2v1zm-7 6v9h16v-9h-6v2h-4v-2H4z'/%3E%3C/svg%3E");
}

.footer__nav a[href*="Logo-"]::before {
  --local-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 0 0 0 20h1.5a2.5 2.5 0 0 0 0-5H12a1.5 1.5 0 0 1 0-3h2a8 8 0 0 0-2-12zM6.5 11A1.5 1.5 0 1 1 6.5 8a1.5 1.5 0 0 1 0 3zm3-4A1.5 1.5 0 1 1 9.5 4a1.5 1.5 0 0 1 0 3zm5 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm3 4a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z'/%3E%3C/svg%3E");
}

.footer__nav a[href*="vat/"]::before,
.footer__nav a[href*="dieu-khoan"]::before {
  --local-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 2h9l5 5v15H6V2zm2 2v16h10V9h-5V4H8zm2 9h6v2h-6v-2zm0 4h6v2h-6v-2z'/%3E%3C/svg%3E");
}

.footer__nav a[href*="quyen-rieng-tu"]::before,
.footer__nav a[href*="bao-mat"]::before {
  --local-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l8 3v6c0 5.1-3.4 9.7-8 11-4.6-1.3-8-5.9-8-11V5l8-3zm0 3.1L6 7.3V11c0 3.8 2.4 7.2 6 8.5 3.6-1.3 6-4.7 6-8.5V7.3l-6-2.2z'/%3E%3C/svg%3E");
}

.role-meta span::before {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  --local-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.2 7 13 7 13s7-7.8 7-13a7 7 0 0 0-7-7zm0 10a3 3 0 1 1 0-6 3 3 0 0 1 0 6z'/%3E%3C/svg%3E");
}

.role-meta span:nth-child(2)::before {
  --local-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm1 5v4.6l3.2 3.2-1.4 1.4L11 12.4V7h2z'/%3E%3C/svg%3E");
}

.role-meta span:nth-child(3)::before {
  --local-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l4 8 6 2-6 2-4 8-4-8-6-2 6-2 4-8zm0 5.5L10.5 11 7 12l3.5 1 1.5 3.5 1.5-3.5 3.5-1-3.5-1L12 7.5z'/%3E%3C/svg%3E");
}

.role-meta span:nth-child(4)::before {
  --local-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2h2v2h6V2h2v2h3v18H4V4h3V2zm11 8H6v10h12V10zM6 6v2h12V6H6z'/%3E%3C/svg%3E");
}
