:root{
  --tb-navy:#07182d;
  --tb-navy-2:#0c2440;
  --tb-blue:#1557ff;
  --tb-blue-soft:#eaf0ff;
  --tb-red:#e53935;
  --tb-green:#17a673;
  --tb-white:#ffffff;
  --tb-bg:#f5f7fb;
  --tb-line:#dfe5ef;
  --tb-text:#152238;
  --tb-muted:#64748b;
  --tb-radius:24px;
  --tb-shadow:0 28px 80px rgba(7,24,45,.12);
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  background:var(--tb-white);
  color:var(--tb-text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}

a{
  color:inherit;
  text-decoration:none;
}

img{
  max-width:100%;
  display:block;
}

.tbglobal-wrap{
  width:min(1180px,calc(100% - 48px));
  margin:0 auto;
}

.tbglobal-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(223,229,239,.9);
}

.tbglobal-header-inner{
  min-height:82px;
  display:flex;
  align-items:center;
  gap:34px;
}

.tbglobal-brand{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight:800;
  color:var(--tb-navy);
  white-space:nowrap;
}

.tbglobal-brand img{
  width:132px;
  height:auto;
}

.tbglobal-brand span{
  font-size:15px;
  letter-spacing:.04em;
  padding-left:10px;
  border-left:1px solid var(--tb-line);
}

.tbglobal-nav{
  display:flex;
  align-items:center;
  gap:28px;
  margin-left:auto;
  font-size:14px;
  font-weight:650;
}

.tbglobal-nav a{
  transition:.2s ease;
}

.tbglobal-nav a:hover{
  color:var(--tb-blue);
}

.tbglobal-header-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 20px;
  border-radius:999px;
  background:var(--tb-navy);
  color:#fff;
  font-size:14px;
  font-weight:800;
}

.tbglobal-home{
  overflow:hidden;
}

.tbglobal-hero{
  background:
    radial-gradient(circle at 78% 18%,rgba(21,87,255,.18),transparent 33%),
    linear-gradient(135deg,#f8faff 0%,#ffffff 48%,#eef3ff 100%);
  padding:96px 0 84px;
}

.tbglobal-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.06fr) minmax(420px,.94fr);
  align-items:center;
  gap:70px;
}

.tbglobal-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:18px;
  color:var(--tb-blue);
  font-size:12px;
  font-weight:850;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.tbglobal-hero h1{
  max-width:760px;
  margin:0;
  color:var(--tb-navy);
  font-size:clamp(50px,6vw,82px);
  line-height:.99;
  letter-spacing:-.055em;
  font-weight:860;
}

.tbglobal-lead{
  max-width:690px;
  margin:28px 0 0;
  color:#44546a;
  font-size:20px;
  line-height:1.65;
}

.tbglobal-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:34px;
}

.tbglobal-btn{
  min-height:52px;
  padding:0 24px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:820;
  transition:.22s ease;
}

.tbglobal-btn:hover{
  transform:translateY(-2px);
}

.tbglobal-btn-primary{
  background:var(--tb-red);
  color:#fff;
  box-shadow:0 14px 30px rgba(229,57,53,.20);
}

.tbglobal-btn-secondary{
  background:#fff;
  color:var(--tb-navy);
  border:1px solid var(--tb-line);
}

.tbglobal-micro{
  margin:18px 0 0;
  color:var(--tb-muted);
  font-size:14px;
  font-weight:650;
}

.tbglobal-hero-panel{
  position:relative;
  padding:26px;
  border-radius:30px;
  background:var(--tb-navy);
  box-shadow:var(--tb-shadow);
  color:#fff;
}

.tbglobal-platform-label{
  margin-bottom:18px;
  color:#a9b9d1;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.12em;
}

.tbglobal-flow-stack{
  display:grid;
  gap:12px;
}

.tbglobal-flow-stack > div{
  position:relative;
  padding:18px 18px 18px 64px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  background:rgba(255,255,255,.055);
}

