/* tour-operators.css — domain composition only. Shared Industry UI is owned by industry-system.css + components.css. */
body.travora-page-tour-operators > .travora-page-shell .soft-section{
  background:
    linear-gradient(180deg, rgba(14, 26, 43, 0.54), rgba(6, 30, 63, 0.12));
  border-block: 1px solid rgba(159, 207, 232, 0.08);
}

body.travora-page-tour-operators > .travora-page-shell .site-shell{
  overflow: hidden;
  position: relative;
}

body.travora-page-tour-operators > .travora-page-shell .hero{
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
}

body.travora-page-tour-operators > .travora-page-shell .hero-grid{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.82fr);
  gap: 64px;
  align-items: center;
}


body.travora-page-tour-operators > .travora-page-shell .outcomes-grid span{
  border: 1px solid var(--industry-border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--industry-muted);
  padding: 10px 13px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

body.travora-page-tour-operators > .travora-page-shell .hero-visual{
  position: relative;
  min-height: 570px;
}

body.travora-page-tour-operators > .travora-page-shell .dashboard-card,
body.travora-page-tour-operators > .travora-page-shell .glass-card{
  border: 1px solid var(--industry-border);
  background: linear-gradient(180deg, rgba(14, 26, 43, 0.92), rgba(5, 21, 43, 0.72));
  border-radius: var(--industry-radius-lg);
  box-shadow: var(--industry-shadow);
}

body.travora-page-tour-operators > .travora-page-shell .main-dashboard{
  position: relative;
  padding: 24px;
  min-height: 440px;
  overflow: hidden;
}

body.travora-page-tour-operators > .travora-page-shell .main-dashboard::before{
  content: "";
  position: absolute;
  inset: -1px;
  background:
    radial-gradient(circle at 80% 10%, rgba(0, 191, 255, 0.22), transparent 17rem),
    radial-gradient(circle at 12% 90%, rgba(83, 230, 161, 0.13), transparent 14rem);
  pointer-events: none;
}

body.travora-page-tour-operators > .travora-page-shell .main-dashboard > *{
  position: relative;
}

body.travora-page-tour-operators > .travora-page-shell .dash-label{
  display: block;
  color: var(--industry-muted-subtle);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
}

body.travora-page-tour-operators > .travora-page-shell .dash-head strong{
  font-size: 20px;
  letter-spacing: -0.03em;
}

body.travora-page-tour-operators > .travora-page-shell .status-pill{
  color: var(--industry-success);
  background: rgba(83, 230, 161, 0.12);
  border: 1px solid rgba(83, 230, 161, 0.3);
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

body.travora-page-tour-operators > .travora-page-shell .metrics-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 28px;
}

body.travora-page-tour-operators > .travora-page-shell .metric-card{
  padding: 18px;
  border: 1px solid var(--industry-border);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.045);
}

body.travora-page-tour-operators > .travora-page-shell .metric-card span,
body.travora-page-tour-operators > .travora-page-shell .metric-card small{
  display: block;
  color: var(--industry-muted-subtle);
  font-size: 12px;
  font-weight: 700;
}

body.travora-page-tour-operators > .travora-page-shell .metric-card strong{
  display: block;
  margin: 6px 0 2px;
  font-size: 32px;
  letter-spacing: -0.05em;
}

body.travora-page-tour-operators > .travora-page-shell .pipeline{
  margin-top: 28px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(3, 21, 46, 0.58);
  border: 1px solid var(--industry-border);
}

body.travora-page-tour-operators > .travora-page-shell .pipeline-row{
  margin: 14px 0 8px;
  color: var(--industry-muted);
  font-size: 14px;
}

body.travora-page-tour-operators > .travora-page-shell .pipeline-row:first-child{
  margin-top: 0;
}

body.travora-page-tour-operators > .travora-page-shell .pipeline-bar{
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  overflow: hidden;
}

body.travora-page-tour-operators > .travora-page-shell .pipeline-bar span{
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--industry-accent), var(--industry-success));
}

body.travora-page-tour-operators > .travora-page-shell .floating-card{
  position: absolute;
  z-index: 2;
  border: 1px solid var(--industry-border-strong);
  border-radius: 20px;
  background: rgba(3, 21, 46, 0.86);
  backdrop-filter: blur(20px);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}

body.travora-page-tour-operators > .travora-page-shell .whatsapp-card{
  left: -24px;
  bottom: 68px;
  width: 260px;
  padding: 18px;
}

body.travora-page-tour-operators > .travora-page-shell .whatsapp-card p{
  margin: 8px 0 0;
  color: var(--industry-text-secondary);
}

body.travora-page-tour-operators > .travora-page-shell .bubble-label,
body.travora-page-tour-operators > .travora-page-shell .booking-card span{
  color: var(--industry-highlight);
  font-size: 12px;
  font-weight: 800;
}

