/* =====================================================================
   CANTON FAIR  —  paste this block at the end of your css/style.css
   All classes are prefixed "cf-" and variables are scoped to
   .business-trip-page  so nothing here can affect the rest of the site.
   ===================================================================== */
.business-trip-page {
  --cf-primary: #005683; /* your stated primary; use #006699 to match the footer exactly */
  --cf-primary-dark: #003c5c;
  --cf-primary-darker: #002a41;
  --cf-tint: #e7f0f5;
  --cf-accent: #e0a52e;
  --cf-accent-soft: #f4d99a;
  --cf-ink: #10222e;
  --cf-muted: #5b7180;
  --cf-bg: #ffffff;
  --cf-bg-2: #ffffff;
  --cf-line: rgba(0, 86, 131, 0.12);
  --cf-shadow: 0 18px 45px -22px rgba(0, 42, 65, 0.45);
}

/* section backgrounds */
.business-trip-page .cf-bg {
  background: var(--cf-bg);
}
.business-trip-page .cf-bg-2 {
  background: var(--cf-bg-2);
}

/* headings reset within the section */
.business-trip-page h1,
.business-trip-page h2,
.business-trip-page h3,
.business-trip-page h4,
.business-trip-page h5,
.business-trip-page h6 {
  color: var(--cf-ink);
  letter-spacing: -0.02em;
}

/* ---------- section heading block ---------- */
.business-trip-page .cf-head {
  max-width: 660px;
  margin: 0 auto 50px;
  text-align: center;
}
.business-trip-page .cf-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 700;
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cf-primary);
  margin-bottom: 14px;
}
.business-trip-page .cf-eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--cf-accent);
}
.business-trip-page .cf-eyebrow-light {
  color: var(--cf-accent-soft);
}
.business-trip-page .cf-head h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  font-weight: 700;
  line-height: 1.06;
  margin: 0;
}
.business-trip-page .cf-head p {
  color: var(--cf-muted);
  font-size: 1.04rem;
  margin: 14px auto 0;
  max-width: 540px;
}

