/*
  Chase Homepage Refresh Styles

  Intended use:
  - These styles support the new homepage hero, services card grid,
    proof/"Why Chase" band, and safety/SDS band.
  - They can be pasted into your main site stylesheet or loaded as a
    separate CSS file, depending on your current setup.
  - If there are existing .btn or layout utilities, feel free to rename
    or merge these classes to align with your global patterns.
*/

.page-wrapper,
.category-band-inner,
.proof-band-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

body{
  background: url(../images/warehouse.jpg) no-repeat center center fixed;
  background-size: cover;
  /*background-position: center;*/
  /*background-repeat: no-repeat;*/
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.body_img{
  width: 100%;
}

/* HERO */
.hero-wrapper {
  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.15) 0%,
      rgba(0, 0, 0, 0.35) 45%,
      rgba(0, 0, 0, 0.75) 100%
    ),
    url(../images/chaseFilling.jpg);

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  padding: 1rem 0 4rem 0;

  position: relative;
}

.hero-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  /*background:
    linear-gradient(
      to right,
      rgba(255,255,255,1) 0%,
      rgba(255,255,255,0.75) 35%,
      rgba(255,255,255,0.35) 45%,
      rgba(255,255,255,0.15) 100%
    );*/
}

.hero-wrapper-logo {
  /*width: 100%;
  background:
    linear-gradient(
      to right,
      rgba(255,255,255,0.75) 0%,
      rgba(255,255,255,0.35) 45%,
      rgba(255,255,255,0.15) 100%
    );*/
}

.logo{
  width: 100%;
  max-width: 500px;
  height: auto;
  padding: 0 2rem;
}

.nav-menu{
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nav-menu a {
  text-decoration: none;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  transition: color 0.2s ease;
}

.hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*gap: 2.5rem;*/
  padding: 2rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  max-width: 1200px;
}

.hero-copy {
  flex: 1 1 55%;
  color: white;
}

.hero-copy h1 {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.hero-copy p {
  font-size: 1.75rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1rem;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  font-size: 1.2rem;
  /*color: #555;*/
}

.hero-media {
  /*flex: 1 1 45%;*/
  width: auto;
}

.hero-media img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  /*margin-top: -390px;*/
  /*margin-bottom: -270px;*/
}

/* BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.25rem;
  border-radius: 999px;
  /*font-size: 0.95rem;*/
  text-decoration: none;
  cursor: pointer;
  border: none;
}

.btn-primary {
  background-color: #0056a4;
  color: #fff;
}

.btn-secondary {
  background-color: #e5edf7;
  color: #0056a4;
}

.btn-primary:hover {
  background-color: #00417c;
}

.btn-secondary:hover {
  background-color: #d4e0f2;
}

.text-link {
  color: #0056a4;
  text-decoration: underline;
  font-size: 0.95rem;
}

/* CATEGORY GRID */
.category-band {
  padding: 3rem 0;
  /*background-color: #ffffff;*/
  /*background: url(../images/warehouse.jpg);    
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;*/
}

.category-band-inner{
  background-color: white;
  /*background:
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.95) 25%,
      rgba(255, 255, 255, 0.45) 45%,
      rgba(255, 255, 255, 0) 100%
    );*/
  position: relative;
  padding: 2rem;
  margin-top: -100px;
  /*border-radius: 10px;*/
  box-shadow: 0 8px 24px rgba(0,0,0,0.5);
  z-index: 1;
}

.category-band-inner h2 {
  font-size: 2rem;
  margin: 0 0 0.5rem 0;
}

.category-intro {
  max-width: 640px;
  margin-bottom: 1.75rem;
  color: #555;
  font-size: 1.2rem;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  max-width: 60rem;
  margin: 0 auto;
}

.quad-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.quad-title {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.06;
  /*letter-spacing: -.03em;*/
  /*font-weight: 800;*/
}

.quad-icon {
  width: 56px;
  height: 56px;
  stroke: #14386d;
  fill: none;
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-chip {
  width: 70px;
  height: 70px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .18);
  display: flex;
  align-items: center;
  justify-content: center;
}

