/* ==================================================
   BTS VISITOR MANAGEMENT PAGE
   Matches the clean blue/grey BTS software page style.
   Header, quote section and footer remain controlled
   by the shared css/style.css file.
================================================== */

:root {
  --bts-blue: #4A74E8;
  --bts-blue-dark: #3763D8;
  --bts-soft: #F0F3FA;
  --bts-soft-2: #F5F7FB;
  --bts-text: #626262;
  --bts-muted: #7A7A7A;
  --bts-dark: #222A35;
}

.visitor-management-page {
  color: var(--bts-text);
  background: #ffffff;
}

.visitor-management-page .service-shell {
  width: calc(100% - 160px);
  max-width: 1200px;
  margin: 0 auto;
}

.visitor-management-page .service-line {
  display: block;
  width: 42px;
  height: 3px;
  margin-bottom: 20px;
  border-radius: 99px;
  background: var(--bts-blue);
}

.visitor-management-page .service-kicker,
.visitor-hero-kicker {
  display: inline-block;
  color: var(--bts-blue-dark);
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.visitor-management-page .service-section-heading h2,
.visitor-overview-copy h2,
.visitor-product-copy h2,
.visitor-integration-inner h2,
.visitor-faq-intro h2 {
  margin: 18px 0 22px;
  color: var(--bts-dark);
  font-size: clamp(36px, 3.5vw, 54px);
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.visitor-management-page .service-section-heading > p {
  max-width: 720px;
  margin: 0 auto;
  color: var(--bts-text);
  font-size: 16px;
  line-height: 1.75;
}

.visitor-heading-centred {
  max-width: 830px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.visitor-heading-centred .service-line {
  margin-right: auto;
  margin-left: auto;
}


/* ==================================================
   HERO
================================================== */

.visitor-management-page .visitor-hero {
  position: relative;
  width: 100%;
  min-height: 700px;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 79% 48%, rgba(255, 255, 255, 0.62), transparent 28%),
    linear-gradient(135deg, #DCE7F7 0%, #B9CEE9 48%, #89A9D5 100%);
}

.visitor-management-page .service-hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
      95deg,
    rgba(49, 66, 105, 0.48) 0%,
    rgba(67, 84, 126, 0.30) 55%,
    rgba(45, 58, 96, 0.18) 100%
  );
}

.visitor-management-page .visitor-hero .site-header {
  position: relative;
  z-index: 20;
}

.visitor-hero-shell {
  position: relative;
  z-index: 3;
  width: calc(100% - 180px);
  max-width: 1200px;
  min-height: 590px;
  margin: 0 auto;
  padding: 65px 0 85px;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(420px, 1.02fr);
  gap: 60px;
  align-items: center;
}

.visitor-hero-copy {
  max-width: 650px;
}

.visitor-hero-kicker {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.86);
}

.visitor-management-page .visitor-hero-copy h1 {
  max-width: 650px;
  margin: 0 0 25px;
  color: #ffffff;
  font-size: clamp(46px, 4.4vw, 68px);
  line-height: 1.04;
  font-weight: 500;
  letter-spacing: -0.045em;
  text-shadow: 0 4px 24px rgba(43, 65, 111, 0.12);
}

.visitor-management-page .visitor-hero-copy p {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 18px;
  line-height: 1.72;
}

.visitor-management-page .service-hero-actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.visitor-management-page .service-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: gap 0.25s ease;
}

.visitor-management-page .service-text-link:hover {
  gap: 14px;
}

.visitor-hero-visual {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visitor-hero-glow {
  position: absolute;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  filter: blur(2px);
  box-shadow: 0 40px 90px rgba(38, 66, 125, 0.18);
}

.visitor-hero-product {
  position: relative;
  z-index: 2;
  width: min(410px, 85%);
  max-height: 445px;
  object-fit: contain;
  filter: drop-shadow(0 30px 34px rgba(36, 52, 91, 0.20));
  transition: transform 0.5s cubic-bezier(.22, .61, .36, 1);
}

.visitor-hero-visual:hover .visitor-hero-product {
  transform: translateY(-10px) scale(1.02);
}

.visitor-status-card {
  position: absolute;
  z-index: 4;
  min-width: 205px;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 17px;
  color: #526071;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 45px rgba(41, 62, 105, 0.13);
  backdrop-filter: blur(12px);
  font-size: 11px;
  line-height: 1.4;
}

.visitor-status-card strong {
  display: block;
  margin-bottom: 2px;
  color: #252D3A;
  font-size: 13px;
}

.visitor-status-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: var(--bts-blue-dark);
  background: rgba(74, 116, 232, 0.11);
  font-size: 15px;
}

.visitor-status-card-top {
  top: 76px;
  right: 0;
}

.visitor-status-card-bottom {
  bottom: 72px;
  left: -12px;
}


/* ==================================================
   VISITOR HERO — FULL BACKGROUND IMAGE
   Add the hero photograph as assets/visitor-management.png
================================================== */

