p{
  font-family:encode_sans_semi_condensedRg,Helvetica,Arial,sans-serif!important;
  color:#4a5170;
}
h1, h2,h3,h4,h5,h6{
  font-family: poppins, sans-serif !important;
  color:#0b1233;
  letter-spacing:-0.01em;
}

/* ---------- Buttons ---------- */
.demo-access-btn {
    background: linear-gradient(135deg,#060d9e 0%,#0072cf 100%) !important;
    border: none !important;
    color: #fff;
    font-size: 15.5px !important;
    padding: 14px 30px !important;
    text-decoration: none;
    font-weight: 600 !important;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 20px 44px -22px rgba(6,13,158,.30);
    transition: transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s cubic-bezier(.22,1,.36,1);
}
.demo-access-btn i{ font-size:16px; }
.demo-access-btn:hover {
      background: #000 !important;
  border: none !important;
  color:#fff !important;
  transform: translateY(-3px);
  box-shadow: 0 26px 50px -18px rgba(6,13,158,.45);
}

.btn-trawex-primary {
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #060d9e !important;
    box-shadow: 0 18px 36px -14px rgba(0,0,0,.35);
    position: relative;
    z-index: 1;
    padding: 16px 34px;
    font-weight: 700;
    font-size: 15px;
    border-radius: 10px;
    display: inline-flex;
    transition: transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s cubic-bezier(.22,1,.36,1);
}
.btn-trawex-primary:hover{
  background:#000;
  color:#fff !important;
  transform: translateY(-3px);
  box-shadow: 0 22px 40px -12px rgba(0,0,0,.5);
}

/* ---------- Section rhythm ---------- */
.common-spacing {
  padding: 76px 0;
}
.section-head {
  max-width: 680px;
  margin-bottom: 48px;
}
.section-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.24;
  color: #060d9e;
}
.section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #0072cf;
  background: #eaf2fc;
  padding: 8px 18px 8px 14px;
  border-radius: 30px;
  margin-bottom: 20px;
}