/* ---------- buttons ---------- */
.business-trip-page .cf-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  padding: 12px 26px;
  font-weight: 700;
  font-size: 0.94rem;
  text-decoration: none;
  transition: 0.25s;
  border: 1.5px solid transparent;
}
.business-trip-page .cf-btn-gold {
  background: linear-gradient(135deg, var(--cf-accent), #cd8e1c);
  color: var(--cf-primary-darker);
  box-shadow: 0 12px 28px -12px rgba(224, 165, 46, 0.8);
}
/* .business-trip-page .cf-btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px -12px rgba(224, 165, 46, 0.95);
} */
.business-trip-page .cf-btn-ghost {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}
/* .business-trip-page .cf-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
} */

/* ---------- HERO ---------- */
.business-trip-page .cf-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  /* padding:80px 0 90px; */
  background:
    radial-gradient(
      1000px 500px at 85% -10%,
      rgba(10, 111, 163, 0.55),
      transparent 60%
    ),
    radial-gradient(
      760px 480px at -5% 110%,
      rgba(224, 165, 46, 0.16),
      transparent 55%
    ),
    linear-gradient(160deg, var(--cf-primary-darker), var(--cf-primary-dark));
}
.business-trip-page .cf-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.1) 1.4px,
    transparent 1.4px
  );
  background-size: 26px 26px;
  -webkit-mask-image: linear-gradient(180deg, #000, transparent 82%);
  mask-image: linear-gradient(180deg, #000, transparent 82%);
  opacity: 0.55;
}
.business-trip-page .cf-hero .container {
  position: relative;
  z-index: 2;
}
.business-trip-page .cf-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 7px 15px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--cf-accent-soft);
}
.business-trip-page .cf-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cf-accent);
  box-shadow: 0 0 0 4px rgba(224, 165, 46, 0.25);
}
.business-trip-page .cf-hero-title {
  color: #fff;
  font-size: clamp(2.2rem, 4.6vw, 3.6rem);
  line-height: 1.02;
  font-weight: 800;
  margin: 22px 0 0;
}
.business-trip-page .cf-hero-title span {
  color: var(--cf-accent);
  font-style: italic;
  font-weight: 600;
}
.business-trip-page .cf-hero-lead {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
  line-height: 1.65;
  max-width: 540px;
  margin: 20px 0 30px;
}
.business-trip-page .cf-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-bottom: 36px;
}
.business-trip-page .cf-stats {
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
}
.business-trip-page .cf-stat-n {
  display: block;
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.business-trip-page .cf-stat-n em {
  color: var(--cf-accent);
  font-style: normal;
}
.business-trip-page .cf-stat-l {
  display: block;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 6px;
  letter-spacing: 0.03em;
}

/* hero boarding-pass card */
.business-trip-page .cf-pass {
  background: linear-gradient(150deg, #fff, #f3f6f8);
  border-radius: 22px;
  padding: 8px;
  box-shadow: 0 40px 80px -30px rgba(0, 0, 0, 0.6);
  transform: rotate(1.4deg);
}
.business-trip-page .cf-pass-inner {
  border: 1.5px dashed var(--cf-line);
  border-radius: 16px;
  padding: 24px;
  background: #fff;
}
.business-trip-page .cf-pass-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.business-trip-page .cf-pass-label {
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cf-muted);
  font-weight: 700;
}
.business-trip-page .cf-pass-top h3 {
  color: var(--cf-primary);
  font-size: 1.45rem;
  margin: 4px 0 0;
  font-weight: 700;
}
.business-trip-page .cf-stamp {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid var(--cf-accent);
  color: #c9871a;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 0.58rem;
  line-height: 1.1;
  transform: rotate(-12deg);
  letter-spacing: 0.05em;
}
.business-trip-page .cf-pass-rows {
  margin-top: 20px;
  display: grid;
  gap: 1px;
  background: var(--cf-line);
  border-radius: 12px;
  overflow: hidden;
}
.business-trip-page .cf-pass-row {
  background: #fff;
  padding: 12px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.business-trip-page .cf-pass-row span {
  color: var(--cf-muted);
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 9px;
}
.business-trip-page .cf-pass-row span i {
  color: var(--cf-primary);
  width: 16px;
  text-align: center;
}
.business-trip-page .cf-pass-row b {
  font-size: 0.9rem;
  color: var(--cf-ink);
}
.business-trip-page .cf-pass-foot {
  margin-top: 16px;
  padding-top: 15px;
  border-top: 1.5px dashed var(--cf-line);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.business-trip-page .cf-barcode {
  height: 32px;
  flex: 1;
  margin-right: 16px;
  border-radius: 2px;
  opacity: 0.85;
  background: repeating-linear-gradient(
    90deg,
    var(--cf-ink) 0 2px,
    transparent 2px 5px
  );
}
.business-trip-page .cf-seat {
  font-weight: 800;
  color: var(--cf-primary);
  font-size: 1.05rem;
}

/* ---------- feature / support cards ---------- */
.business-trip-page .cf-card {
  background: #fff;
  border: 1px solid var(--cf-line);
  border-radius: 18px;
  padding: 30px 26px;
  height: 100%;
  box-shadow: var(--cf-shadow);
  text-align: center;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.3s,
    border-color 0.3s;
}
.business-trip-page .cf-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, var(--cf-primary), var(--cf-accent));
  transition: width 0.35s ease;
}
/* .business-trip-page .cf-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 30px 55px -25px rgba(0, 42, 65, 0.5);
  border-color: transparent;
} */
/* .business-trip-page .cf-card:hover::after {
  width: 100%;
} */
.business-trip-page .cf-icon {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  font-size: 24px;
  color: var(--cf-primary);
  background: var(--cf-tint);
  margin: 0 auto 20px;
  transition: 0.3s;
}
/* .business-trip-page .cf-card:hover .cf-icon {
  background: var(--cf-primary);
  color: #fff;
  transform: rotate(-6deg);
} */
.business-trip-page .cf-card h5 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 8px;
}
.business-trip-page .cf-card p {
  color: var(--cf-muted);
  font-size: 0.93rem;
  line-height: 1.55;
  margin: 0;
}

.business-trip-page .cf-support {
  text-align: left;
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 22px 24px;
}
.business-trip-page .cf-num {
  flex: none;
  width: 40px;
  height: 40px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 0.92rem;
  background: var(--cf-tint);
  color: var(--cf-primary);
  transition: 0.3s;
}
/* .business-trip-page .cf-support:hover .cf-num {
  background: var(--cf-accent);
  color: var(--cf-primary-darker);
} */
.business-trip-page .cf-support h5 {
  margin: 0;
  font-size: 1.02rem;
}

/* ---------- process steps ---------- */
.business-trip-page .cf-step {
  background: #fff;
  border: 1px solid var(--cf-line);
  border-radius: 18px;
  padding: 28px 18px;
  text-align: center;
  height: 100%;
  box-shadow: var(--cf-shadow);
  transition: 0.3s;
}
/* .business-trip-page .cf-step:hover {
  transform: translateY(-6px);
} */
.business-trip-page .cf-step-ico {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
  font-size: 21px;
  color: #fff;
  position: relative;
  background: linear-gradient(
    140deg,
    var(--cf-primary),
    var(--cf-primary-dark)
  );
  box-shadow: 0 12px 24px -10px rgba(0, 86, 131, 0.7);
}
.business-trip-page .cf-step-num {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--cf-accent);
  color: var(--cf-primary-darker);
  font-weight: 800;
  font-size: 0.74rem;
  display: grid;
  place-items: center;
  border: 3px solid var(--cf-bg);
}
.business-trip-page .cf-step h6 {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0;
}