.visitor-management-page .visitor-hero {
  position: relative !important;
  width: 100% !important;
  height: 600px !important;
  min-height: 600px !important;
  overflow: hidden !important;
  color: #ffffff;
  background-image: url("../assets/visitors management BTS hereo.png") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.visitor-management-page .visitor-hero .service-hero-overlay {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;
  background:
    linear-gradient(rgba(66, 82, 112, 0.13), rgba(66, 82, 112, 0.13)),
    linear-gradient(
      95deg,
      rgba(50, 65, 96, 0.58) 0%,
      rgba(66, 82, 112, 0.38) 48%,
      rgba(66, 82, 112, 0.23) 100%
    ) !important;
}

.visitor-management-page .visitor-hero .site-header {
  position: relative !important;
  z-index: 20 !important;
}

.visitor-management-page .visitor-hero-shell {
  position: absolute !important;
  inset: 0 !important;
  z-index: 3 !important;
  width: calc(100% - 180px) !important;
  max-width: 1600px !important;
  height: 600px !important;
  min-height: 600px !important;
  margin: 0 auto !important;
  padding: 150px 0 42px !important;
  display: flex !important;
  align-items: center !important;
  box-sizing: border-box !important;
}

.visitor-management-page .visitor-hero-copy {
  width: min(790px, 62vw) !important;
  max-width: 790px !important;
}

.visitor-management-page .visitor-hero-kicker {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.91);
}

.visitor-management-page .visitor-hero-copy h1 {
  max-width: 790px;
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(43px, 4.15vw, 66px);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -0.045em;
  text-shadow: 0 3px 22px rgba(24, 36, 62, 0.20);
}

.visitor-management-page .visitor-hero-copy p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: 17px;
  line-height: 1.72;
  text-shadow: 0 2px 13px rgba(24, 36, 62, 0.20);
}

.visitor-management-page .visitor-hero-visual,
.visitor-management-page .visitor-hero-glow,
.visitor-management-page .visitor-hero-product,
.visitor-management-page .visitor-status-card {
  display: none !important;
}


/* ==================================================
   OVERVIEW
================================================== */

.visitor-overview {
  padding: 120px 0;
  background: #ffffff;
}

.visitor-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 95px;
  align-items: center;
}

.visitor-overview-copy p {
  margin: 0 0 19px;
  color: var(--bts-text);
  font-size: 16px;
  line-height: 1.8;
}

.visitor-overview-copy .visitor-lead {
  color: #3D4654;
  font-size: 19px;
  line-height: 1.7;
}

.visitor-proof-row {
  margin-top: 30px;
  display: grid;
  gap: 13px;
}

.visitor-proof-row span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #515966;
  font-size: 14px;
  font-weight: 600;
}

.visitor-proof-row i {
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--bts-blue-dark);
  background: rgba(74, 116, 232, 0.10);
  font-size: 11px;
}

.visitor-overview-visual {
  position: relative;
}

.visitor-image-stage {
  min-height: 510px;
  padding: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 34px;
  background:
    radial-gradient(circle at 54% 43%, #ffffff 0%, #F6F8FC 47%, #E9EEF7 100%);
  box-shadow: 0 28px 65px rgba(45, 61, 96, 0.11);
}

.visitor-image-stage img {
  width: 100%;
  max-width: 430px;
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 23px 28px rgba(36, 50, 81, 0.15));
  transition: transform 0.45s ease;
}

.visitor-image-stage:hover img {
  transform: translateY(-10px) scale(1.025);
}


/* ==================================================
   BENEFITS
================================================== */

.visitor-benefits {
  padding: 115px 0 125px;
  background: var(--bts-soft-2);
}

.visitor-benefit-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.visitor-benefit-card {
  position: relative;
  min-height: 295px;
  padding: 34px 30px;
  overflow: hidden;
  border: 1px solid rgba(57, 72, 102, 0.07);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(48, 61, 88, 0.05);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.visitor-benefit-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: var(--bts-blue);
  transition: width 0.35s ease;
}

.visitor-benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 44px rgba(48, 61, 88, 0.10);
}

.visitor-benefit-card:hover::before {
  width: 100%;
}

.visitor-benefit-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  color: var(--bts-blue-dark);
  background: rgba(74, 116, 232, 0.10);
  font-size: 21px;
}

.visitor-benefit-card h3 {
  margin: 0 0 14px;
  color: var(--bts-dark);
  font-size: 19px;
  line-height: 1.35;
  font-weight: 600;
}

.visitor-benefit-card p {
  margin: 0;
  color: var(--bts-text);
  font-size: 14px;
  line-height: 1.75;
}


/* ==================================================
   WORKFLOW
================================================== */


.visitor-flow {
  padding: 120px 0;

  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      #365FC7 0%,
      #4A74E8 55%,
      #668BE9 100%
    );

  overflow: hidden;
}


/* ==================================================
   WORKFLOW HEADING
================================================== */

.visitor-flow .service-kicker,
.visitor-flow .service-section-heading h2 {
  color: #ffffff;
}

.visitor-flow .service-line {
  background: rgba(255, 255, 255, 0.65);
}


/* ==================================================
   WORKFLOW GRID
================================================== */

.visitor-flow-grid {
  margin-top: 58px;

  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 18px;
}


/* ==================================================
   WORKFLOW CARDS
================================================== */

