/* ========================================
   Travel and Expenses Page - styles.css
   Section-specific styles only
   Common patterns in ../master/common.css
   Shared section styles in ../master/product-common.css
   ======================================== */


/* ========================================
   Section 1: Banner
   .zwc-banner-wrap
   (Layout from product-common.css)
   ======================================== */


/* ========================================
   Section 2: Dark Cards - Background Override
   .zwc-workplace-cards
   (Base styles in product-common.css)
   ======================================== */

.zwc-workplace-cards {
  background: radial-gradient(57.01% 102% at 61.94% 147.93%, #A2005C 0%, rgba(75, 1, 21, 0.00) 100%), radial-gradient(56.69% 51.62% at -10.69% -13.84%, #A2005C 0%, rgba(75, 1, 21, 0.00) 100%), radial-gradient(40.73% 92.44% at 111.44% -28.55%, #A20025 0%, rgba(154, 0, 35, 0.90) 40.1%, rgba(75, 1, 21, 0.00) 100%), #000;
  position: relative;
  overflow: hidden;
}

/* tebg1 - grid wave, bottom right */
.zwc-workplace-cards::before {
  content: "";
  position: absolute;
right: 0px;
  bottom: -10px;
  background: url("assets/tebg1.png") no-repeat;
background-size: 1600px auto;
  width: 1600px;
  height: 600px;
  pointer-events: none;
}

/* tebg2 - dark sphere, bottom right */
.zwc-workplace-cards::after {
  content: "";
  position: absolute;
  left: -40px;
  bottom: -120px;
  background: url("assets/tebg2.png") no-repeat;
  background-size: contain;
  width: 400px;
  height: 320px;
  pointer-events: none;
}


/* Sprite icon positions for dark cards */
.zwc-workplace-cards .zwc-card:nth-child(1) .zwc-card-text h3::before {
  background-position: -1864px 0;
}

.zwc-workplace-cards .zwc-card:nth-child(2) .zwc-card-text h3::before {
  background-position: -1994px 0;
}

.zwc-workplace-cards .zwc-card:nth-child(3) .zwc-card-text h3::before {
background-position: -2119px 0;
}


/* ========================================
   Section 3: Feature Nav Tabs
   .zwc-feature-section
   (All base styles from product-common.css)
   ======================================== */

/* Fix jerk: images have varying widths, force consistent container */
.zwc-expense-tracking .zwc-feature-tab-img {
  flex: none;
  width: 800px;
}

.zwc-expense-tracking .zwc-feature-tab-img img {
  max-width: 100%;
}

/* Sprite icon positions for feature tabs */
.zwc-expense-tracking .zwc-tab-title-wrap:nth-child(1) h3::before { background-position-x: -507.7px; }
.zwc-expense-tracking .zwc-tab-title-wrap:nth-child(2) h3::before { background-position-x: -541px; }
.zwc-expense-tracking .zwc-tab-title-wrap:nth-child(3) h3::before { background-position-x: -575px; }
.zwc-expense-tracking .zwc-tab-title-wrap:nth-child(4) h3::before { background-position-x: -608.9px; }
.zwc-expense-tracking .zwc-tab-title-wrap:nth-child(5) h3::before { background-position-x: -643px; }
.zwc-expense-tracking .zwc-tab-title-wrap:nth-child(6) h3::before { background-position-x: -677px; }


/* ========================================
   Section 4: Two Col - Simplify Travel
   .zwc-simplify-travel
   ======================================== */

.zwc-simplify-travel {
  padding: 120px 0;
}

.zwc-simplify-travel .zwc-section-inner-wrap h2 {
  font-family: var(--primaryfont-semibold);
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -2.56px;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
}

.zwc-simplify-travel .zwc-twocol-row {
  display: flex;
  gap: 24px;
}

.zwc-simplify-travel .zwc-section-card {
  flex: 1;
}


/* ========================================
   Section 5: Dark Three Col - Compliance
   .zwc-expense-compliance
   ======================================== */

.zwc-expense-compliance {
  padding: 0;
  max-width: 1600px;
  border-radius: 16px;
  overflow: hidden;
  background:
    radial-gradient(52.54% 124.01% at 75.66% 148.18%, #980449 50%, rgba(75, 1, 21, 0.00) 100%), radial-gradient(21.24% 17.46% at 9.58% 30.58%, #980449 -41%, rgba(75, 1, 21, 0.00) 100%), radial-gradient(30.49% 58.88% at -0.13% -3.22%, #981F04 0%, rgba(75, 1, 21, 0.00) 100%), #4B0015;
  position: relative;
  margin: 80px auto;
  z-index: 1;
}

/* tebg5 - shield/cube, top left */
.zwc-expense-compliance .content-wrap::after  {
  content: "";
  position: absolute;
left: -110px;
  top: 262px;
  background: url("assets/tebg5.png") no-repeat;
  background-size: contain;
width: 172px;
  height: 190px;
  pointer-events: none;
  z-index: -1;
}

/* tebg3 - red spheres, bottom right */
.zwc-expense-compliance::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  background: url("assets/tebg3.png") no-repeat;
background-size: 717px auto;
  width: 747px;
  height: 650px;
  pointer-events: none;
  z-index: -1;
}


.zwc-expense-compliance .content-wrap {
  padding: 120px 0;
  position: relative;
}

/* tebg4 - grid overlay, bottom right */
.zwc-expense-compliance::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("assets/tebg4.svg") no-repeat;
  background-size: contain;
  width: 898px;
  height: 824px;
  pointer-events: none;
}