.tbglobal-flow-stack span{
  position:absolute;
  left:18px;
  top:20px;
  color:#79a0ff;
  font-size:12px;
  font-weight:850;
}

.tbglobal-flow-stack strong{
  display:block;
  margin-bottom:4px;
  font-size:17px;
}

.tbglobal-flow-stack small{
  color:#b9c6d8;
  font-size:13px;
}

.tbglobal-platform,
.tbglobal-inventory,
.tbglobal-modules,
.tbglobal-marketplace-link{
  padding:98px 0;
}

.tbglobal-platform{
  background:#fff;
}

.tbglobal-section-head{
  max-width:820px;
  margin-bottom:42px;
}

.tbglobal-section-head h2,
.tbglobal-dashboard h2,
.tbglobal-final-cta h2,
.tbglobal-marketplace-link h2{
  margin:0;
  color:var(--tb-navy);
  font-size:clamp(34px,4.3vw,56px);
  line-height:1.06;
  letter-spacing:-.04em;
}

.tbglobal-section-head p,
.tbglobal-dashboard-copy > p,
.tbglobal-marketplace-link p{
  max-width:760px;
  margin:18px 0 0;
  color:var(--tb-muted);
  font-size:18px;
}

.tbglobal-four-pillars{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.tbglobal-four-pillars article,
.tbglobal-module-grid article{
  padding:28px;
  border:1px solid var(--tb-line);
  border-radius:var(--tb-radius);
  background:#fff;
  transition:.22s ease;
}

.tbglobal-four-pillars article:hover,
.tbglobal-module-grid article:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 50px rgba(7,24,45,.08);
}

.tbglobal-four-pillars article > span{
  display:inline-flex;
  margin-bottom:28px;
  color:var(--tb-blue);
  font-weight:850;
  font-size:12px;
  letter-spacing:.12em;
}

.tbglobal-four-pillars h3,
.tbglobal-module-grid h3{
  margin:0 0 10px;
  color:var(--tb-navy);
  font-size:21px;
}

.tbglobal-four-pillars p,
.tbglobal-module-grid p{
  margin:0;
  color:var(--tb-muted);
  font-size:15px;
}

.tbglobal-dashboard{
  padding:108px 0;
  background:var(--tb-navy);
  color:#fff;
}

.tbglobal-dashboard-grid{
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(500px,1.12fr);
  gap:70px;
  align-items:center;
}

.tbglobal-dashboard h2{
  color:#fff;
}

.tbglobal-dashboard-copy > p{
  color:#b8c4d4;
}

.tbglobal-dashboard-list{
  display:grid;
  gap:0;
  margin-top:32px;
  border-top:1px solid rgba(255,255,255,.11);
}

.tbglobal-dashboard-list > div{
  display:grid;
  grid-template-columns:150px 1fr;
  gap:20px;
  padding:17px 0;
  border-bottom:1px solid rgba(255,255,255,.11);
}

.tbglobal-dashboard-list strong{
  font-size:14px;
}

.tbglobal-dashboard-list span{
  color:#aebdd0;
  font-size:13px;
}

.tbglobal-browser{
  overflow:hidden;
  border-radius:24px;
  background:#f7f9fc;
  box-shadow:0 40px 90px rgba(0,0,0,.30);
  transform:perspective(1200px) rotateY(-4deg) rotateX(2deg);
}

.tbglobal-browser-top{
  min-height:48px;
  padding:0 16px;
  display:flex;
  align-items:center;
  gap:7px;
  background:#e8edf4;
  border-bottom:1px solid #d8e0ea;
}

.tbglobal-browser-top > span{
  width:9px;
  height:9px;
  border-radius:50%;
  background:#aeb8c5;
}

.tbglobal-browser-top small{
  margin-left:9px;
  color:#607086;
  font-weight:700;
}