.visitor-flow-step {
  position: relative;

  min-height: 300px;

  padding: 40px 30px;

  border:
    1px solid rgba(255, 255, 255, 0.24);

  border-radius: 25px;

  background:
    rgba(255, 255, 255, 0.09);

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  transition:
    transform 0.8s cubic-bezier(.22, .61, .36, 1),
    opacity 0.8s ease,
    background 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;

  transition-delay:
    var(--reveal-delay, 0ms);
}


/* ==================================================
   SOFTWARE-STYLE SCROLL ANIMATION
================================================== */

.visitor-flow-step.bts-scroll-reveal {
  opacity: 0;

  transform:
    translateY(28px);

  will-change:
    opacity,
    transform;
}

.visitor-flow-step.bts-scroll-reveal.is-visible {
  opacity: 1;

  transform:
    translateY(0);
}


/* ==================================================
   CARD HOVER
================================================== */

.visitor-flow-step.bts-scroll-reveal.is-visible:hover,
.visitor-flow-step:not(.bts-scroll-reveal):hover {
  transform:
    translateY(-10px);

  border-color:
    rgba(255, 255, 255, 0.38);

  background:
    rgba(255, 255, 255, 0.15);

  box-shadow:
    0 25px 50px
    rgba(30, 50, 120, 0.18);

  transition-delay: 0ms;
}


/* ==================================================
   STEP NUMBER
================================================== */

.visitor-flow-number {
  position: absolute;

  top: 25px;
  right: 25px;

  color:
    rgba(255, 255, 255, 0.55);

  font-size: 14px;
  font-weight: 700;

  letter-spacing: 0.1em;
}


/* ==================================================
   STEP ICON
================================================== */

.visitor-flow-icon {
  width: 54px;
  height: 54px;

  margin-bottom: 29px;

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 16px;

  color:
    var(--bts-blue-dark);

  background:
    #ffffff;

  font-size: 20px;

  box-shadow:
    0 12px 25px
    rgba(30, 50, 120, 0.12);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.visitor-flow-step:hover
.visitor-flow-icon {
  transform:
    translateY(-5px)
    scale(1.05);

  box-shadow:
    0 16px 30px
    rgba(30, 50, 120, 0.18);
}


/* ==================================================
   CARD COPY
================================================== */

.visitor-flow-step h3 {
  margin:
    0 0 14px;

  color:
    #ffffff;

  font-size: 21px;
  font-weight: 600;
}

.visitor-flow-step p {
  margin: 0;

  color:
    rgba(255, 255, 255, 0.85);

  font-size: 14px;

  line-height: 1.75;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1050px) {

  .visitor-flow-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 20px;
  }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 640px) {

  .visitor-flow {
    padding:
      82px 0;
  }

  .visitor-flow-grid {
    margin-top: 42px;

    grid-template-columns:
      1fr;
  }

  .visitor-flow-step {
    min-height: 0;

    padding:
      34px 27px;
  }

}


/* ==================================================
   REDUCED MOTION
================================================== */

@media (prefers-reduced-motion: reduce) {

  .visitor-flow-step,
  .visitor-flow-step.bts-scroll-reveal {
    opacity: 1 !important;

    transform:
      none !important;

    transition:
      none !important;
  }

}

/* ==================================================
   PRODUCTS
================================================== */

.visitor-products {
  padding: 125px 0;
  background: #ffffff;
}

.visitor-product-row {
  padding: 82px 0;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 90px;
  align-items: center;
  border-bottom: 1px solid rgba(53, 68, 94, 0.10);
}

.visitor-product-row:first-of-type {
  margin-top: 35px;
}

.visitor-product-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.visitor-product-row.reverse .visitor-product-image {
  order: 2;
}

.visitor-product-row.reverse .visitor-product-copy {
  order: 1;
}

/* ==================================================
   VISITOR PRODUCT IMAGE
================================================== */

.visitor-product-image {
  min-height: 495px;

  padding: 24px;

  display: flex;

  align-items: center;
  justify-content: center;

  overflow: hidden;

  border-radius: 32px;

  background: var(--bts-soft);

  transition:
    transform 0.45s ease,
    box-shadow 0.45s ease;
}


.visitor-product-image:hover {
  transform: translateY(-10px);

  box-shadow:
    0 34px 70px rgba(35, 50, 90, 0.13);
}


/* Larger product image */

.visitor-product-image img {
  display: block;

  width: 100%;

  max-width: 570px;
  max-height: 500px;

  object-fit: contain;

  filter:
    drop-shadow(
      0 22px 28px rgba(30, 43, 74, 0.15)
    );

  transition:
    transform 0.45s ease;
}


.visitor-product-image:hover img {
  transform:
    translateY(-7px)
    scale(1.025);
}


/* Mobile */

@media (max-width: 640px) {

  .visitor-product-image {
    min-height: 390px;

    padding: 20px;

    border-radius: 24px;
  }

  .visitor-product-image img {
    max-width: 100%;
    max-height: 350px;
  }

}

.visitor-product-image:hover img {
  transform: translateY(-7px) scale(1.025);
}