/* ---------- Hero ---------- */
.twa-hero {
  position: relative;
  padding: 90px 0 70px;
  background:
    radial-gradient(600px 420px at 88% -10%, rgba(0,114,207,.14), transparent 65%),
    radial-gradient(520px 420px at -8% 110%, rgba(6,13,158,.10), transparent 65%),
    #f5f7ff;
  overflow: hidden;
}
.twa-hero::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(0,114,207,.18), rgba(6,13,158,.04) 70%);
}
.twa-hero::after {
  content: "";
  position: absolute;
  bottom: -180px;
  left: -140px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle at 60% 60%, rgba(6,13,158,.12), transparent 70%);
}
.twa-hero .hero-copy {
  position: relative;
  z-index: 2;
}
.twa-hero h1 {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.14;
  color: #060d9e;
  font-family: poppins, sans-serif;
}
.twa-hero h1 span {
  background: linear-gradient(135deg,#060d9e 0%,#0072cf 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.twa-hero .hero-lead {
  font-size: 19px;
  font-weight: 600;
  color: #0b1233;
  margin-top: 22px;
  line-height: 1.55;
}
.twa-hero .hero-desc {
  font-size: 15.5px;
  color: #4a5170;
  margin-top: 16px;
  line-height: 26px;
  max-width: 560px;
}
.twa-hero .hero-cta {
  margin-top: 38px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.twa-hero .hero-trust {
  margin-top: 48px;
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
}
.twa-hero .hero-trust .stat b {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #060d9e;
}
.twa-hero .hero-trust .stat span {
  font-size: 13px;
  color: #4a5170;
}
.twa-hero img{
  width:100%;
  filter: drop-shadow(0 30px 50px rgba(6,13,158,.25));
}

.hero-visual {
  position: relative;
  z-index: 2;
  height: 460px;
}
.route-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.route-svg path {
  fill: none;
  stroke: #0072cf;
  stroke-width: 2.5;
  stroke-dasharray: 7 9;
  stroke-linecap: round;
  opacity: .55;
}
.route-plane {
  position: absolute;
  font-size: 20px;
  color: #060d9e;
  animation: flyPath 7s linear infinite;
  offset-path: path("M20,70 C120,10 220,150 260,260 C300,370 60,380 40,300");
  offset-rotate: auto;
}
.chat-card {
  position: absolute;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 28px 60px -20px rgba(6,13,158,.32);
  padding: 16px 18px;
  width: 240px;
  border: 1px solid rgba(255,255,255,.6);
}
.chat-card .chat-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.chat-card .chat-head .avatar {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: linear-gradient(135deg,#060d9e 0%,#0072cf 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}
.chat-card .chat-head b {
  font-size: 14.5px;
  color: #0b1233;
}
.chat-card .chat-head small {
  display: block;
  font-size: 11px;
  color: #0072cf;
}
.chat-card .chat-body {
  font-size: 12.5px;
  color: #555;
  background: #f5f7ff;
  border-radius: 10px;
  padding: 9px 11px;
}
.chat-card.card-1 {
  top: 10px;
  left: 0;
  animation: floaty 5s ease-in-out infinite;
}
.chat-card.card-2 {
  bottom: 30px;
  right: 0;
  width: 210px;
  animation: floaty 5.5s ease-in-out infinite .4s;
}
.badge-pill {
  position: absolute;
  background: #fff;
  border-radius: 40px;
  padding: 8px 16px 8px 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 20px 44px -22px rgba(6,13,158,.30);
  font-size: 12.5px;
  font-weight: 600;
  color: #060d9e;
}
.badge-pill i {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #eaf2fc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0072cf;
  font-size: 13px;
}
.badge-pill.b1 {
  top: 190px;
  left: 40px;
  animation: floaty 6s ease-in-out infinite .8s;
}
.badge-pill.b2 {
  bottom: 130px;
  left: 150px;
  animation: floaty 6.4s ease-in-out infinite 1.1s;
}

/* ---------- About panel ---------- */
.about-panel {
  background: linear-gradient(135deg,#060d9e 0%,#0072cf 100%);
  border-radius: 28px;
  padding: 60px;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 28px 60px -20px rgba(6,13,158,.32);
}
.about-panel::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255,255,255,.07);
}
.about-panel::before{
  content:"";
  position:absolute;
  left:-90px;
  bottom:-110px;
  width:260px;
  height:260px;
  border-radius:50%;
  background: rgba(255,255,255,.05);
}
.about-panel h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  max-width: 760px;
  position:relative;
  z-index:1;
}
.about-panel p {
  margin-top: 18px;
  font-weight: 300;
  color: rgba(255,255,255,.9);
  line-height: 26px;
  position:relative;
  z-index:1;
}
.about-panel p+p {
  margin-top: 14px;
}

/* ---------- Capabilities ---------- */
.cap-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.cap-chip {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid #e6eaf9;
  border-radius: 12px;
  padding: 20px 18px;
  transition: transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s cubic-bezier(.22,1,.36,1), border-color .3s cubic-bezier(.22,1,.36,1);
}
.cap-chip:hover {
  background: #fff;
  border-color: transparent;
  box-shadow: 0 20px 44px -22px rgba(6,13,158,.30);
  transform: translateY(-5px);
}
.cap-chip .cap-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg,#060d9e 0%,#0072cf 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  box-shadow: 0 10px 20px -8px rgba(6,13,158,.45);
}
.cap-icon img, .transform-card .t-icon img, .usecase-card .u-icon img, .whyus-card .w-icon img, .be-icon img, .w-icon img {
  filter: invert(95%) sepia(100%) saturate(7%) hue-rotate(231deg) brightness(105%) contrast(100%);
  width: 20px;
}
.cap-chip span {
  font-weight: 600;
  font-size: 14px;
  color: #0b1233;
}

/* ---------- Transform grid ---------- */
.twa-transform,
.twa-bookings {
  padding: 76px 0;
  background: #f5f7ff;
}
.transform-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.transform-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px 24px;
  box-shadow: 0 6px 18px -10px rgba(6,13,158,.18);
  border-top: none;
  transition: transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s cubic-bezier(.22,1,.36,1);
}
.transform-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 44px -22px rgba(6,13,158,.30);
}
.transform-card .t-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  color: #ffffff;
  display: flex;
  background: linear-gradient(135deg,#060d9e 0%,#0072cf 100%);
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 20px;
  box-shadow: 0 10px 20px -8px rgba(6,13,158,.45);
}
.transform-card h4, .usecase-card h4 {
  font-size: 16.5px;
  font-weight: 700;
  line-height: 1.4;
  color: #060d9e;
}
.transform-card p {
  font-size: 14.5px;
  color: #4a5170;
  margin-top: 10px;
}
.t-icon img {
  filter: invert(95%) sepia(100%) saturate(7%) hue-rotate(231deg) brightness(105%) contrast(100%);
  width: 20px;
}