.zwc-expense-compliance .zwc-dark-section-inner h2 {
  font-family: var(--primaryfont-semibold);
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -2.56px;
  color: #fff;
  text-align: center;
  max-width: 900px;
}

.zwc-expense-compliance .zwc-section-inner.threecol {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.zwc-expense-compliance .zwc-section-card.dark {
  flex: 1;
  background-color: rgba(39, 0, 11, 0.9);
  border: 1.5px solid #720020;
  border-radius: 12px;
  overflow: hidden;
}

.zwc-expense-compliance .zwc-section-card.dark .zwc-section-card-txt {
  padding: 40px 40px 24px;
}

.zwc-expense-compliance .zwc-section-card.dark .zwc-section-card-txt h3 {
  color: #fff;
}

.zwc-expense-compliance .zwc-section-card.dark .zwc-section-card-txt p {
  color: #e5c2cb;
}

.zwc-expense-compliance .zwc-section-card.dark .zwc-section-card-img {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0 24px;
  margin-top: auto;
}

.zwc-expense-compliance .zwc-section-card.dark .zwc-section-card-img img {
  display: block;
}

/* Decorative elements */
.zwc-expense-compliance .zwc-decor-box {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.zwc-expense-compliance .zwc-decor-box-left {
  top: 40px;
  left: -60px;
}

.zwc-expense-compliance .zwc-decor-box-right {
  bottom: 40px;
  right: 40px;
}


/* ========================================
   Section 6: Testimonial
   .zwc-testimonial-wrap
   (Layout from product-common.css)
   ======================================== */


   .zwc-testimonial-inner blockquote p {
    max-width: 640px;
   }


/* Page-specific: decorative background images */
/* .zwc-testimonial-wrap .content-wrap {
  background-image:
    url('assets/058a6c2ad6d28a907c106666b4c6906b39aad585.svg'),
    url('assets/56b74fd2300aaeb228e5578e2b03fce54eea51d9.svg');
  background-position: left bottom, right top;
  background-repeat: no-repeat, no-repeat;
  background-size: 380px auto, 350px auto;
} */


/* ========================================
   Section 7: Bottom CTA
   .zwc-bottom-cta-wrap
   (Layout from product-common.css)
   ======================================== */


.zwc-bottom-cta-wrap {
  background: radial-gradient(30.74% 76.47% at -0.63% -10.15%, #FF9D00 0%, rgba(193, 0, 7, 0.00) 100%), radial-gradient(43.08% 101.07% at 98.47% 122.02%, #F50093 30%, rgba(193, 0, 7, 0.00) 100%), #C10007;
}

/* Decorative background images */

/* Top-left */
.zwc-bottom-cta-wrap::before {
  content: '';
  position: absolute;
  bottom: -180px;
  left: -40px;
  width: 260px;
  height: 320px;
  background: url('assets/45618dce1fe9dc65d3f8b5672d04a5fb744a56f5.png') no-repeat;
  background-size: contain;
  pointer-events: none;
}

.zwc-bottom-cta-wrap::after {
  content: '';
  position: absolute;
  bottom: -180px;
  right: -40px;
  width: 260px;
  height: 320px;
  background: url('assets/f309b24839c1b29d00eafe7621803d729d6bd2d0.png') no-repeat;
  background-size: contain;
  pointer-events: none;
}

/* Left side */
.zwc-bottom-cta-wrap .content-wrap::after {
  content: '';
  position: absolute;
bottom: -20px;
  left: 30px;
  width: 110px;
  height: 120px;
  background: url('assets/8b5651dd5e1cb3164c1b3511f862a6bc8980ee5a.png') no-repeat;
  background-size: contain;
  pointer-events: none;
}

/* Bottom-center */
.zwc-bottom-cta-wrap .zwc-cta-inner::before {
  content: '';
  position: absolute;
  bottom: -40px;
  right: -5%;
  width: 300px;
  height: 120px;
  background: url('assets/1f11c19221124b2d718dea9bcac9db1e3365a839.png') no-repeat;
  background-size: contain;
  pointer-events: none;
}

/* Bottom-right */
/* .zwc-bottom-cta-wrap .zwc-cta-inner::after {
  content: '';
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 380px;
  height: 370px;
  background: url('assets/fa88cd4263968ae08ce268a5aaa266e6cd59a794.png') no-repeat;
  background-size: 470px auto;
  pointer-events: none;
} */

/* Top-right decorative */
.zwc-bottom-cta-wrap .zwc-cta-decor {
  position: absolute;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}

.zwc-bottom-cta-wrap .zwc-cta-decor-1 {
    bottom: -40px;
    right: -10px;
  width: 200px;
  height: 200px;
  background-image: url('assets/f309b24839c1b29d00eafe7621803d729d6bd2d0.png');
}


/* ========================================
   Responsive - Small Desktop (1440px)
   ======================================== */

@media screen and (max-width: 1440px) {

  .zwc-expense-compliance  {
    max-width: 95%;
  }

  /* Two Col */
  .zwc-simplify-travel .zwc-section-inner-wrap h2 {
    font-size: 56px;
  }

  /* Dark Three Col */
  .zwc-expense-compliance .zwc-dark-section-inner h2 {
    font-size: 56px;
  }
}


/* ========================================
   Responsive - Large Tablet (1280px)
   ======================================== */

@media screen and (max-width: 1280px) {
  /* Two Col */
  .zwc-simplify-travel .zwc-section-inner-wrap h2 {
    font-size: 48px;
    letter-spacing: -1.92px;
  }

  /* Dark Three Col */
  .zwc-expense-compliance .zwc-dark-section-inner h2 {
    font-size: 48px;
    letter-spacing: -1.92px;
  }
}


/* ========================================
   Responsive - Tablet (1024px)
   ======================================== */

@media screen and (max-width: 1024px) {
  /* Two Col */
  .zwc-simplify-travel .zwc-section-inner-wrap h2 {
    font-size: 40px;
    letter-spacing: -1.6px;
  }

  .zwc-simplify-travel .zwc-twocol-row {
    flex-direction: column;
  }

  /* Dark Three Col */
  .zwc-expense-compliance .zwc-dark-section-inner h2 {
    font-size: 40px;
    letter-spacing: -1.6px;
  }

  .zwc-expense-compliance .zwc-section-inner.threecol {
    flex-direction: column;
  }

  /* Hide decoratives */
  .zwc-expense-compliance .zwc-decor-box {
    display: none;
  }

  .zwc-bottom-cta-wrap .zwc-cta-decor {
    display: none;
  }
}


/* ========================================
   Responsive - Mobile (767px)
   ======================================== */

@media screen and (max-width: 767px) {

  .zwc-expense-compliance {
    margin: 40px auto 0;
  }

  .zwc-simplify-travel {
    padding: 40px 0;
  }

  .zwc-expense-compliance .content-wrap {
        padding: 70px 0;
  }
  /* Two Col */
  .zwc-simplify-travel .zwc-section-inner-wrap h2 {
    font-size: 32px;
    letter-spacing: -1.28px;
  }

  .zwc-simplify-travel {
    padding: 80px 0 40px;
  }

  /* Dark Three Col */
  .zwc-expense-compliance .zwc-dark-section-inner h2 {
    font-size: 32px;
    letter-spacing: -1.28px;
  }

  .featpages .zwc-feature-section {
    margin: 60px auto 0;
  }

  .zwc-simplify-travel .zwc-section-inner-wrap h2 {
    margin-bottom: 20px;
  }
}


/* ========================================
   Responsive - Small Mobile (480px)
   ======================================== */

@media screen and (max-width: 480px) {
  /* Two Col */
  .zwc-simplify-travel .zwc-section-inner-wrap h2 {
    font-size: 28px;
    letter-spacing: -1.12px;
  }

  /* Dark Three Col */
  .zwc-expense-compliance .zwc-dark-section-inner h2 {
    font-size: 28px;
    letter-spacing: -1.12px;
  }

  .featpages .zwc-cta-inner h2 {
    max-width: 340px;
  }
}