.tbglobal-dashboard-ui{
  min-height:430px;
  display:grid;
  grid-template-columns:150px 1fr;
}

.tbglobal-dashboard-ui aside{
  padding:24px 18px;
  display:flex;
  flex-direction:column;
  gap:14px;
  background:#0c2039;
  color:#a9b7ca;
  font-size:12px;
}

.tbglobal-dashboard-ui aside b{
  margin-bottom:14px;
  color:#fff;
  font-size:16px;
}

.tbglobal-dashboard-main{
  padding:26px;
  color:var(--tb-text);
}

.tbglobal-dashboard-title small{
  display:block;
  color:#7a8798;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.tbglobal-dashboard-title strong{
  display:block;
  margin-top:2px;
  color:var(--tb-navy);
  font-size:26px;
}

.tbglobal-kpis{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:22px;
}

.tbglobal-kpis > div,
.tbglobal-chart-card,
.tbglobal-status-card{
  border:1px solid #e1e7ef;
  border-radius:14px;
  background:#fff;
}

.tbglobal-kpis > div{
  padding:15px;
}

.tbglobal-kpis span,
.tbglobal-chart-card > span{
  display:block;
  color:#7b8796;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.tbglobal-kpis strong{
  display:block;
  margin-top:5px;
  color:var(--tb-navy);
  font-size:19px;
}

.tbglobal-chart-card{
  margin-top:12px;
  padding:18px;
}

.tbglobal-bars{
  height:116px;
  margin-top:15px;
  display:flex;
  align-items:flex-end;
  gap:10px;
}

.tbglobal-bars i{
  flex:1;
  display:block;
  min-height:30px;
  border-radius:6px 6px 2px 2px;
  background:linear-gradient(180deg,#1557ff,#7ca1ff);
}

.tbglobal-bars i:nth-child(1){height:39%}
.tbglobal-bars i:nth-child(2){height:61%}
.tbglobal-bars i:nth-child(3){height:48%}
.tbglobal-bars i:nth-child(4){height:76%}
.tbglobal-bars i:nth-child(5){height:65%}
.tbglobal-bars i:nth-child(6){height:89%}
.tbglobal-bars i:nth-child(7){height:72%}

.tbglobal-status-card{
  margin-top:12px;
  padding:13px 16px;
}

.tbglobal-status-card > div{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:8px 0;
  border-bottom:1px solid #eef1f5;
  font-size:11px;
}

.tbglobal-status-card > div:last-child{
  border-bottom:0;
}

.tbglobal-status-card span{
  color:#68778a;
}

.tbglobal-status-card b{
  color:var(--tb-green);
}

.tbglobal-inventory{
  background:var(--tb-bg);
}

.tbglobal-channel-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.tbglobal-channel-grid > div{
  min-height:92px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--tb-line);
  border-radius:18px;
  background:#fff;
  color:var(--tb-navy);
  font-size:18px;
  font-weight:850;
  box-shadow:0 8px 24px rgba(7,24,45,.04);
}

.tbglobal-modules{
  background:#fff;
}

.tbglobal-module-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.tbglobal-marketplace-link{
  background:#f8fafc;
}

.tbglobal-marketplace-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:50px;
}

.tbglobal-marketplace-inner > div{
  max-width:700px;
}

.tbglobal-final-cta{
  padding:110px 0;
  text-align:center;
  background:
    radial-gradient(circle at 50% 0%,rgba(21,87,255,.25),transparent 42%),
    var(--tb-navy);
}

.tbglobal-final-cta .tbglobal-wrap{
  max-width:900px;
}

.tbglobal-final-cta h2{
  color:#fff;
}

.tbglobal-final-cta .tbglobal-btn{
  margin-top:30px;
}

.tbglobal-footer{
  padding:70px 0 26px;
  background:#041221;
  color:#fff;
}

.tbglobal-footer-grid{
  display:grid;
  grid-template-columns:1.6fr .7fr .7fr;
  gap:70px;
}

