/* =========================================================
   Section 24: Explore More Transport Pages
   Full-width homepage section
   ========================================================= */

#swatFooter24,
#swatFooter24 *{
  box-sizing:border-box;
}

#swatFooter24{
  width:100%;
  max-width:none;
  margin:32px 0;
  font-family:Arial,Helvetica,sans-serif;
}

#swatFooter24 .swat-footer24-shell{
  position:relative;
  width:100%;
  max-width:none;
  overflow:hidden;
  padding:34px;
  background:linear-gradient(180deg,#f8fcff 0%,#eef7ff 100%);
  border:1px solid #d8e9fb;
  border-radius:40px;
  box-shadow:0 24px 54px rgba(15,23,42,.06);
}

#swatFooter24 .swat-footer24-shell:before{
  content:'';
  position:absolute;
  top:-120px;
  right:-80px;
  width:320px;
  height:320px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(112,188,255,.28) 0%,rgba(112,188,255,0) 72%);
}

#swatFooter24 .swat-footer24-shell:after{
  content:'';
  position:absolute;
  bottom:-130px;
  left:-90px;
  width:340px;
  height:340px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(205,229,255,.56) 0%,rgba(205,229,255,0) 74%);
}

#swatFooter24 .swat-footer24-gridbg{
  position:absolute;
  inset:0;
  opacity:.16;
  background-image:linear-gradient(rgba(11,99,182,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(11,99,182,.06) 1px,transparent 1px);
  background-size:24px 24px;
  pointer-events:none;
}

#swatFooter24 .swat-footer24-head{
  position:relative;
  z-index:1;
  width:100%;
  margin:0 0 22px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:18px;
  align-items:stretch;
}

#swatFooter24 .swat-footer24-hero{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#0b63b6 0%,#168bff 52%,#68bbff 100%);
  border:1px solid rgba(255,255,255,.14);
  border-radius:34px;
  padding:30px 28px;
  box-shadow:0 24px 46px rgba(11,99,182,.20);
}

#swatFooter24 .swat-footer24-hero:before{
  content:'';
  position:absolute;
  top:-42px;
  right:-20px;
  width:180px;
  height:180px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.22) 0%,rgba(255,255,255,0) 72%);
}

#swatFooter24 .swat-footer24-hero:after{
  content:'';
  position:absolute;
  bottom:-56px;
  left:-34px;
  width:200px;
  height:200px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.12) 0%,rgba(255,255,255,0) 72%);
}

#swatFooter24 .swat-footer24-kicker{
  position:relative;
  z-index:1;
  display:inline-block;
  margin-bottom:12px;
  padding:8px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.22);
  color:#ffffff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.42px;
  text-transform:uppercase;
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px);
}

#swatFooter24 .swat-footer24-hero h2{
  position:relative;
  z-index:1;
  margin:0 0 12px;
  font-size:34px;
  line-height:1.14;
  font-weight:900;
  color:#ffffff;
}

#swatFooter24 .swat-footer24-hero p{
  position:relative;
  z-index:1;
  margin:0;
  font-size:16px;
  line-height:1.88;
  color:#eaf5ff;
  font-weight:500;
}

#swatFooter24 .swat-footer24-signals{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}

#swatFooter24 .swat-footer24-signal{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  border-radius:18px;
  padding:14px 14px 12px;
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px);
}

#swatFooter24 .swat-footer24-signal b{
  display:block;
  margin-bottom:5px;
  font-size:12px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.35px;
  text-transform:uppercase;
  color:#ffffff;
}

#swatFooter24 .swat-footer24-signal span{
  display:block;
  font-size:14px;
  line-height:1.62;
  color:#eef7ff;
  font-weight:500;
}

#swatFooter24 .swat-footer24-utility{
  display:grid;
  gap:12px;
  align-content:start;
}

#swatFooter24 .swat-footer24-utility-card{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,#ffffff 0%,#f6fbff 100%);
  border:1px solid #d6e8fb;
  border-radius:28px;
  padding:20px 18px;
  box-shadow:0 16px 30px rgba(15,23,42,.05);
}

#swatFooter24 .swat-footer24-utility-card:before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:5px;
  background:linear-gradient(90deg,#0b63b6 0%,#63b8ff 100%);
}