/* ---------- benefit cards ---------- */
.business-trip-page .cf-benefit {
  background: #fff;
  border: 1px solid var(--cf-line);
  border-radius: 20px;
  padding: 30px 28px;
  height: 100%;
  box-shadow: var(--cf-shadow);
  transition: 0.3s;
}
/* .business-trip-page .cf-benefit:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 60px -28px rgba(0, 42, 65, 0.5);
} */
.business-trip-page .cf-benefit-head {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 18px;
}
.business-trip-page .cf-b-ico {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  flex: none;
  display: grid;
  place-items: center;
  font-size: 19px;
  background: linear-gradient(140deg, var(--cf-accent), #cd8e1c);
  color: var(--cf-primary-darker);
}
.business-trip-page .cf-benefit h5 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
.business-trip-page .cf-benefit ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.business-trip-page .cf-benefit li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 9px 0;
  color: #33495a;
  font-size: 0.95rem;
  border-bottom: 1px dashed var(--cf-line);
}
.business-trip-page .cf-benefit li:last-child {
  border-bottom: none;
}
.business-trip-page .cf-benefit li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--cf-primary);
  font-size: 0.7rem;
  margin-top: 3px;
  flex: none;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: var(--cf-tint);
  display: grid;
  place-items: center;
}
.business-trip-page .cf-benefit-feature {
  /* background: linear-gradient(
    155deg,
    var(--cf-primary),
    var(--cf-primary-dark)
  ); */
  border: none;
  color: #000;
}
.business-trip-page .cf-benefit-feature h5 {
  color: #fff;
}
.business-trip-page .cf-benefit-feature p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
}
.business-trip-page .cf-benefit-feature .cf-b-ico {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

/* ---------- phases ---------- */
.business-trip-page .cf-phase {
  display: flex;
  gap: 30px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--cf-line);
  border-radius: 20px;
  padding: 28px 32px;
  margin-bottom: 22px;
  box-shadow: var(--cf-shadow);
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
/* .business-trip-page .cf-phase:hover {
  transform: translateX(6px);
  border-color: transparent;
} */
.business-trip-page .cf-phase::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(var(--cf-primary), var(--cf-accent));
}
.business-trip-page .cf-phase-left {
  min-width: 210px;
}
.business-trip-page .cf-phase-tag {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cf-accent);
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
}
.business-trip-page .cf-phase-left h4 {
  color: var(--cf-primary);
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}
.business-trip-page .cf-phase-date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--cf-ink);
  background: var(--cf-tint);
  padding: 6px 13px;
  border-radius: 999px;
}
.business-trip-page .cf-phase-date i {
  color: var(--cf-primary);
}
.business-trip-page .cf-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.business-trip-page .cf-tag {
  background: var(--cf-bg);
  border: 1px solid var(--cf-line);
  color: #33495a;
  font-size: 0.84rem;
  font-weight: 500;
  padding: 6px 13px;
  border-radius: 9px;
}

/* ---------- CTA ---------- */
.business-trip-page .cf-cta {
  border-radius: 28px;
  padding: 60px 44px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      700px 400px at 90% 10%,
      rgba(224, 165, 46, 0.22),
      transparent 60%
    ),
    linear-gradient(150deg, var(--cf-primary-darker), var(--cf-primary-dark));
}
.business-trip-page .cf-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.09) 1.3px,
    transparent 1.3px
  );
  background-size: 24px 24px;
  opacity: 0.5;
}
.business-trip-page .cf-cta > * {
  position: relative;
  z-index: 2;
}
.business-trip-page .cf-cta .cf-eyebrow {
  justify-content: center;
}
.business-trip-page .cf-cta h2 {
  color: #fff;
  font-size: clamp(1.7rem, 3.4vw, 2.5rem);
  font-weight: 800;
  margin: 0;
}
.business-trip-page .cf-cta p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.05rem;
  max-width: 520px;
  margin: 14px auto 28px;
}
.business-trip-page .cf-cta-row {
  display: flex;
  gap: 13px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ---------- responsive ---------- */
@media (max-width: 991px) {
  .business-trip-page .cf-pass {
    transform: none;
    max-width: 420px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .business-trip-page .cf-phase {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
  }
  .business-trip-page .cf-phase-left {
    min-width: auto;
  }
  .business-trip-page .cf-cta {
    padding: 44px 24px;
  }
}