.tbglobal-brand-footer{
  color:#fff;
}

.tbglobal-footer-brand p{
  max-width:520px;
  margin:20px 0 0;
  color:#93a4b8;
  font-size:14px;
}

.tbglobal-footer-col{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.tbglobal-footer-col strong{
  margin-bottom:8px;
}

.tbglobal-footer-col a{
  color:#9bacbf;
  font-size:13px;
}

.tbglobal-footer-bottom{
  margin-top:54px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.1);
  display:flex;
  justify-content:space-between;
  gap:30px;
  color:#788ba2;
  font-size:12px;
}

@media(max-width:980px){
  .tbglobal-nav{
    display:none;
  }

  .tbglobal-hero-grid,
  .tbglobal-dashboard-grid{
    grid-template-columns:1fr;
  }

  .tbglobal-hero-grid{
    gap:50px;
  }

  .tbglobal-dashboard-visual{
    max-width:720px;
  }

  .tbglobal-four-pillars{
    grid-template-columns:repeat(2,1fr);
  }

  .tbglobal-channel-grid,
  .tbglobal-module-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:680px){
  .tbglobal-wrap{
    width:min(100% - 30px,1180px);
  }

  .tbglobal-header-inner{
    min-height:72px;
  }

  .tbglobal-brand img{
    width:112px;
  }

  .tbglobal-header-cta{
    min-height:42px;
    padding:0 14px;
    font-size:12px;
  }

  .tbglobal-hero{
    padding:68px 0 60px;
  }

  .tbglobal-hero h1{
    font-size:46px;
  }

  .tbglobal-lead{
    font-size:17px;
  }

  .tbglobal-platform,
  .tbglobal-inventory,
  .tbglobal-modules,
  .tbglobal-marketplace-link,
  .tbglobal-dashboard,
  .tbglobal-final-cta{
    padding:72px 0;
  }

  .tbglobal-four-pillars,
  .tbglobal-channel-grid,
  .tbglobal-module-grid{
    grid-template-columns:1fr;
  }

  .tbglobal-dashboard-list > div{
    grid-template-columns:1fr;
    gap:4px;
  }

  .tbglobal-dashboard-ui{
    grid-template-columns:94px 1fr;
    min-width:580px;
  }

  .tbglobal-dashboard-visual{
    overflow-x:auto;
    padding-bottom:10px;
  }

  .tbglobal-marketplace-inner{
    align-items:flex-start;
    flex-direction:column;
  }

  .tbglobal-footer-grid{
    grid-template-columns:1fr;
    gap:38px;
  }

  .tbglobal-footer-bottom{
    flex-direction:column;
    gap:8px;
  }
}

/* TuBoleto Global — channel logo treatment */
.tbglobal-channel-card{
  padding:20px 26px;
}

.tbglobal-channel-card img{
  width:auto;
  max-width:138px;
  max-height:42px;
  object-fit:contain;
}

.tbglobal-channel-tuboleto img{
  max-width:118px;
  max-height:40px;
}

.tbglobal-channel-b2b{
  flex-direction:column;
  gap:2px;
}

.tbglobal-channel-b2b span{
  color:var(--tb-navy);
  font-size:21px;
  font-weight:900;
  line-height:1;
}

.tbglobal-channel-b2b small{
  color:var(--tb-muted);
  font-size:11px;
  font-weight:700;
}

@media(max-width:680px){
  .tbglobal-channel-card img{
    max-width:132px;
    max-height:40px;
  }
}

.tbglobal-card-link{
  display:block;
  height:100%;
}

.tbglobal-card-arrow{
  display:inline-block;
  margin-top:18px;
  color:var(--tb-blue);
  font-size:13px;
  font-weight:800;
}

a.tbglobal-channel-card{
  transition:.22s ease;
}

a.tbglobal-channel-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 45px rgba(7,24,45,.09);
}