#swatFooter24 .swat-footer24-utility-card b{
  display:block;
  margin-bottom:8px;
  font-size:12px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.35px;
  text-transform:uppercase;
  color:#0b63b6;
}

#swatFooter24 .swat-footer24-utility-card p{
  margin:0;
  font-size:14px;
  line-height:1.72;
  color:#475569;
  font-weight:500;
}

#swatFooter24 .swat-footer24-utility-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:14px 20px;
  border-radius:18px;
  background:linear-gradient(135deg,#0b63b6 0%,#1690ff 100%);
  color:#ffffff !important;
  text-decoration:none;
  font-size:15px;
  font-weight:900;
  box-shadow:0 14px 24px rgba(11,99,182,.18);
}

#swatFooter24 .swat-footer24-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  width:100%;
  margin:0;
}

#swatFooter24 .swat-footer24-card{
  position:relative;
  overflow:hidden;
  background:#ffffff;
  border:1px solid #dcecff;
  border-radius:30px;
  padding:20px 18px 18px;
  box-shadow:0 16px 32px rgba(15,23,42,.05);
  min-height:100%;
}

#swatFooter24 .swat-footer24-card:before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:5px;
  background:linear-gradient(90deg,#0b63b6 0%,#63b8ff 100%);
}

#swatFooter24 .swat-footer24-card.soft{
  background:linear-gradient(180deg,#ffffff 0%,#f9fcff 100%);
}

#swatFooter24 .swat-footer24-card.featured{
  background:linear-gradient(180deg,#ffffff 0%,#f2f9ff 100%);
  border-color:#bfdcff;
  box-shadow:0 18px 34px rgba(11,99,182,.08);
}

#swatFooter24 .swat-footer24-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}

#swatFooter24 .swat-footer24-tag{
  display:inline-flex;
  align-items:center;
  padding:7px 12px;
  border-radius:999px;
  background:#eaf4ff;
  border:1px solid #d4e8ff;
  color:#0b63b6;
  font-size:11px;
  font-weight:900;
  letter-spacing:.32px;
  text-transform:uppercase;
}

#swatFooter24 .swat-footer24-idx{
  display:inline-block;
  width:38px;
  height:38px;
  background:linear-gradient(135deg,#0b63b6 0%,#2a93ff 100%);
  box-shadow:0 12px 22px rgba(11,99,182,.18);
  flex:0 0 auto;
  position:relative;
}

#swatFooter24 .swat-footer24-idx:after{
  content:'';
  position:absolute;
  inset:7px;
  background:rgba(255,255,255,.18);
}

#swatFooter24 .swat-footer24-shape-a,
#swatFooter24 .swat-footer24-shape-a:after{
  clip-path:polygon(25% 6%,75% 6%,100% 50%,75% 94%,25% 94%,0% 50%);
}

#swatFooter24 .swat-footer24-shape-b{
  transform:rotate(45deg);
  border-radius:10px;
}

#swatFooter24 .swat-footer24-shape-b:after{
  border-radius:8px;
}

#swatFooter24 .swat-footer24-shape-b-wrap{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
}

#swatFooter24 .swat-footer24-shape-b-wrap .swat-footer24-idx{
  width:30px;
  height:30px;
}

#swatFooter24 .swat-footer24-shape-c,
#swatFooter24 .swat-footer24-shape-c:after{
  clip-path:polygon(30% 0,70% 0,100% 30%,100% 70%,70% 100%,30% 100%,0 70%,0 30%);
}

#swatFooter24 .swat-footer24-shape-d,
#swatFooter24 .swat-footer24-shape-d:after{
  border-radius:50%;
}

#swatFooter24 .swat-footer24-shape-e,
#swatFooter24 .swat-footer24-shape-e:after{
  clip-path:polygon(50% 0,100% 38%,82% 100%,18% 100%,0 38%);
}

#swatFooter24 .swat-footer24-shape-f,
#swatFooter24 .swat-footer24-shape-f:after{
  clip-path:polygon(50% 0,95% 25%,95% 75%,50% 100%,5% 75%,5% 25%);
}