/* ---------- Journey ---------- */
.journey-track {
  position: relative;
}
.journey-track .track-line {
  position: absolute;
  top: 27px;
  left: 6%;
  right: 6%;
  height: 2px;
  background: repeating-linear-gradient(90deg, #c9d6f5 0, #c9d6f5 8px, transparent 8px, transparent 16px);
  z-index: 0;
}
.journey-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  position: relative;
  z-index: 1;
}
.journey-stop {
  text-align: left;
}
.journey-stop .stop-num {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #0072cf;
  color: #060d9e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 22px;
  transition: transform .3s cubic-bezier(.22,1,.36,1);
}
.journey-stop:hover .stop-num{ transform: scale(1.08); }
.journey-stop.active .stop-num,
.step-item:nth-child(4) .s-num {
  background: linear-gradient(135deg,#060d9e 0%,#0072cf 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 12px 24px -10px rgba(6,13,158,.5);
}
.journey-stop h4 {
  font-size: 16.5px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #060d9e;
}
.journey-stop p {
  font-size: 14.5px;
  color: #4a5170;
}

/* ---------- Bookings ---------- */
.booking-row {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 28px 0;
  border-bottom: 1px solid #e6eaf9;
  transition: padding-left .3s cubic-bezier(.22,1,.36,1);
}
.booking-row:hover{ padding-left: 8px; }
.booking-row:last-child {
  border-bottom: none;
}
.booking-row .b-num {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 34px;
  color: transparent;
  -webkit-text-stroke: 1.4px #0072cf;
  min-width: 64px;
}
.booking-row h4 {
  font-size: 17.5px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #060d9e;
}
.booking-row p {
  font-size: 14.5px;
  color: #4a5170;
  max-width: 640px;
}

/* ---------- Use cases ---------- */
.twa-usecases {
  padding: 76px 0;
}
.usecase-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.usecase-card {
  background: #fff;
  border: 1px solid #e6eaf9;
  border-radius: 12px;
  padding: 28px 24px;
  transition: all .3s cubic-bezier(.22,1,.36,1);
  position: relative;
}
.usecase-card:hover {
  border-color: transparent;
  box-shadow: 0 20px 44px -22px rgba(6,13,158,.30);
  transform: translateY(-6px);
}
.usecase-card .u-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg,#060d9e 0%,#0072cf 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 18px;
  box-shadow: 0 10px 20px -8px rgba(6,13,158,.45);
}
.usecase-card h4 {
  min-height: 40px;
}
.usecase-card p {
  font-size: 13.5px;
  color: #4a5170;
  margin-top: 10px;
}
.u-icon img {
  filter: invert(95%) sepia(100%) saturate(7%) hue-rotate(231deg) brightness(105%) contrast(100%);
  width: 20px;
}

/* ---------- Benefits (dark) ---------- */
.twa-benefits {
  padding: 76px 0;
  background: linear-gradient(180deg, #060d9e 0%, #040a78 100%);
  position: relative;
  overflow: hidden;
}
.twa-benefits::before {
  content: "";
  position: absolute;
  top: -140px;
  left: -140px;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,114,207,.35), transparent 70%);
}
.twa-benefits::after{
  content:"";
  position:absolute;
  bottom:-160px;
  right:-140px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,114,207,.22), transparent 70%);
}
.twa-benefits .section-title,
.twa-benefits .eyebrow {
  color: #fff;
}
.twa-benefits .eyebrow {
  background: rgba(255,255,255,.12);
  color: #cfe0ff;
}
.twa-benefits .section-sub {
  color: rgba(255,255,255,.7);
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
  z-index: 1;
}
.benefit-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  padding: 28px;
  backdrop-filter: blur(6px);
  transition: all .3s cubic-bezier(.22,1,.36,1);
}
.benefit-card:hover {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.28);
  transform: translateY(-6px);
}
.benefit-card .be-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255,255,255,.14);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.benefit-card h4 {
  color: #fff;
  font-size: 16.5px;
  font-weight: 700;
}
.benefit-card p {
  color: rgba(255,255,255,.68);
  font-size: 14.5px;
  margin-top: 8px;
}