.visitor-product-origin {
  display: inline-block;
  color: var(--bts-blue-dark);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.visitor-product-copy p {
  margin: 0;
  color: var(--bts-text);
  font-size: 16px;
  line-height: 1.8;
}

.visitor-check-list {
  margin: 27px 0 0;
  padding: 0;
  display: grid;
  gap: 13px;
  list-style: none;
}

.visitor-check-list li {
  position: relative;
  padding-left: 29px;
  color: #515966;
  font-size: 14px;
  line-height: 1.65;
}

.visitor-check-list li::before {
  content: "\f00c";
  position: absolute;
  top: 2px;
  left: 0;
  color: var(--bts-blue);
  font-family: "Font Awesome 6 Free";
  font-size: 13px;
  font-weight: 900;
}

.visitor-inline-link {
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--bts-blue-dark);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: gap 0.25s ease;
}

.visitor-inline-link:hover {
  gap: 15px;
}


/* ==================================================
   INTEGRATION CTA
================================================== */

.visitor-integration-strip {
  padding: 90px 0;

  background: #F1F4FA;
}


/* Main white panel */

.visitor-integration-inner {
  position: relative;

  padding: 62px 66px;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr) auto;

  align-items: center;

  gap: 65px;

  overflow: hidden;

  border:
    1px solid rgba(74, 116, 232, 0.10);

  border-radius: 30px;

  background:
    linear-gradient(
      135deg,
      #FFFFFF 0%,
      #FAFBFE 60%,
      #F5F7FC 100%
    );

  box-shadow:
    0 26px 60px rgba(42, 57, 91, 0.09);
}


/* Blue accent line */

.visitor-integration-inner::before {
  content: "";

  position: absolute;

  top: 0;
  left: 66px;

  width: 70px;
  height: 4px;

  border-radius: 0 0 5px 5px;

  background: var(--bts-blue);
}


/* Soft decorative glow */

.visitor-integration-inner::after {
  content: "";

  position: absolute;

  right: -110px;
  bottom: -180px;

  width: 360px;
  height: 360px;

  border-radius: 50%;

  pointer-events: none;

  background:
    rgba(74, 116, 232, 0.06);
}


/* Content */

.visitor-integration-inner > div {
  position: relative;

  z-index: 2;

  max-width: 830px;
}

.visitor-integration-inner .service-kicker {
  display: block;

  margin-bottom: 19px;

  color: var(--bts-blue-dark);
}


/* Heading */

.visitor-integration-inner h2 {
  max-width: 820px;

  margin: 0 0 20px;

  color: var(--bts-dark);

  font-size:
    clamp(38px, 3.4vw, 52px);

  line-height: 1.12;

  font-weight: 400;

  letter-spacing: -0.04em;
}


/* Paragraph */

.visitor-integration-inner p {
  max-width: 740px;

  margin: 0;

  color: var(--bts-text);

  font-size: 17px;

  line-height: 1.75;
}


/* CTA button */

.visitor-integration-strip .support-strip-button {
  position: relative;

  z-index: 2;

  min-width: 250px;
  min-height: 56px;

  padding: 0 27px;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 11px;

  border-radius: 15px;

  color: #ffffff;

  background: var(--bts-blue);

  box-shadow:
    0 14px 30px rgba(55, 99, 216, 0.22);

  font-size: 15px;

  font-weight: 600;

  text-decoration: none;

  white-space: nowrap;

  transition:
    transform 0.3s ease,
    gap 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}


.visitor-integration-strip .support-strip-button:hover {
  gap: 16px;

  transform: translateY(-4px);

  background: var(--bts-blue-dark);

  box-shadow:
    0 20px 38px rgba(55, 99, 216, 0.29);
}


/* Tablet */

@media (max-width: 900px) {

  .visitor-integration-inner {
    padding: 55px 48px;

    grid-template-columns: 1fr;

    gap: 34px;
  }

  .visitor-integration-inner::before {
    left: 48px;
  }

  .visitor-integration-strip .support-strip-button {
    width: fit-content;
  }

}


/* Mobile */

@media (max-width: 640px) {

  .visitor-integration-strip {
    padding: 70px 0;
  }

  .visitor-integration-inner {
    padding: 47px 27px;

    gap: 30px;

    border-radius: 23px;
  }

  .visitor-integration-inner::before {
    left: 27px;
  }

  .visitor-integration-inner h2 {
    font-size: 35px;
  }

  .visitor-integration-inner p {
    font-size: 16px;
  }

  .visitor-integration-strip .support-strip-button {
    width: 100%;

    min-width: 0;
  }

}

/* ==================================================
   FAQ
================================================== */

.visitor-faq {
  padding: 120px 0 130px;
  background: #ffffff;
}

.visitor-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 95px;
  align-items: start;
}

.visitor-faq-intro {
  position: sticky;
  top: 120px;
}

.visitor-faq-intro p {
  margin: 0;
  color: var(--bts-text);
  font-size: 16px;
  line-height: 1.75;
}

.visitor-accordion {
  border-top: 1px solid rgba(53, 68, 94, 0.13);
}

.visitor-faq-item {
  border-bottom: 1px solid rgba(53, 68, 94, 0.13);
}