.quad-body {
  margin: 14px auto 12px;
  color: #f5faef;
  /*font-size: 13px;*/
  /*line-height: 1.28;*/
  /*font-weight: 600;*/
  max-width: 15rem;
}

.category-card {
  background-color: #3fa42a;
  /*background-image: url("../images/private.png");*/
  background-repeat: no-repeat;
  /*background-position: top 2rem right 2rem;*/
  /*background-size: 150px 150px;*/
  border-radius: 10px;
  padding: 2rem;
  /*display: grid;*/
  /*flex-direction: column;*/
  justify-content: space-between;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  color: white;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.25);
}

.card-private {
  background-image: url("../images/private.png");
}

.card-contract {
  background-image: url("../images/contract.png");
}

.card-custom {
  background-image: url("../images/custom.png");
}

.card-compliance {
  background-image: url("../images/compliance.png");
}

/*.category-card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.category-card-icon img {
  width: 64px;
  height: 64px;
}*/

.category-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}

.category-card p {
  font-size: 1.05rem;
  color: whitesmoke;
  margin-bottom: 1.5rem;
}

.card-link {
  font-size: 0.9rem;
  color: #0056a4;
  text-decoration: none;
  font-weight: 500;
}

/* PROOF BAND */
.proof-band {
  /*background-color: #f7f9fc;*/
  color: white;
  padding: 2rem 0;
  position: relative;
  margin-top: -100px;
  background:
    linear-gradient(
      to bottom,
      rgba(75, 75, 75, 0.90)
    ),
    url(../images/chaseDarkCans.jpg);

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.proof-band-inner {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
  padding: 4rem 5rem;
}

.proof-copy {
  flex: 1 1 60%;
}

.proof-copy h2 {
  font-size: 3rem;
  margin-bottom: 0.75rem;
}

.proof-copy p {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.proof-copy ol,ul{
  padding-left: 4rem;
}

.proof-copy li {
  font-size: 1.5rem;
  /*margin-bottom: 1rem;*/
}

.proof-list {
  list-style: disc;
  padding-left: 1.25rem;
  font-size: 1.25rem;
}

.proof-highlight {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-size: 1.5rem;
}

.proof-stat {
  background-color: #f7f9fc;
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 8px;
  padding: 1rem 1.25rem;
}

.proof-stat strong {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.15rem;
}

.highlights{
  background-color: #f7f9fc;
  color: black;
  padding: 2rem 0;
  /*background:
    linear-gradient(
      to bottom,
      rgba(75, 75, 75, 0.90)
    ),
    url(../images/chaseDarkCans.jpg);

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;*/
}

.highlights-inner{
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
  padding: 0 8rem;
}


/* SAFETY BAND */
.safety-band {
  /*padding:0;*/
  position: relative;
  /*background-image: url(chaseWall.jpg);*/
}

.safety-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*gap: 1.5rem;*/
  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.15) 0%,
      rgba(0, 0, 0, 0.35) 45%,
      rgba(0, 0, 0, 0.75) 100%
    ),
    url(../images/chaseWall.jpg);
  background-size: cover;
  padding: 5rem;
}

.safety-copy{
  padding: 2em 0;
  color: white;
  max-width: 250px;
}

.safety-copy h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.safety-copy p {
  font-size: 1rem;
  /*color: #555;*/
}

.safety-copy img{
  width: 100%;
}

.safety-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.footer-links{
  display: flex;
  gap: 3rem;
}