body.travora-page-tour-operators > .travora-page-shell .booking-card{
  right: -18px;
  bottom: 12px;
  width: 250px;
  padding: 18px;
}

body.travora-page-tour-operators > .travora-page-shell .booking-card strong,
body.travora-page-tour-operators > .travora-page-shell .booking-card small{
  display: block;
}

body.travora-page-tour-operators > .travora-page-shell .booking-card strong{
  margin: 4px 0;
  color: var(--industry-text);
}

body.travora-page-tour-operators > .travora-page-shell .booking-card small{
  color: var(--industry-muted);
}


body.travora-page-tour-operators > .travora-page-shell .problem-grid,
body.travora-page-tour-operators > .travora-page-shell .systems-grid,
body.travora-page-tour-operators > .travora-page-shell .usecase-grid{
  display: grid;
  gap: 18px;
  margin-top: 48px;
}

body.travora-page-tour-operators > .travora-page-shell .problem-grid{
  grid-template-columns: repeat(3, 1fr);
}

body.travora-page-tour-operators > .travora-page-shell .glass-card,
body.travora-page-tour-operators > .travora-page-shell .system-card,
body.travora-page-tour-operators > .travora-page-shell .usecase-card{
  padding: 26px;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

body.travora-page-tour-operators > .travora-page-shell .glass-card:hover{
  transform: translateY(-5px);
  border-color: var(--industry-border-strong);
  background: linear-gradient(180deg, rgba(14, 42, 72, 0.92), rgba(5, 21, 43, 0.78));
}

body.travora-page-tour-operators > .travora-page-shell .card-num,
body.travora-page-tour-operators > .travora-page-shell .icon-box{
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border-radius: 14px;
  color: var(--industry-highlight);
  background: var(--industry-accent-soft);
  border: 1px solid var(--industry-border-strong);
  font-weight: 900;
}

body.travora-page-tour-operators > .travora-page-shell .glass-card p,
body.travora-page-tour-operators > .travora-page-shell .system-card p,
body.travora-page-tour-operators > .travora-page-shell .usecase-card p,
body.travora-page-tour-operators > .travora-page-shell .process-step p{
  margin-bottom: 0;
}

body.travora-page-tour-operators > .travora-page-shell .split-section,
body.travora-page-tour-operators > .travora-page-shell .ota-grid,
body.travora-page-tour-operators > .travora-page-shell .faq-grid,
body.travora-page-tour-operators > .travora-page-shell .outcomes-wrap{
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 64px;
  align-items: start;
}

body.travora-page-tour-operators > .travora-page-shell .text-link{
  display: inline-flex;
  margin-top: 20px;
  color: var(--industry-highlight);
  font-weight: 800;
}

body.travora-page-tour-operators > .travora-page-shell .solution-list{
  display: grid;
  gap: 16px;
}

body.travora-page-tour-operators > .travora-page-shell .solution-item{
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 18px;
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--industry-border);
}

body.travora-page-tour-operators > .travora-page-shell .solution-item > span{
  width: 14px;
  height: 14px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--industry-accent);
  box-shadow: 0 0 0 8px var(--industry-accent-soft);
}

body.travora-page-tour-operators > .travora-page-shell .solution-item p{
  margin: 8px 0 0;
}

body.travora-page-tour-operators > .travora-page-shell .journey{
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 50px;
}

body.travora-page-tour-operators > .travora-page-shell .journey::before{
  content: "";
  position: absolute;
  top: 34px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--industry-border-strong), transparent);
}

body.travora-page-tour-operators > .travora-page-shell .journey-step{
  position: relative;
  z-index: 1;
  padding: 22px;
  border: 1px solid var(--industry-border);
  border-radius: 22px;
  background: rgba(3, 21, 46, 0.7);
}

body.travora-page-tour-operators > .travora-page-shell .journey-step span{
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  border-radius: 50%;
  color: #03152e;
  background: var(--industry-accent);
  font-weight: 900;
}

body.travora-page-tour-operators > .travora-page-shell .journey-step p{
  margin-bottom: 0;
}

body.travora-page-tour-operators > .travora-page-shell .systems-grid{
  grid-template-columns: repeat(2, 1fr);
}

body.travora-page-tour-operators > .travora-page-shell .system-card{
  position: relative;
  overflow: hidden;
}

body.travora-page-tour-operators > .travora-page-shell .system-card.wide{
  grid-column: span 2;
}

body.travora-page-tour-operators > .travora-page-shell .system-card ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 18px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

body.travora-page-tour-operators > .travora-page-shell .system-card li{
  position: relative;
  padding-left: 18px;
  color: var(--industry-muted);
  font-size: 14px;
  font-weight: 600;
}

body.travora-page-tour-operators > .travora-page-shell .system-card li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--industry-accent);
}