#swatFooter24 .swat-footer24-shape-g,
#swatFooter24 .swat-footer24-shape-g:after{
  clip-path:polygon(20% 0,80% 0,100% 50%,80% 100%,20% 100%,0 50%);
}

#swatFooter24 .swat-footer24-shape-h,
#swatFooter24 .swat-footer24-shape-h:after{
  clip-path:polygon(50% 0,85% 15%,100% 50%,85% 85%,50% 100%,15% 85%,0 50%,15% 15%);
}

#swatFooter24 .swat-footer24-card h3{
  margin:0 0 8px;
  font-size:20px;
  line-height:1.25;
  font-weight:900;
  color:#0f172a;
}

#swatFooter24 .swat-footer24-card.featured h3{
  color:#0b63b6;
}

#swatFooter24 .swat-footer24-card p{
  margin:0 0 14px;
  font-size:14px;
  line-height:1.72;
  color:#516276;
  font-weight:500;
}

#swatFooter24 .swat-footer24-links ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:9px;
}

#swatFooter24 .swat-footer24-links li{
  margin:0;
  padding:0;
}

#swatFooter24 .swat-footer24-links a{
  display:flex;
  align-items:flex-start;
  gap:10px;
  text-decoration:none;
  color:#0f172a;
  font-size:14px;
  line-height:1.55;
  font-weight:800;
  padding:8px 10px;
  border-radius:14px;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
  border:1px solid #e2eefb;
  transition:all .18s ease;
}

#swatFooter24 .swat-footer24-links a:before{
  content:'↗';
  flex:0 0 auto;
  color:#0b63b6;
  font-size:13px;
  font-weight:900;
  line-height:1.2;
}

#swatFooter24 .swat-footer24-links a:hover{
  transform:translateY(-1px);
  border-color:#bfdcff;
  box-shadow:0 10px 18px rgba(11,99,182,.08);
  color:#0b63b6;
}

#swatFooter24 .swat-footer24-bottom{
  position:relative;
  z-index:1;
  width:100%;
  margin:18px 0 0;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:18px;
}

#swatFooter24 .swat-footer24-note{
  overflow:hidden;
  background:linear-gradient(180deg,#ffffff 0%,#f6fbff 100%);
  border:1px solid #d6e8fb;
  border-radius:26px;
  padding:20px 22px;
  box-shadow:0 16px 30px rgba(15,23,42,.05);
}

#swatFooter24 .swat-footer24-note b,
#swatFooter24 .swat-footer24-trust b{
  display:block;
  margin-bottom:8px;
  font-size:12px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.35px;
  text-transform:uppercase;
}

#swatFooter24 .swat-footer24-note b{
  color:#0b63b6;
}

#swatFooter24 .swat-footer24-note p{
  margin:0;
  font-size:15px;
  line-height:1.78;
  color:#475569;
  font-weight:500;
}

#swatFooter24 .swat-footer24-note a{
  color:#0b63b6;
  text-decoration:none;
  font-weight:900;
  border-bottom:1px solid rgba(11,99,182,.22);
}

#swatFooter24 .swat-footer24-trust{
  overflow:hidden;
  background:linear-gradient(135deg,#0b63b6 0%,#168bff 52%,#68bbff 100%);
  border:1px solid rgba(255,255,255,.14);
  border-radius:26px;
  padding:20px 22px;
  box-shadow:0 18px 34px rgba(11,99,182,.16);
}

#swatFooter24 .swat-footer24-trust b{
  color:#ffffff;
}

#swatFooter24 .swat-footer24-trust p{
  margin:0;
  font-size:15px;
  line-height:1.78;
  color:#eff7ff;
  font-weight:500;
}

@media (max-width:1120px){
  #swatFooter24 .swat-footer24-head,
  #swatFooter24 .swat-footer24-bottom{
    grid-template-columns:1fr;
  }

  #swatFooter24 .swat-footer24-signals{
    grid-template-columns:1fr 1fr;
  }

  #swatFooter24 .swat-footer24-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:680px){
  #swatFooter24 .swat-footer24-shell{
    padding:22px;
  }

  #swatFooter24 .swat-footer24-hero h2{
    font-size:28px;
  }

  #swatFooter24 .swat-footer24-signals,
  #swatFooter24 .swat-footer24-grid{
    grid-template-columns:1fr;
  }
}