
/* v806 Speed Up eVisa article rebuild — blue article layout based on approved mockup */
.speedup-article-page-v806 {
  background: #ffffff;
  color: #061633;
}

.speedup-article-page-v806 .topbar {
  background: #071d3a;
  box-shadow: 0 8px 30px rgba(7, 29, 58, .16);
}

.speedup-page-shell-v806 {
  position: relative;
  overflow: hidden;
  padding: 0 0 56px;
  background:
    radial-gradient(circle at 12% 4%, rgba(26,115,232,.05), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #f8fbff 100%);
}

.speedup-wave-v806 {
  height: 130px;
  margin-bottom: -112px;
  background:
    repeating-radial-gradient(ellipse at 30% -20%, rgba(16, 93, 201, .09) 0 1px, transparent 2px 18px);
  opacity: .55;
  pointer-events: none;
}

.speedup-article-container-v806 {
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 26px;
}

.speedup-hero-image-v806 {
  margin: 92px auto 28px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(7, 29, 58, .10);
  border: 1px solid rgba(18, 86, 184, .08);
  background: #eaf3ff;
}

.speedup-hero-image-v806 img {
  display: block;
  width: 100%;
  height: clamp(260px, 27vw, 430px);
  object-fit: cover;
}

.speedup-two-column-v806 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 372px;
  gap: 44px;
  align-items: start;
}

.speedup-article-v806 {
  min-width: 0;
}

.speedup-breadcrumb-v806 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 18px;
  font-size: 17px;
  font-weight: 750;
  color: #1164c8;
}

.speedup-breadcrumb-v806 a {
  color: #0a68d8;
  text-decoration: none;
}

.speedup-breadcrumb-v806 a:hover {
  text-decoration: underline;
}

.speedup-title-block-v806 h1 {
  margin: 0 0 16px;
  max-width: 1120px;
  font-size: clamp(42px, 4vw, 72px);
  line-height: .98;
  letter-spacing: -.055em;
  color: #061633;
  font-weight: 900;
}

.speedup-updated-v806 {
  margin: 0 0 22px;
  color: #48617f;
  font-size: 16px;
  font-weight: 650;
}

.speedup-lead-v806 {
  margin: 0 0 30px;
  max-width: 950px;
  color: #18304f;
  font-size: 19px;
  line-height: 1.65;
}

.speedup-section-row-v806 {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 26px;
  margin: 34px 0;
}

.speedup-section-icon-v806 {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(15, 103, 220, .22);
  border-radius: 14px;
  background: #f4f9ff;
  color: #0d6efd;
  font-size: 27px;
  font-weight: 900;
  box-shadow: 0 8px 24px rgba(13, 110, 253, .08);
}

.speedup-section-content-v806 h2 {
  margin: 0 0 10px;
  font-size: clamp(25px, 2.05vw, 34px);
  line-height: 1.13;
  letter-spacing: -.025em;
  color: #071a36;
  font-weight: 900;
}

.speedup-section-content-v806 p {
  margin: 0 0 12px;
  color: #18304f;
  font-size: 17px;
  line-height: 1.66;
}

.speedup-check-list-v806,
.speedup-dot-list-v806 {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: grid;
  gap: 9px;
}

.speedup-check-list-v806 li,
.speedup-dot-list-v806 li {
  position: relative;
  padding-left: 28px;
  color: #142b49;
  font-size: 17px;
  line-height: 1.45;
}

.speedup-check-list-v806 li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #0d6efd;
  color: white;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
}

.speedup-dot-list-v806 li::before {
  content: "";
  position: absolute;
  left: 7px;
  top: .68em;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: #0d6efd;
}

.speedup-steps-v806 {
  display: grid;
  grid-template-columns: 1fr 28px 1fr 28px 1fr 28px 1fr;
  gap: 14px;
  align-items: center;
  margin: 22px 0 18px;
}

.speedup-step-card-v806 {
  min-height: 174px;
  padding: 18px 15px 16px;
  border: 1px solid #d7e6f7;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(7, 29, 58, .05);
}

.speedup-step-number-v806 {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  margin-bottom: 9px;
  border-radius: 50%;
  background: #0d6efd;
  color: #fff;
  font-weight: 900;
  font-size: 13px;
}

.speedup-step-card-v806 h3 {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.22;
  color: #061633;
  font-weight: 900;
}

.speedup-step-card-v806 p {
  margin: 0;
  color: #1b3554;
  font-size: 14px;
  line-height: 1.45;
}

.speedup-step-symbol-v806 {
  margin-top: 14px;
  color: #0d6efd;
  font-size: 30px;
  line-height: 1;
}

.speedup-step-arrow-v806 {
  text-align: center;
  color: #0d6efd;
  font-size: 30px;
  font-weight: 900;
}

.speedup-mid-cta-v806 {
  text-align: center;
  margin: 20px auto 0;
}

.speedup-blue-btn-v806 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 32px;
  border-radius: 9px;
  background: linear-gradient(135deg, #0d6efd, #0054c8);
  color: #fff !important;
  text-decoration: none;
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(13, 110, 253, .25);
  transition: transform .18s ease, box-shadow .18s ease;
}

.speedup-blue-btn-v806:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(13, 110, 253, .32);
}

.speedup-blue-btn-v806 span {
  font-size: 23px;
  line-height: 1;
}

.speedup-mid-cta-v806 p {
  margin: 10px 0 0;
  color: #56708e;
  font-size: 14px;
}

.speedup-fit-grid-v806 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 16px;
}

.speedup-fit-card-v806 {
  padding: 20px 22px;
  border-radius: 12px;
  border: 1px solid #dbe8f6;
}