.visitor-faq-question {
  width: 100%;
  padding: 28px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border: 0;
  color: var(--bts-dark);
  background: transparent;
  font-family: inherit;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.visitor-faq-question i {
  width: 35px;
  height: 35px;
  display: inline-flex;
  flex: 0 0 35px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  color: var(--bts-blue-dark);
  background: rgba(74, 116, 232, 0.09);
  font-size: 13px;
  transition: transform 0.3s ease;
}

.visitor-faq-item.is-open .visitor-faq-question i {
  transform: rotate(45deg);
}

.visitor-faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}

.visitor-faq-answer > p {
  min-height: 0;
  margin: 0;
  overflow: hidden;
  color: var(--bts-text);
  font-size: 15px;
  line-height: 1.8;
}

.visitor-faq-item.is-open .visitor-faq-answer {
  grid-template-rows: 1fr;
}

.visitor-faq-item.is-open .visitor-faq-answer > p {
  padding: 0 54px 28px 4px;
}


/* ==================================================
   PARTNERS
   Same style and spacing as the completed BTS page.
================================================== */

.visitor-management-page .partners-section {
  padding: 100px 0 150px;
  overflow: hidden;
  background: #ffffff;
}

.visitor-management-page .partners-container {
  width: calc(100% - 160px);
  max-width: 1200px;
  margin: 0 auto;
}

.visitor-management-page .partners-header {
  max-width: 900px;
  margin: 0 auto 68px;
  text-align: center;
}

.visitor-management-page .partners-header h2 {
  margin: 0 0 24px;
  color: var(--bts-dark);
  font-size: 44px;
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.visitor-management-page .partners-header p {
  max-width: 800px;
  margin: 0 auto;
  color: #667085;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
}

.visitor-management-page .partners-slider {
  width: 100%;
  overflow: hidden;
}

.visitor-management-page .partners-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 90px;
  animation: visitorPartnerScroll 35s linear infinite;
}

.visitor-management-page .partners-track img {
  width: auto;
  height: 55px;
  max-width: 160px;
  object-fit: contain;
  opacity: 0.55;
  filter: grayscale(100%);
  transition: opacity 0.3s ease, filter 0.3s ease;
}

.visitor-management-page .partners-track img:hover {
  opacity: 1;
  filter: grayscale(0);
}

@keyframes visitorPartnerScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}


/* ==================================================
   SCROLL REVEAL
================================================== */

.visitor-management-page .bts-scroll-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 0.85s ease var(--reveal-delay, 0ms),
    transform 0.85s cubic-bezier(.22, .61, .36, 1) var(--reveal-delay, 0ms);
}

.visitor-management-page .bts-scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}


