
/* v814 Working Visa article page — TrustVietnamVisa-inspired, Vietnam GoEasy blue version */
.working-article-page-v814 {
  background: #fff;
  color: #092242;
}

.working-article-v814 {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.working-container-v814,
.working-layout-v814 {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.working-hero-v814 {
  padding: 26px 0 0;
  background: #fff;
}

.working-hero-card-v814 {
  position: relative;
  min-height: 310px;
  border-radius: 14px;
  overflow: hidden;
  background: #0b2b55;
  box-shadow: 0 22px 52px rgba(7, 29, 58, .12);
}

.working-hero-card-v814 img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  display: block;
}

.working-hero-card-v814::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,29,58,.72) 0%, rgba(7,29,58,.45) 40%, rgba(7,29,58,.04) 78%),
    linear-gradient(0deg, rgba(7,29,58,.12), rgba(7,29,58,.12));
}

.working-hero-copy-v814 {
  position: absolute;
  left: 56px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 610px;
  color: #fff;
}

.working-hero-copy-v814 span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.28);
  color: #dbeeff;
  font-size: 13px;
  font-weight: 800;
}

.working-hero-copy-v814 h1 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(46px, 5.2vw, 72px);
  line-height: .92;
  letter-spacing: -.045em;
  font-weight: 950;
}

.working-hero-copy-v814 p {
  margin: 0;
  color: #f0f7ff;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 750;
}

.working-shell-v814 {
  padding: 30px 0 48px;
}

.working-layout-v814 {
  display: grid;
  grid-template-columns: minmax(0, 850px) 360px;
  gap: 48px;
  align-items: start;
}

.working-main-v814 {
  min-width: 0;
}

.working-breadcrumb-v814 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
  color: #526982;
  font-size: 14px;
  font-weight: 750;
}

.working-breadcrumb-v814 a {
  color: #526982;
  text-decoration: none;
}

.working-breadcrumb-v814 span:last-child {
  color: #005fd2;
}

.working-title-v814 h2 {
  margin: 0 0 12px;
  color: #071d3a;
  font-size: clamp(36px, 3.3vw, 52px);
  line-height: 1.05;
  letter-spacing: -.045em;
  font-weight: 950;
}

.working-updated-v814 {
  margin: 0 0 20px !important;
  color: #526982 !important;
  font-size: 14px !important;
}

.working-title-v814 p {
  margin: 0 0 16px;
  color: #17304f;
  font-size: 17px;
  line-height: 1.72;
}

.working-note-v814 {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin: 28px 0 18px;
  padding: 20px 22px;
  border: 1px solid #9fc8ff;
  border-left: 5px solid #0a67dc;
  border-radius: 10px;
  background: linear-gradient(135deg, #eef7ff, #ffffff);
  box-shadow: 0 14px 30px rgba(0, 95, 210, .08);
}

.working-note-icon-v814 {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #0a67dc;
  color: #fff;
  font-weight: 950;
  font-size: 18px;
}

.working-note-v814 p {
  margin: 0;
  color: #092242;
  font-size: 15.5px;
  line-height: 1.55;
}

.working-note-v814 a {
  color: #005fd2;
  font-weight: 900;
  text-decoration: none;
}

.working-center-v814 {
  margin: 0 0 42px;
  text-align: center;
}

.working-btn-v814 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 30px;
  border-radius: 8px;
  background: linear-gradient(135deg, #0874ef, #0057c8);
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 950;
  box-shadow: 0 16px 30px rgba(0, 95, 210, .26);
  transition: transform .16s ease, box-shadow .16s ease;
}

.working-btn-v814:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 38px rgba(0, 95, 210, .32);
}

.working-center-v814 small {
  display: block;
  margin-top: 10px;
  color: #526982;
  font-size: 13px;
}

.working-section-v814 {
  margin: 0 0 42px;
  padding-top: 4px;
}

.working-section-title-v814 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d8e6f5;
}

.working-section-title-v814.small {
  margin-bottom: 14px;
}

.working-line-icon-v814 {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 11px;
  background: #eaf4ff;
  color: #086fe8;
  border: 1px solid #cfe4ff;
  font-size: 18px;
  font-weight: 950;
}

.working-section-title-v814 h3 {
  margin: 0;
  color: #071d3a;
  font-size: 25px;
  line-height: 1.16;
  letter-spacing: -.025em;
  font-weight: 950;
}

.working-section-title-v814.small h3 {
  font-size: 21px;
}