.speedup-fit-good-v806 {
  background: linear-gradient(180deg, #eef7ff, #f8fcff);
}

.speedup-fit-bad-v806 {
  background: linear-gradient(180deg, #f7f9fc, #ffffff);
}

.speedup-fit-card-v806 h3 {
  margin: 0 0 12px;
  font-size: 18px;
  color: #071a36;
}

.speedup-fit-card-v806 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.speedup-fit-card-v806 li {
  position: relative;
  padding-left: 25px;
  color: #142b49;
  font-size: 15px;
  line-height: 1.45;
}

.speedup-fit-good-v806 li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0d6efd;
  font-weight: 900;
}

.speedup-fit-bad-v806 li::before {
  content: "⊗";
  position: absolute;
  left: 0;
  color: #49627f;
  font-weight: 900;
}

.speedup-disclaimer-v806 {
  margin: 18px 0 0 !important;
  padding: 12px 16px;
  border-radius: 9px;
  background: #f4f8fd;
  border: 1px solid #dbe8f6;
  color: #34506f !important;
  font-size: 15px !important;
}

.speedup-faq-grid-v806 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px 16px;
  margin-top: 16px;
}

.speedup-faq-grid-v806 details {
  border: 1px solid #dbe8f6;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.speedup-faq-grid-v806 summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 18px;
  color: #071a36;
  font-weight: 800;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.speedup-faq-grid-v806 summary::-webkit-details-marker {
  display: none;
}

.speedup-faq-grid-v806 summary::after {
  content: "⌄";
  color: #0d6efd;
  font-weight: 900;
}

.speedup-faq-grid-v806 details[open] summary::after {
  content: "⌃";
}

.speedup-faq-grid-v806 details p {
  padding: 0 18px 16px;
  font-size: 15px;
  color: #2c4563;
}

.speedup-final-cta-v806 {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin: 42px 0 8px 58px;
  padding: 26px;
  border-radius: 14px;
  background: linear-gradient(135deg, #eef7ff, #f8fcff);
  border: 1px solid #cfe3fb;
  box-shadow: 0 16px 38px rgba(7, 29, 58, .06);
}

.speedup-final-icon-v806 {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #0d6efd;
  color: #fff;
  font-size: 36px;
  box-shadow: 0 14px 30px rgba(13, 110, 253, .25);
}

.speedup-final-cta-v806 h2 {
  margin: 0 0 6px;
  color: #061633;
  font-size: 27px;
  letter-spacing: -.025em;
  font-weight: 900;
}

.speedup-final-cta-v806 p {
  margin: 0;
  color: #1b3554;
  font-size: 16px;
  line-height: 1.45;
}

.speedup-final-action-v806 {
  text-align: center;
  min-width: 260px;
}

.speedup-final-action-v806 small {
  display: block;
  margin-top: 10px;
  color: #56708e;
  font-size: 13px;
}

/* Keep the existing site sidebar, but make it visually match the blue Speed Up article. */
.speedup-article-page-v806 .emergency-sidebar-v787FR {
  position: sticky;
  top: 100px;
  align-self: start;
}

.speedup-article-page-v806 .emergency-side-box-v787FR {
  border: 1px solid #dbe8f6;
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(7, 29, 58, .06);
}

.speedup-article-page-v806 .emergency-side-box-v787FR h3 {
  color: #071a36;
}

.speedup-article-page-v806 .emergency-side-list-v787FR li::marker {
  color: #0d6efd;
}

.speedup-article-page-v806 .emergency-side-btn-v787FR,
.speedup-article-page-v806 .emergency-apply-red-v787GM,
.speedup-article-page-v806 .emergency-side-contact-card-v787GS a {
  background: linear-gradient(135deg, #0d6efd, #0054c8) !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: 0 10px 24px rgba(13, 110, 253, .20) !important;
}

.speedup-article-page-v806 .emergency-side-contact-card-v787GS a {
  border-radius: 9px;
}

.speedup-article-page-v806 .emergency-contact-head-whatsapp-v787GS,
.speedup-article-page-v806 .emergency-contact-head-telegram-v787GS,
.speedup-article-page-v806 .emergency-contact-head-email-v787GS {
  background: #0d6efd !important;
}

@media (max-width: 1120px) {
  .speedup-two-column-v806 {
    grid-template-columns: 1fr;
  }

  .speedup-article-page-v806 .emergency-sidebar-v787FR {
    position: static;
  }

  .speedup-steps-v806 {
    grid-template-columns: 1fr;
  }

  .speedup-step-arrow-v806 {
    transform: rotate(90deg);
  }

  .speedup-final-cta-v806 {
    margin-left: 0;
    grid-template-columns: 70px 1fr;
  }

  .speedup-final-action-v806 {
    grid-column: 1 / -1;
    text-align: left;
  }
}

@media (max-width: 720px) {
  .speedup-article-container-v806 {
    padding: 0 16px;
  }

  .speedup-hero-image-v806 {
    margin-top: 32px;
  }

  .speedup-hero-image-v806 img {
    height: 220px;
  }

  .speedup-title-block-v806 h1 {
    font-size: 37px;
  }

  .speedup-lead-v806 {
    font-size: 17px;
  }

  .speedup-section-row-v806 {
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 28px 0;
  }

  .speedup-section-icon-v806 {
    width: 50px;
    height: 50px;
    font-size: 23px;
  }

  .speedup-fit-grid-v806,
  .speedup-faq-grid-v806 {
    grid-template-columns: 1fr;
  }

  .speedup-final-cta-v806 {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .speedup-final-action-v806,
  .speedup-final-action-v806 .speedup-blue-btn-v806 {
    width: 100%;
  }
}