body.travora-page-tour-operators > .travora-page-shell .ota-section{
  background:
    radial-gradient(circle at 15% 20%, rgba(0, 191, 255, 0.13), transparent 28rem),
    linear-gradient(180deg, rgba(3, 21, 46, 0.12), rgba(14, 26, 43, 0.52));
}

body.travora-page-tour-operators > .travora-page-shell .comparison-card{
  padding: 12px;
}

body.travora-page-tour-operators > .travora-page-shell .comparison-head{
  padding: 14px;
  gap: 12px;
}

body.travora-page-tour-operators > .travora-page-shell .comparison-head span{
  flex: 1;
  text-align: center;
  color: var(--industry-highlight);
  font-weight: 900;
  font-size: 14px;
}

body.travora-page-tour-operators > .travora-page-shell .comparison-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  border-top: 1px solid var(--industry-border);
}

body.travora-page-tour-operators > .travora-page-shell .comparison-row p{
  margin: 0;
  padding: 16px;
  color: var(--industry-muted);
}

body.travora-page-tour-operators > .travora-page-shell .comparison-row p:last-child{
  color: var(--industry-text-secondary);
  background: rgba(0, 191, 255, 0.07);
  border-radius: 14px;
}

body.travora-page-tour-operators > .travora-page-shell .usecase-grid{
  grid-template-columns: repeat(3, 1fr);
}

body.travora-page-tour-operators > .travora-page-shell .usecase-card{
  min-height: 188px;
}

body.travora-page-tour-operators > .travora-page-shell .outcomes-grid{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.travora-page-tour-operators > .travora-page-shell .process-timeline{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 48px;
}

body.travora-page-tour-operators > .travora-page-shell .process-step{
  padding: 24px;
}

body.travora-page-tour-operators > .travora-page-shell .process-step span{
  display: inline-flex;
  color: var(--industry-highlight);
  font-weight: 900;
  margin-bottom: 16px;
}


body.travora-page-tour-operators > .travora-page-shell .final-cta{
  padding-top: 40px;
}

body.travora-page-tour-operators > .travora-page-shell .cta-card{
  padding: clamp(28px, 5vw, 56px);
}

body.travora-page-tour-operators > .travora-page-shell .cta-card h2,
body.travora-page-tour-operators > .travora-page-shell .cta-card p{
  max-width: 820px;
}


@media (max-width: 1080px){

  body.travora-page-tour-operators > .travora-page-shell .hero-grid,
body.travora-page-tour-operators > .travora-page-shell .split-section,
body.travora-page-tour-operators > .travora-page-shell .ota-grid,
body.travora-page-tour-operators > .travora-page-shell .faq-grid,
body.travora-page-tour-operators > .travora-page-shell .outcomes-wrap{
    grid-template-columns: 1fr;
  }

  body.travora-page-tour-operators > .travora-page-shell .hero-visual{
    min-height: 520px;
  }

  body.travora-page-tour-operators > .travora-page-shell .problem-grid,
body.travora-page-tour-operators > .travora-page-shell .usecase-grid{
    grid-template-columns: repeat(2, 1fr);
  }

  body.travora-page-tour-operators > .travora-page-shell .journey,
body.travora-page-tour-operators > .travora-page-shell .process-timeline{
    grid-template-columns: 1fr;
  }

  body.travora-page-tour-operators > .travora-page-shell .journey::before{
    display: none;
  }

}
@media (max-width: 760px){

  

  body.travora-page-tour-operators > .travora-page-shell .hero-grid{
    gap: 42px;
  }

  body.travora-page-tour-operators > .travora-page-shell .hero-visual{
    min-height: auto;
  }

  body.travora-page-tour-operators > .travora-page-shell .floating-card{
    position: relative;
    inset: auto;
    width: 100%;
    margin-top: 14px;
  }

  body.travora-page-tour-operators > .travora-page-shell .metrics-grid,
body.travora-page-tour-operators > .travora-page-shell .problem-grid,
body.travora-page-tour-operators > .travora-page-shell .systems-grid,
body.travora-page-tour-operators > .travora-page-shell .usecase-grid{
    grid-template-columns: 1fr;
  }

  body.travora-page-tour-operators > .travora-page-shell .system-card.wide{
    grid-column: auto;
  }

  body.travora-page-tour-operators > .travora-page-shell .system-card ul{
    grid-template-columns: 1fr;
  }

  body.travora-page-tour-operators > .travora-page-shell .comparison-row{
    grid-template-columns: 1fr;
  }

  body.travora-page-tour-operators > .travora-page-shell .comparison-row p:first-child{
    padding-bottom: 0;
  }

}
@media (max-width: 460px){

  

  body.travora-page-tour-operators > .travora-page-shell .main-dashboard{
    padding: 18px;
  }

  body.travora-page-tour-operators > .travora-page-shell .metric-card strong{
    font-size: 28px;
  }


}