/* ---------- Why us ---------- */
.whyus-intro {
  font-size: 16px;
  color: #4a5170;
  margin-bottom: 46px;
}
.whyus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.whyus-card {
  padding: 30px 26px;
  border-radius: 12px;
  border: 1px solid #e6eaf9;
  transition: all .3s cubic-bezier(.22,1,.36,1);
}
.whyus-card:hover{
  box-shadow: 0 20px 44px -22px rgba(6,13,158,.30);
  transform: translateY(-6px);
  border-color: transparent;
}
.whyus-card .w-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg,#060d9e 0%,#0072cf 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  margin-bottom: 18px;
  box-shadow: 0 10px 20px -8px rgba(6,13,158,.45);
}
.whyus-card h4 {
  font-size: 16.5px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #060d9e;
}
.whyus-card p,
.step-item p {
  font-size: 14px;
  color: #4a5170;
}

/* ---------- Steps ---------- */
.twa-steps {
  padding: 76px 0;
  background: #f5f7ff;
  position: relative;
}
.steps-list {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
}
.steps-list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 27px;
  width: 2px;
  background: repeating-linear-gradient(180deg, #c3d2f7 0, #c3d2f7 7px, transparent 7px, transparent 14px);
}
.step-item {
  display: flex;
  gap: 26px;
  position: relative;
  padding-bottom: 44px;
}
.step-item:last-child {
  padding-bottom: 0;
}
.step-item .s-num {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #0072cf;
  color: #060d9e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  z-index: 1;
}
.step-item .s-body {
  background: #fff;
  border-radius: 12px;
  padding: 24px 28px;
  box-shadow: 0 6px 18px -10px rgba(6,13,158,.18);
  flex: 1;
  transition: box-shadow .3s cubic-bezier(.22,1,.36,1), transform .3s cubic-bezier(.22,1,.36,1);
}
.step-item:hover .s-body{
  box-shadow: 0 20px 44px -22px rgba(6,13,158,.30);
  transform: translateX(4px);
}
.step-item h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #060d9e;
}

/* ---------- Final CTA ---------- */
.cta-panel {
  background: linear-gradient(135deg,#060d9e 0%,#0072cf 100%);
  border-radius: 28px;
  padding: 68px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 28px 60px -20px rgba(6,13,158,.32);
}
.cta-panel::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  top: -130px;
  right: -60px;
}
.cta-panel::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  bottom: -110px;
  left: -40px;
}
.cta-panel h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  max-width: 620px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.cta-panel p {
  color: rgba(255,255,255,.85);
  font-size: 15.5px;
  max-width: 560px;
  margin: 18px auto 34px;
  position: relative;
  z-index: 1;
}
.cta-panel .btn-trawex-primary {
  background: #fff;
  color: #060d9e !important;
}
.cta-panel .btn-trawex-primary:hover {
  background:#000;
  color: #fff !important;
}

/* ---------- Motion ---------- */
@keyframes flyPath {
  0% { offset-distance: 0%; }
  100% { offset-distance: 100%; }
}
@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@media (prefers-reduced-motion: reduce){
  .route-plane, .chat-card, .badge-pill { animation: none !important; }
  * { scroll-behavior:auto !important; }
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .common-spacing, .twa-transform, .twa-bookings{ padding: 35px 0; }
  .section-title{ font-size: 30px; }
  .cap-grid { grid-template-columns: repeat(2, 1fr); }
  .transform-grid { grid-template-columns: repeat(2, 1fr); }
  .usecase-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .whyus-grid{ grid-template-columns: repeat(2, 1fr); }
  .journey-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
  .hero-visual {
    height: 340px;
    margin-top: 40px;
  }
  .chat-card {
    width: 190px;
    padding: 12px 14px;
  }
  .twa-hero{ padding: 80px 0 90px; }
  .twa-hero h1 {
    font-size: 34px;
  }
  .about-panel {
    padding: 36px 26px;
  }
  .about-panel h2 {
    font-size: 25px;
  }
  .journey-grid {
    grid-template-columns: 1fr 1fr;
  }
  .track-line {
    display: none;
  }
  .whyus-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .cap-grid { grid-template-columns: 1fr; }
  .transform-grid { grid-template-columns: 1fr; }
  .usecase-grid { grid-template-columns: 1fr; }
  .benefit-grid { grid-template-columns: 1fr; }
  .journey-grid{ grid-template-columns: 1fr; }
  .step-item {
    gap: 16px;
  }
  .steps-list::before {
    left: 22px;
  }
  .s-num {
    width: 46px;
    height: 46px;
    font-size: 16px;
  }
}