.footer-list{
  list-style: none;
  padding: 0;
  margin: 0;

  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li{
  padding: 0.5rem;
}

.footer-list a{
  text-decoration: underline;
  color: white;
}

.nav-toggle{
  display: none;
}


/* RESPONSIVE */


@media (max-width: 1280px){
  .hero-media{
    width: 100%;
  }

  #media1{
    display: none;
  }

  .hero-media img{
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  /*.hero-actions {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
  }

  .nav-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    width: 100%;
    align-items: flex-start;
  }

  .nav-menu a {
    font-size: 1rem;
    line-height: 1.3;
  }

  .btn {
    font-size: 0.95rem;
  }*/

  /*.hero-actions {
    margin: 0;
    width: 100;
    box-sizing: border-box;
  }

  .nav-menu {
    flex-direction: column;
    gap: 0.75rem;
  }

  .nav-menu a {
    font-size: 0.95rem;
  }

  .btn {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
  }*/
}


@media (max-width: 960px) {
  .hero-inner {
    flex-direction: column;
  }

  .hero-media img{
    max-width: 350px;
  }

  #media2{
    display: none;
  }

  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-band-inner {
    flex-direction: column;
  }

  .safety-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  /*.nav-toggle{
    display: block;
  }*/

  /*.nav-menu{
    display: none;
  }*/

  .hero-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .hero-wrapper-logo {
    width: 100%;
  }

  .logo {
    max-width: 320px;
    padding: 0 1rem;
  }

  .hero-actions {
    width: 100%;
    margin: 0 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .nav-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    width: 100%;
    align-items: flex-start;
  }

  .nav-menu a {
    font-size: 1rem;
    line-height: 1.3;
  }

  .btn {
    font-size: 0.95rem;
  }
}

@media (max-width: 640px) {
  .category-grid {
    grid-template-columns: 1fr;
  }

  .hero-wrapper {
    padding: 2.5rem 0;
  }

  .hero-media img{
    max-width: 250px;
  }

  #media1{
    display: none;
  }

  .hero-copy h1 {
    font-size: 1.8rem;
  }

  .hero-top {
    align-items: flex-start;
    padding: 0 1rem;
    box-sizing: border-box;
  }

  .logo {
    max-width: 240px;
    padding: 0 1rem;
  }

  .hero-actions {
    margin: 0;
    width: 100;
    box-sizing: border-box;
  }

  .nav-menu {
    flex-direction: column;
    gap: 0.75rem;
  }

  .nav-menu a {
    font-size: 0.95rem;
  }

  .btn {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
  }
}

@media (max-width: 430px) {
  .hero-wrapper {
    padding: 1rem 0 2rem 0;
  }

  .hero-top {
    padding: 0 1rem;
    align-items: flex-start;
    gap: 1rem;
  }

  .hero-media img{
    display: none;
  }

  .hero-wrapper-logo {
    width: 100%;
  }

  .logo {
    max-width: 280px;
    width: 100%;
    height: auto;
    padding: 0;
  }

  .hero-actions {
    width: 100%;
    margin: 0;
    gap: 0.85rem;
    align-items: stretch;
  }

  .nav-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
    width: 100%;
  }

  .nav-menu a {
    font-size: 1.15rem;
    line-height: 1.25;
  }

  .hero-actions .btn {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    font-size: 1rem;
    padding: 0.85rem 1rem;
  }

  .hero-inner {
    padding: 1.25rem 1rem;
  }

  .hero-copy h1 {
    font-size: 2rem;
    line-height: 1.15;
  }

  .hero-copy p {
    font-size: 1.1rem;
    line-height: 1.45;
  }

  .hero-proof {
    gap: 0.75rem;
    font-size: 1rem;
  }

  .category-band-inner {
    margin-top: -40px;
    padding: 1.25rem;
  }

  .category-card {
    padding: 1.25rem;
    background-size: 90px 90px;
    background-position: top 1rem right 1rem;
  }

  .category-card h3 {
    font-size: 1.1rem;
  }

  .category-card p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .proof-band-inner {
    padding: 2rem 1.25rem;
  }

  .proof-copy h2 {
    font-size: 2rem;
  }

  .proof-copy p {
    font-size: 1.2rem;
  }

  .proof-highlight {
    font-size: 1.1rem;
    gap: 1rem;
  }

  .highlights-inner {
    padding: 0 1rem;
  }

  .safety-inner {
    padding: 2rem 1rem;
  }

  .safety-copy {
    max-width: none;
  }

  .footer-links {
    flex-direction: column;
    gap: 1.5rem;
  }
}