.working-section-v814 > p,
.working-table-card-v814 > p,
.working-time-card-v814 > p {
  margin: 0 0 16px;
  color: #17304f;
  font-size: 16px;
  line-height: 1.65;
}

.working-visa-type-grid-v814 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin: 22px 0 18px;
}

.working-type-v814 {
  position: relative;
  min-height: 190px;
  padding: 28px 28px 24px 92px;
  border: 1px solid #d4e5f7;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(7, 29, 58, .055);
}

.working-card-icon-v814 {
  position: absolute;
  left: 28px;
  top: 30px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #e8f4ff, #d9ecff);
  color: #086fe8;
  border: 1px solid #bddbff;
  font-weight: 950;
  font-size: 14px;
}

.working-type-v814 h4 {
  margin: 0 0 10px;
  color: #071d3a;
  font-size: 24px;
  font-weight: 950;
}

.working-type-v814 p {
  margin: 0;
  color: #17304f;
  font-size: 15px;
  line-height: 1.58;
}

.working-soft-callout-v814 {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid #d4e5f7;
  border-radius: 11px;
  background: linear-gradient(135deg, #f1f8ff, #ffffff);
}

.working-soft-callout-v814 span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 9px;
  background: #e8f4ff;
  color: #086fe8;
  font-size: 20px;
  font-weight: 900;
}

.working-soft-callout-v814 p {
  margin: 0;
  color: #17304f;
  font-size: 15px;
  line-height: 1.58;
}

.working-step-flow-v814 {
  display: grid;
  grid-template-columns: 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr;
  gap: 10px;
  align-items: start;
  margin: 26px 0 0;
}

.working-flow-item-v814 {
  min-height: 190px;
  padding: 22px 14px;
  border: 1px solid #d4e5f7;
  border-radius: 14px;
  text-align: center;
  background: #fff;
  box-shadow: 0 14px 34px rgba(7,29,58,.055);
}

.working-flow-item-v814 span {
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #e8f4ff, #d5eaff);
  color: #086fe8;
  border: 1px solid #b9d8ff;
  font-size: 18px;
  font-weight: 950;
}