/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 1100px) {
  .visitor-hero-shell {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
    gap: 35px;
  }

  .visitor-status-card-top {
    right: -20px;
  }

  .visitor-overview-grid,
  .visitor-product-row,
  .visitor-faq-grid {
    gap: 55px;
  }

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

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

@media (max-width: 900px) {
  .visitor-management-page .service-shell,
  .visitor-management-page .partners-container {
    width: calc(100% - 70px);
  }

  .visitor-hero-shell {
    width: calc(100% - 70px);
    grid-template-columns: 1fr;
    padding: 75px 0 90px;
  }

  .visitor-hero-copy {
    max-width: 720px;
  }

  .visitor-hero-visual {
    min-height: 410px;
  }

  .visitor-status-card-top {
    right: 5%;
  }

  .visitor-status-card-bottom {
    left: 5%;
  }

  .visitor-overview-grid,
  .visitor-product-row,
  .visitor-faq-grid {
    grid-template-columns: 1fr;
  }

  .visitor-product-row.reverse .visitor-product-image,
  .visitor-product-row.reverse .visitor-product-copy {
    order: initial;
  }

  .visitor-faq-intro {
    position: static;
  }

  .visitor-integration-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .visitor-management-page .service-shell,
  .visitor-management-page .partners-container,
  .visitor-hero-shell {
    width: calc(100% - 40px);
  }

  .visitor-management-page .visitor-hero {
    min-height: 0;
  }

  .visitor-management-page .visitor-hero-copy h1 {
    font-size: 42px;
  }

  .visitor-management-page .visitor-hero-copy p {
    font-size: 16px;
  }

  .visitor-management-page .service-hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .visitor-hero-visual {
    min-height: 350px;
  }

  .visitor-hero-glow {
    width: 290px;
    height: 290px;
  }

  .visitor-status-card {
    min-width: 175px;
    padding: 12px 14px;
  }

  .visitor-status-card-top {
    top: 40px;
    right: -5px;
  }

  .visitor-status-card-bottom {
    bottom: 35px;
    left: -5px;
  }

  .visitor-overview,
  .visitor-benefits,
  .visitor-flow,
  .visitor-products,
  .visitor-faq {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .visitor-benefit-grid,
  .visitor-flow-grid {
    grid-template-columns: 1fr;
  }

  .visitor-benefit-card,
  .visitor-flow-step {
    min-height: 0;
  }

  .visitor-image-stage,
  .visitor-product-image {
    min-height: 390px;
    padding: 24px;
  }

  .visitor-product-row {
    gap: 35px;
    padding: 58px 0;
  }

  .visitor-faq-question {
    font-size: 16px;
  }

  .visitor-management-page .partners-section {
    padding: 80px 0 110px;
  }

  .visitor-management-page .partners-header h2 {
    font-size: 34px;
  }

  .visitor-management-page .partners-header p {
    font-size: 16px;
  }

  .visitor-management-page .partners-track {
    gap: 50px;
  }

  .visitor-management-page .partners-track img {
    height: 45px;
    max-width: 125px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .visitor-management-page *,
  .visitor-management-page *::before,
  .visitor-management-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .visitor-management-page .bts-scroll-reveal {
    opacity: 1;
    transform: none;
  }
}


/* Final hero breakpoints keep the full-background composition intact. */
@media (max-width: 900px) {
  .visitor-management-page .visitor-hero {
    height: 640px !important;
    min-height: 640px !important;
    background-position: 62% center !important;
  }

  .visitor-management-page .visitor-hero-shell {
    width: calc(100% - 70px) !important;
    height: 640px !important;
    min-height: 640px !important;
    padding: 150px 0 45px !important;
  }

  .visitor-management-page .visitor-hero-copy {
    width: min(680px, 82vw) !important;
  }
}

@media (max-width: 640px) {
  .visitor-management-page .visitor-hero {
    height: 680px !important;
    min-height: 680px !important;
    background-position: 68% center !important;
  }

  .visitor-management-page .visitor-hero .service-hero-overlay {
    background:
      linear-gradient(rgba(50, 65, 96, 0.25), rgba(50, 65, 96, 0.25)),
      linear-gradient(
        95deg,
        rgba(38, 52, 82, 0.72) 0%,
        rgba(50, 66, 99, 0.58) 70%,
        rgba(66, 82, 112, 0.38) 100%
      ) !important;
  }

  .visitor-management-page .visitor-hero-shell {
    width: calc(100% - 40px) !important;
    height: 680px !important;
    min-height: 680px !important;
    padding: 145px 0 36px !important;
    align-items: center !important;
  }

  .visitor-management-page .visitor-hero-copy {
    width: 100% !important;
  }

  .visitor-management-page .visitor-hero-copy h1 {
    font-size: clamp(38px, 11.5vw, 49px);
  }
}

/* ==================================================
   VISITOR QUOTE SECTION — REFINED
================================================== */

.visitor-management-page .quote-section {
  width: calc(100% - 80px);
  max-width: 1500px;
  min-height: 760px;

  margin: 100px auto;

  display: grid;
  grid-template-columns:
    minmax(420px, 0.88fr)
    minmax(600px, 1.12fr);

  overflow: hidden;

  border:
    1px solid rgba(74, 116, 232, 0.10);

  border-radius: 32px;

  background: #F4F6FB;

  box-shadow:
    0 32px 80px rgba(35, 49, 83, 0.10),
    0 8px 24px rgba(35, 49, 83, 0.05);
}


/* ==================================================
   QUOTE IMAGE
================================================== */

.visitor-management-page .quote-image {
  position: relative;

  min-height: 760px;

  background-size: cover;
  background-position: 47% center;
  background-repeat: no-repeat;

  overflow: hidden;
}

/* Subtle image overlay */

.visitor-management-page .quote-image::after {
  content: "";

  position: absolute;
  inset: 0;

  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      rgba(37, 50, 78, 0.02) 45%,
      rgba(37, 50, 78, 0.16) 100%
    );
}


/* ==================================================
   FORM PANEL
================================================== */

.visitor-management-page .quote-panel {
  display: flex;

  align-items: center;

  padding: 65px 68px;

  background:
    linear-gradient(
      145deg,
      #F7F9FD 0%,
      #EEF2FA 100%
    );
}

.visitor-management-page .quote-inner {
  width: 100%;
  max-width: 720px;

  margin: 0 auto;
}


/* ==================================================
   FORM HEADING
================================================== */

.visitor-management-page .quote-kicker {
  display: block;

  margin-bottom: 18px;

  color: #5572E5;

  font-size: 13px;
  font-weight: 700;

  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.visitor-management-page .quote-inner h2 {
  max-width: 650px;

  margin: 0 0 20px;

  color: #292E39;

  font-size: clamp(42px, 4vw, 58px);
  font-weight: 400;

  line-height: 1.08;
  letter-spacing: -0.04em;
}

.visitor-management-page .quote-intro {
  max-width: 630px;

  margin: 0 0 38px;

  color: #657084;

  font-size: 17px;

  line-height: 1.7;
}


/* ==================================================
   FORM LAYOUT
================================================== */

.visitor-management-page .quote-form {
  display: flex;
  flex-direction: column;

  gap: 16px;
}

.visitor-management-page .form-row.two {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 16px;
}


/* ==================================================
   FORM FIELDS
================================================== */

.visitor-management-page .quote-form input,
.visitor-management-page .quote-form select,
.visitor-management-page .quote-form textarea {
  width: 100%;

  border:
    1px solid rgba(57, 72, 104, 0.16);

  border-radius: 14px;

  outline: none;

  color: #343B49;

  background: rgba(255, 255, 255, 0.94);

  font-family: inherit;
  font-size: 15px;

  box-shadow:
    0 3px 10px rgba(35, 49, 83, 0.025);

  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

.visitor-management-page .quote-form input,
.visitor-management-page .quote-form select {
  height: 60px;

  padding: 0 21px;
}

.visitor-management-page .quote-form textarea {
  min-height: 145px;

  padding: 18px 21px;

  resize: vertical;
}

.visitor-management-page .quote-form input::placeholder,
.visitor-management-page .quote-form textarea::placeholder {
  color: #929AAA;
}


/* Active field */

.visitor-management-page .quote-form input:focus,
.visitor-management-page .quote-form select:focus,
.visitor-management-page .quote-form textarea:focus {
  border-color: #5A76E8;

  background: #ffffff;

  box-shadow:
    0 0 0 4px rgba(90, 118, 232, 0.11),
    0 8px 22px rgba(42, 61, 109, 0.07);
}


/* ==================================================
   SUBMIT AREA
================================================== */

.visitor-management-page .quote-submit-row {
  margin-top: 8px;

  display: flex;

  align-items: center;

  gap: 24px;
}

.visitor-management-page .submit-button {
  min-width: 245px;
  min-height: 58px;

  padding: 0 27px;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 12px;

  border: 0;
  border-radius: 15px;

  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      #5572E5 0%,
      #6683ED 100%
    );

  font-family: inherit;
  font-size: 15px;
  font-weight: 600;

  cursor: pointer;

  box-shadow:
    0 14px 28px rgba(74, 105, 215, 0.22);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

.visitor-management-page .submit-button:hover {
  transform: translateY(-3px);

  background:
    linear-gradient(
      135deg,
      #4666DB 0%,
      #5A78E7 100%
    );

  box-shadow:
    0 19px 35px rgba(74, 105, 215, 0.29);
}

.visitor-management-page .submit-button i {
  transition:
    transform 0.3s ease;
}

.visitor-management-page .submit-button:hover i {
  transform:
    translateX(5px);
}


/* Small reassurance message */

.visitor-management-page .quote-small-print {
  display: inline-flex;

  align-items: center;

  gap: 8px;

  color: #7D8798;

  font-size: 13px;

  line-height: 1.5;
}

.visitor-management-page .quote-small-print::before {
  content: "✓";

  width: 24px;
  height: 24px;

  display: inline-flex;
  flex: 0 0 24px;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  color: #5572E5;

  background:
    rgba(85, 114, 229, 0.10);

  font-size: 12px;
  font-weight: 700;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1100px) {

  .visitor-management-page .quote-section {
    width: calc(100% - 50px);

    grid-template-columns:
      minmax(340px, 0.8fr)
      minmax(480px, 1.2fr);
  }

  .visitor-management-page .quote-panel {
    padding: 58px 45px;
  }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 820px) {

  .visitor-management-page .quote-section {
    width: calc(100% - 30px);

    margin: 70px auto;

    display: flex;
    flex-direction: column;

    border-radius: 25px;
  }

  .visitor-management-page .quote-image {
    min-height: 430px;

    background-position:
      center center;
  }

  .visitor-management-page .quote-panel {
    padding: 52px 30px;
  }

  .visitor-management-page .form-row.two {
    grid-template-columns: 1fr;
  }

  .visitor-management-page .quote-submit-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .visitor-management-page .submit-button {
    width: 100%;
  }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 480px) {

  .visitor-management-page .quote-image {
    min-height: 340px;
  }

  .visitor-management-page .quote-panel {
    padding: 42px 22px;
  }

  .visitor-management-page .quote-inner h2 {
    font-size: 38px;
  }

}


/* ==================================================
   CONSISTENT TEXT COLOURS
================================================== */

.visitor-management-page h1,
.visitor-management-page h2,
.visitor-management-page h3,
.visitor-management-page h4 {
  color: #666666 !important;
}

.visitor-management-page p {
  color: #7A7A7A !important;
}

/* Keep the hero heading and copy white */
.visitor-management-page .visitor-hero-copy h1,
.visitor-management-page .visitor-hero-copy p {
  color: #FFFFFF !important;
}

/* Keep the complete blue How It Works section white */
.visitor-management-page .visitor-flow h1,
.visitor-management-page .visitor-flow h2,
.visitor-management-page .visitor-flow h3,
.visitor-management-page .visitor-flow h4,
.visitor-management-page .visitor-flow p {
  color: #FFFFFF !important;
}

/* Keep the footer contact strip white */
.visitor-management-page .contact-strip h1,
.visitor-management-page .contact-strip h2,
.visitor-management-page .contact-strip h3,
.visitor-management-page .contact-strip h4,
.visitor-management-page .contact-strip p,
.visitor-management-page .footer-contact-strip h1,
.visitor-management-page .footer-contact-strip h2,
.visitor-management-page .footer-contact-strip h3,
.visitor-management-page .footer-contact-strip h4,
.visitor-management-page .footer-contact-strip p {
  color: #FFFFFF !important;
}
/* ==================================================
   BTS WHATSAPP BUTTON
================================================== */


/* Floating WhatsApp Button */

.whatsapp-button {

    position:fixed;

    right:30px;

    bottom:30px;

    width:58px;

    height:58px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#25D366;

    border:none;

    border-radius:50%;

    color:#ffffff;

    font-size:30px;

    cursor:pointer;

    z-index:9999;

    box-shadow:
        0 12px 30px rgba(0,0,0,.18);

    transition:
        transform .3s ease,
        background .3s ease;

}


.whatsapp-button:hover {

    background:#20bd5a;

    transform:translateY(-5px);

}



/* ==================================================
   WHATSAPP POPUP
================================================== */


.whatsapp-popup {

    position:fixed;

    right:30px;

    bottom:105px;

    width:320px;

    background:#ffffff;

    border-radius:24px;

    overflow:hidden;

    box-shadow:
        0 25px 70px rgba(0,0,0,.20);

    z-index:9998;

    opacity:0;

    visibility:hidden;

    transform:translateY(20px);

    transition:

        opacity .35s ease,

        transform .35s ease,

        visibility .35s ease;

}



/* Popup active state */

.whatsapp-popup.active {

    opacity:1;

    visibility:visible;

    transform:translateY(0);

}



/* Small pointer */

.whatsapp-popup::after {

    content:"";

    position:absolute;

    right:48px;

    bottom:-10px;

    width:22px;

    height:22px;

    background:#ffffff;

    transform:rotate(45deg);

}



/* ==================================================
   POPUP HEADER
================================================== */


.whatsapp-popup-header {

    position:relative;

    padding:25px 28px;

    background:#6675D9;

    color:#ffffff;

}



.whatsapp-popup-header h3 {

    margin:0;

    font-size:22px;

    line-height:1.35;

    font-weight:500;

}



/* Close button */

.whatsapp-close {

    position:absolute;

    top:15px;

    right:18px;

    background:none;

    border:none;

    color:#ffffff;

    font-size:28px;

    cursor:pointer;

    line-height:1;

}



.whatsapp-close:hover {

    opacity:.7;

}



/* ==================================================
   POPUP BODY
================================================== */


.whatsapp-popup-body {

    padding:28px;

    color:#46505f;

    font-size:16px;

    line-height:1.65;

}



.whatsapp-popup-body h4 {

    margin:0 0 12px;

    font-size:20px;

    color:#111111;

    font-weight:700;

}



.whatsapp-popup-body p {

    margin:0 0 20px;

}



/* ==================================================
   WHATSAPP ACTION BUTTON
================================================== */


.whatsapp-popup-link {

    display:flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    width:100%;

    padding:14px 20px;

    border-radius:50px;

    background:#25D366;

    color:#ffffff;

    text-decoration:none;

    font-size:18px;

    font-weight:600;

    transition:.3s ease;

}



.whatsapp-popup-link:hover {

    background:#20bd5a;

    color:#ffffff;

    transform:translateY(-3px);

}



.whatsapp-popup-link i {

    font-size:25px;

}



/* ==================================================
   BACK TO TOP BUTTON
================================================== */


.back-to-top {

    position:fixed;

    left:30px;

    bottom:30px;

    width:52px;

    height:52px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#586FE5;

    color:#ffffff;

    border:none;

    border-radius:50%;

    font-size:18px;

    cursor:pointer;

    z-index:9999;

    opacity:0;

    visibility:hidden;

    transform:translateY(20px);

    transition:.3s ease;

    box-shadow:

        0 12px 30px rgba(0,0,0,.15);

}



.back-to-top:hover {

    background:#4359d2;

    transform:translateY(-5px);

}



/* Visible state */

.back-to-top.show {

    opacity:1;

    visibility:visible;

    transform:translateY(0);

}



/* ==================================================
   MOBILE RESPONSIVE
================================================== */


@media(max-width:600px){


    .whatsapp-button {

        width:55px;

        height:55px;

        right:20px;

        bottom:20px;

        font-size:28px;

    }



    .whatsapp-popup {

        width:calc(100% - 40px);

        right:20px;

        bottom:90px;

    }



    .whatsapp-popup-header {

        padding:22px;

    }



    .whatsapp-popup-header h3 {

        font-size:20px;

    }



    .whatsapp-popup-body {

        padding:24px;

    }



    .back-to-top {

        width:48px;

        height:48px;

        left:20px;

        bottom:20px;

    }


}

/* ==================================================
   WHATSAPP POPUP HEADER TITLE
================================================== */

.whatsapp-popup-header h3 {
    color: #ffffff !important;
}





/* ==================================================
   BACK TO TOP BUTTON
================================================== */


.back-to-top {

    position:fixed;

    left:30px;

    bottom:30px;


    width:52px;

    height:52px;


    display:flex;

    align-items:center;

    justify-content:center;


    background:#586FE5;


    color:#ffffff;


    border:none;


    border-radius:50%;


    font-size:18px;


    cursor:pointer;


    z-index:9999;


    opacity:0;

    visibility:hidden;


    transform:translateY(20px);


    transition:.3s ease;


    box-shadow:
        0 12px 30px rgba(0,0,0,.15);

}



.back-to-top:hover {


    background:#4359d2;


    transform:translateY(-5px);

}



/* Show button */

.back-to-top.show {


    opacity:1;


    visibility:visible;


    transform:translateY(0);

}




@media(max-width:600px){


    .back-to-top {


        width:48px;

        height:48px;


        left:20px;


        bottom:20px;

    }

}