.working-flow-item-v814:nth-of-type(3) span {
  background: linear-gradient(135deg, #f3edff, #e7d9ff);
  color: #7c3aed;
  border-color: #dac8ff;
}

.working-flow-item-v814:nth-of-type(5) span {
  background: linear-gradient(135deg, #fff6df, #ffe8b4);
  color: #d97706;
  border-color: #ffdd93;
}

.working-flow-item-v814:nth-of-type(7) span {
  background: linear-gradient(135deg, #f0f7ff, #d9ecff);
  color: #0a67dc;
  border-color: #bddbff;
}

.working-flow-item-v814:nth-of-type(9) span {
  background: linear-gradient(135deg, #eafaf2, #d8f7e7);
  color: #0f9f60;
  border-color: #b9eccf;
}

.working-flow-item-v814 h4 {
  margin: 0 0 8px;
  color: #071d3a;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 950;
}

.working-flow-item-v814 p {
  margin: 0;
  color: #38516e;
  font-size: 12.8px;
  line-height: 1.45;
}

.working-flow-arrow-v814 {
  padding-top: 42px;
  color: #9fb6d0;
  font-size: 42px;
  font-weight: 300;
  text-align: center;
}

.working-doc-grid-v814 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.working-doc-card-v814 {
  min-height: 150px;
  padding: 18px;
  border: 1px solid #d4e5f7;
  border-radius: 12px;
  background: #fff;
  color: #092242;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(7,29,58,.045);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

a.working-doc-card-v814:hover {
  transform: translateY(-2px);
  border-color: #99c7ff;
  box-shadow: 0 18px 34px rgba(0,95,210,.12);
}

.working-doc-card-v814 span {
  width: 44px;
  height: 44px;
  margin-bottom: 12px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: #eaf4ff;
  color: #086fe8;
  border: 1px solid #cfe4ff;
  font-size: 12px;
  font-weight: 950;
}

.working-doc-card-v814 strong {
  display: block;
  margin-bottom: 7px;
  color: #071d3a;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 950;
}

.working-doc-card-v814 p {
  margin: 0;
  color: #38516e;
  font-size: 12.8px;
  line-height: 1.45;
}

.working-doc-note-v814 {
  margin-top: 15px !important;
  font-size: 14px !important;
  color: #526982 !important;
}

.working-split-v814 {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 22px;
  margin: 0 0 42px;
}

.working-time-card-v814,
.working-table-card-v814 {
  padding: 24px;
  border: 1px solid #d4e5f7;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(7,29,58,.055);
}

.working-time-card-v814 strong {
  display: block;
  margin: 8px 0 10px;
  color: #086fe8;
  font-size: 42px;
  line-height: 1;
  font-weight: 950;
}

.working-time-card-v814 small {
  display: block;
  margin-top: 14px;
  color: #526982;
  font-size: 13px;
  line-height: 1.55;
}

.working-table-wrap-v814 {
  overflow-x: auto;
  border: 1px solid #d8e6f5;
  border-radius: 10px;
}

.working-table-wrap-v814 table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}

.working-table-wrap-v814 th,
.working-table-wrap-v814 td {
  padding: 13px 14px;
  border-right: 1px solid #e4edf6;
  border-bottom: 1px solid #e4edf6;
  color: #17304f;
  font-size: 13px;
  line-height: 1.45;
  vertical-align: top;
}

.working-table-wrap-v814 th {
  background: #f2f7fc;
  color: #071d3a;
  font-weight: 950;
}

.working-table-wrap-v814 tr:last-child td {
  border-bottom: 0;
}

.working-table-wrap-v814 td:first-child {
  color: #071d3a;
  font-weight: 900;
}

.working-final-cta-v814 {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  margin-top: 36px;
  padding: 30px;
  border: 1px solid #c8e1ff;
  border-radius: 16px;
  background:
    radial-gradient(circle at 85% 15%, rgba(8,116,239,.14), transparent 28%),
    linear-gradient(135deg, #edf7ff, #ffffff);
  box-shadow: 0 18px 42px rgba(0,95,210,.10);
}

.working-final-cta-v814 span {
  display: block;
  color: #086fe8;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 6px;
}

.working-final-cta-v814 h3 {
  margin: 0 0 8px;
  color: #071d3a;
  font-size: 28px;
  line-height: 1.12;
  letter-spacing: -.03em;
  font-weight: 950;
}

.working-final-cta-v814 p {
  margin: 0;
  color: #17304f;
  font-size: 15px;
  line-height: 1.55;
}

/* Right sidebar keeps existing emergency sidebar system, recolored blue for this page */
.working-sidebar-v814 {
  position: sticky;
  top: 96px;
}

.working-sidebar-v814 .emergency-side-box-v787FR {
  border-color: #d4e5f7;
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(7,29,58,.065);
}

.working-sidebar-v814 .emergency-side-box-v787FR h3 {
  color: #071d3a;
}

.working-sidebar-v814 .emergency-side-list-v787FR li::marker {
  color: #086fe8;
}

.working-sidebar-v814 .emergency-side-list-v787FR a {
  color: #005fd2;
  text-decoration: none;
  font-weight: 850;
}

.working-blue-side-btn-v814,
.working-sidebar-v814 .emergency-apply-red-v787GM {
  background: linear-gradient(135deg, #0874ef, #0057c8) !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: 0 12px 26px rgba(0,95,210,.22);
}

.working-sidebar-v814 .emergency-contact-whatsapp-v787GE,
.working-sidebar-v814 .emergency-contact-telegram-v787GE {
  box-shadow: none;
}

.working-form-links-v814 {
  display: grid;
  gap: 8px;
}

.working-form-links-v814 li {
  line-height: 1.4;
}

@media (max-width: 1180px) {
  .working-layout-v814 {
    grid-template-columns: 1fr;
  }

  .working-sidebar-v814 {
    position: static;
  }

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

  .working-step-flow-v814 {
    grid-template-columns: 1fr;
  }

  .working-flow-arrow-v814 {
    display: none;
  }

  .working-flow-item-v814 {
    min-height: 0;
  }
}

@media (max-width: 780px) {
  .working-container-v814,
  .working-layout-v814 {
    padding: 0 16px;
  }

  .working-hero-card-v814,
  .working-hero-card-v814 img {
    height: 250px;
    min-height: 250px;
  }

  .working-hero-copy-v814 {
    left: 26px;
    right: 26px;
  }

  .working-hero-copy-v814 h1 {
    font-size: 42px;
  }

  .working-hero-copy-v814 p {
    font-size: 18px;
  }

  .working-title-v814 h2 {
    font-size: 34px;
  }

  .working-visa-type-grid-v814,
  .working-doc-grid-v814,
  .working-split-v814,
  .working-final-cta-v814 {
    grid-template-columns: 1fr;
  }

  .working-type-v814 {
    padding-left: 24px;
  }

  .working-card-icon-v814 {
    position: static;
    margin-bottom: 12px;
  }

  .working-final-cta-v814 .working-btn-v814 {
    width: 100%;
  }
}
