: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);
}

/* =========================================================
   CHANNEL LOGO SIZE NORMALIZATION
   ========================================================= */

.tbglobal-channel-grid{
    align-items:stretch;
}

.tbglobal-channel-card{
    min-height:132px;
    padding:24px 20px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.tbglobal-channel-card img{
    display:block;
    width:auto;
    height:44px;
    max-width:180px;
    max-height:44px;
    object-fit:contain;
    margin:0 auto;
}

.tbglobal-channel-tuboleto img{
    height:44px;
    max-height:44px;
    max-width:190px;
}

.tbglobal-channel-b2b{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:6px;
}

.tbglobal-channel-b2b span{
    font-size:22px;
    line-height:1;
    font-weight:800;
}

.tbglobal-channel-b2b small{
    font-size:15px;
    line-height:1.2;
    font-weight:600;
}

@media (max-width: 767px){
    .tbglobal-channel-card{
        min-height:110px;
        padding:20px 16px;
    }

    .tbglobal-channel-card img{
        height:36px;
        max-height:36px;
        max-width:150px;
    }

    .tbglobal-channel-tuboleto img{
        height:36px;
        max-height:36px;
        max-width:160px;
    }

    .tbglobal-channel-b2b span{
        font-size:19px;
    }

    .tbglobal-channel-b2b small{
        font-size:13px;
    }
}

/* =========================================================
   CHANNEL LOGOS — VISUAL SIZE CORRECTION
   Different source files contain different internal whitespace,
   so normalize by visible brand size rather than equal image height.
   ========================================================= */

.tbglobal-channel-card{
    min-height:132px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:22px 18px;
}

.tbglobal-channel-card img{
    display:block;
    width:auto;
    height:auto;
    object-fit:contain;
    margin:0 auto;
}

/* Amazon */
.tbglobal-channel-grid .tbglobal-channel-card:nth-child(1) img{
    width:132px;
    max-width:132px;
    max-height:64px;
}

/* Walmart */
.tbglobal-channel-grid .tbglobal-channel-card:nth-child(2) img{
    width:150px;
    max-width:150px;
    max-height:64px;
}

/* Shopify */
.tbglobal-channel-grid .tbglobal-channel-card:nth-child(3) img{
    width:128px;
    max-width:128px;
    max-height:58px;
}

/* eBay */
.tbglobal-channel-grid .tbglobal-channel-card:nth-child(4) img{
    width:120px;
    max-width:120px;
    max-height:58px;
}

/* Etsy */
.tbglobal-channel-grid .tbglobal-channel-card:nth-child(5) img{
    width:118px;
    max-width:118px;
    max-height:58px;
}

/* Faire */
.tbglobal-channel-grid .tbglobal-channel-card:nth-child(6) img{
    width:130px;
    max-width:130px;
    max-height:58px;
}

/* TuBoleto — intentionally smaller because artwork fills its file */
.tbglobal-channel-grid .tbglobal-channel-card:nth-child(7) img{
    width:118px;
    max-width:118px;
    max-height:48px;
}

/* B2B */
.tbglobal-channel-grid .tbglobal-channel-card:nth-child(8){
    font-size:inherit;
}

@media (max-width:767px){

    .tbglobal-channel-card{
        min-height:105px;
        padding:18px 14px;
    }

    .tbglobal-channel-grid .tbglobal-channel-card:nth-child(1) img{width:108px;}
    .tbglobal-channel-grid .tbglobal-channel-card:nth-child(2) img{width:122px;}
    .tbglobal-channel-grid .tbglobal-channel-card:nth-child(3) img{width:104px;}
    .tbglobal-channel-grid .tbglobal-channel-card:nth-child(4) img{width:98px;}
    .tbglobal-channel-grid .tbglobal-channel-card:nth-child(5) img{width:96px;}
    .tbglobal-channel-grid .tbglobal-channel-card:nth-child(6) img{width:106px;}
    .tbglobal-channel-grid .tbglobal-channel-card:nth-child(7) img{width:102px;}
}

/* =========================================================
   CHANNEL LOGOS — FINAL ENLARGE PASS
   ========================================================= */

/* Amazon */
.tbglobal-channel-grid .tbglobal-channel-card:nth-child(1) img{
    width:175px;
    max-width:175px;
    max-height:80px;
}

/* Walmart */
.tbglobal-channel-grid .tbglobal-channel-card:nth-child(2) img{
    width:195px;
    max-width:195px;
    max-height:80px;
}

/* Shopify */
.tbglobal-channel-grid .tbglobal-channel-card:nth-child(3) img{
    width:170px;
    max-width:170px;
    max-height:72px;
}

/* eBay */
.tbglobal-channel-grid .tbglobal-channel-card:nth-child(4) img{
    width:160px;
    max-width:160px;
    max-height:72px;
}

/* Etsy */
.tbglobal-channel-grid .tbglobal-channel-card:nth-child(5) img{
    width:155px;
    max-width:155px;
    max-height:72px;
}

/* Faire */
.tbglobal-channel-grid .tbglobal-channel-card:nth-child(6) img{
    width:175px;
    max-width:175px;
    max-height:72px;
}

/* TuBoleto */
.tbglobal-channel-grid .tbglobal-channel-card:nth-child(7) img{
    width:145px;
    max-width:145px;
    max-height:56px;
}

/* B2B */
.tbglobal-channel-b2b span{
    font-size:26px;
}

.tbglobal-channel-b2b small{
    font-size:16px;
}

@media (max-width:767px){

    .tbglobal-channel-grid .tbglobal-channel-card:nth-child(1) img{width:130px;}
    .tbglobal-channel-grid .tbglobal-channel-card:nth-child(2) img{width:145px;}
    .tbglobal-channel-grid .tbglobal-channel-card:nth-child(3) img{width:125px;}
    .tbglobal-channel-grid .tbglobal-channel-card:nth-child(4) img{width:118px;}
    .tbglobal-channel-grid .tbglobal-channel-card:nth-child(5) img{width:115px;}
    .tbglobal-channel-grid .tbglobal-channel-card:nth-child(6) img{width:128px;}
    .tbglobal-channel-grid .tbglobal-channel-card:nth-child(7) img{width:115px;}

    .tbglobal-channel-b2b span{
        font-size:21px;
    }

    .tbglobal-channel-b2b small{
        font-size:14px;
    }
}

/* =========================================================
   REMOVE WHITE BACKGROUNDS FROM RASTER CHANNEL LOGOS
   Amazon / Walmart / eBay only
   ========================================================= */

.tbglobal-channel-grid .tbglobal-channel-card:nth-child(1) img,
.tbglobal-channel-grid .tbglobal-channel-card:nth-child(2) img,
.tbglobal-channel-grid .tbglobal-channel-card:nth-child(4) img{
    mix-blend-mode:multiply;
}

/* =========================================================
   CHANNEL LOGOS — BALANCE SMALLER BRANDS UP
   Make Amazon, Walmart, Shopify and Faire visually match
   Etsy / TuBoleto / B2B more closely.
   ========================================================= */

/* Amazon */
.tbglobal-channel-grid .tbglobal-channel-card:nth-child(1) img{
    width:220px;
    max-width:220px;
    max-height:86px;
}

/* Walmart */
.tbglobal-channel-grid .tbglobal-channel-card:nth-child(2) img{
    width:210px;
    max-width:210px;
    max-height:86px;
}

/* Shopify */
.tbglobal-channel-grid .tbglobal-channel-card:nth-child(3) img{
    width:170px;
    max-width:170px;
    max-height:72px;
}

/* Faire */
.tbglobal-channel-grid .tbglobal-channel-card:nth-child(6) img{
    width:185px;
    max-width:185px;
    max-height:70px;
}

@media (max-width:767px){
    .tbglobal-channel-grid .tbglobal-channel-card:nth-child(1) img{
        width:150px;
        max-width:150px;
    }

    .tbglobal-channel-grid .tbglobal-channel-card:nth-child(2) img{
        width:145px;
        max-width:145px;
    }

    .tbglobal-channel-grid .tbglobal-channel-card:nth-child(3) img{
        width:120px;
        max-width:120px;
    }

    .tbglobal-channel-grid .tbglobal-channel-card:nth-child(6) img{
        width:130px;
        max-width:130px;
    }
}

/* =========================================================
   CHANNEL LOGOS — FINAL VISIBLE-SIZE SCALE
   Compensates for internal whitespace in source artwork
   ========================================================= */

/* Amazon */
.tbglobal-channel-grid .tbglobal-channel-card:nth-child(1) img{
    transform:scale(1.55);
    transform-origin:center;
}

/* Walmart */
.tbglobal-channel-grid .tbglobal-channel-card:nth-child(2) img{
    transform:scale(1.35);
    transform-origin:center;
}

/* Shopify */
.tbglobal-channel-grid .tbglobal-channel-card:nth-child(3) img{
    transform:scale(1.65);
    transform-origin:center;
}

/* Faire */
.tbglobal-channel-grid .tbglobal-channel-card:nth-child(6) img{
    transform:scale(1.55);
    transform-origin:center;
}

@media (max-width:767px){

    .tbglobal-channel-grid .tbglobal-channel-card:nth-child(1) img{
        transform:scale(1.30);
    }

    .tbglobal-channel-grid .tbglobal-channel-card:nth-child(2) img{
        transform:scale(1.20);
    }

    .tbglobal-channel-grid .tbglobal-channel-card:nth-child(3) img{
        transform:scale(1.35);
    }

    .tbglobal-channel-grid .tbglobal-channel-card:nth-child(6) img{
        transform:scale(1.30);
    }
}

/* =========================================================
   TUBOLETO GLOBAL — OPERATING DASHBOARD COMPONENT
   ========================================================= */

.tbops-dashboard{
    margin:42px 0 34px;
    padding:34px;
    border-radius:28px;
    background:
        radial-gradient(circle at 92% 8%,rgba(43,108,255,.20),transparent 34%),
        linear-gradient(145deg,#07182d 0%,#0b213d 58%,#102b4d 100%);
    color:#fff;
    box-shadow:0 28px 70px rgba(4,22,43,.16);
    overflow:hidden;
}

.tbops-dashboard-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:28px;
    margin-bottom:28px;
}

.tbops-dashboard-kicker{
    display:block;
    margin-bottom:9px;
    color:#79a8ff;
    font-size:13px;
    line-height:1.2;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.12em;
}

.tbops-dashboard h3{
    margin:0;
    color:#fff !important;
    font-size:30px;
    line-height:1.1;
    letter-spacing:-.03em;
}

.tbops-dashboard-head p{
    max-width:520px;
    margin:0;
    color:#bfd0e4 !important;
    font-size:16px;
    line-height:1.55;
}

.tbops-window{
    border:1px solid rgba(255,255,255,.12);
    border-radius:20px;
    background:#f7f9fc;
    overflow:hidden;
    box-shadow:0 22px 50px rgba(0,0,0,.22);
}

.tbops-window-top{
    height:42px;
    padding:0 17px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:#fff;
    border-bottom:1px solid #e5eaf1;
}

.tbops-window-dots{
    display:flex;
    gap:6px;
}

.tbops-window-dots i{
    display:block;
    width:8px;
    height:8px;
    border-radius:50%;
    background:#d3d9e2;
}

.tbops-window-title{
    color:#516176;
    font-size:12px;
    font-weight:700;
}

.tbops-metrics{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:1px;
    background:#e2e8f0;
}

.tbops-metric{
    padding:22px 20px;
    background:#fff;
}

.tbops-metric span{
    display:block;
    margin-bottom:7px;
    color:#6c7b8f;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.05em;
}

.tbops-metric strong{
    color:#07182d;
    font-size:23px;
    line-height:1.1;
}

.tbops-status-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
    padding:18px;
    background:#f7f9fc;
}

.tbops-status{
    min-height:92px;
    padding:16px;
    background:#fff;
    border:1px solid #e7ebf1;
    border-radius:14px;
}

.tbops-status b{
    display:block;
    margin-bottom:6px;
    color:#0a1c31;
    font-size:14px;
}

.tbops-status span{
    color:#6d7c90;
    font-size:13px;
    line-height:1.4;
}

.tbops-status em{
    display:inline-flex;
    margin-top:10px;
    padding:5px 8px;
    border-radius:999px;
    background:#eaf2ff;
    color:#175cd3;
    font-size:11px;
    line-height:1;
    font-style:normal;
    font-weight:800;
}

@media(max-width:900px){

    .tbops-dashboard{
        padding:26px;
        border-radius:22px;
    }

    .tbops-dashboard-head{
        display:block;
    }

    .tbops-dashboard-head p{
        margin-top:14px;
    }

    .tbops-metrics,
    .tbops-status-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:560px){

    .tbops-dashboard{
        margin:30px 0 26px;
        padding:20px;
    }

    .tbops-dashboard h3{
        font-size:25px;
    }

    .tbops-metrics,
    .tbops-status-grid{
        grid-template-columns:1fr;
    }
}

/* =========================================================
   FULFILLMENT — FULL-WIDTH OPERATING DASHBOARD
   ========================================================= */

body.page-id-8 .tbful-inventory-layout{
    grid-template-columns:1fr !important;
    gap:24px !important;
}

body.page-id-8 .tbful-inventory-layout > div:first-child{
    max-width:760px;
    margin:0 auto;
    text-align:center;
}

body.page-id-8 .tbful-inventory-image{
    width:100%;
    max-width:100%;
}

body.page-id-8 .tbful-inventory-image .tbops-dashboard{
    width:100%;
    max-width:1040px;
    margin:10px auto 0;
}

body.page-id-8 .tbful-inventory-image .tbops-dashboard-head{
    text-align:left;
}

@media(max-width:767px){

    body.page-id-8 .tbful-inventory-layout > div:first-child{
        text-align:left;
    }

    body.page-id-8 .tbful-inventory-image .tbops-dashboard{
        margin-top:4px;
    }
}

/* =========================================================
   TUBOLETO GLOBAL — COMPACT OPERATING VISIBILITY PANEL
   ========================================================= */

.tbops-compact{
    margin:32px 0 38px;
    padding:24px;
    border-radius:22px;
    background:linear-gradient(145deg,#07182d 0%,#0d294a 100%);
    box-shadow:0 20px 45px rgba(6,24,45,.13);
    color:#fff;
    text-align:left;
}

.tbops-compact-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:24px;
    margin-bottom:20px;
}

.tbops-compact-kicker{
    display:block;
    margin-bottom:7px;
    color:#79a8ff;
    font-size:11px;
    line-height:1.2;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.11em;
}

.tbops-compact h3{
    margin:0;
    color:#fff !important;
    font-size:24px;
    line-height:1.15;
    letter-spacing:-.025em;
}

.tbops-compact-head p{
    max-width:430px;
    margin:0;
    color:#bdd0e5 !important;
    font-size:14px;
    line-height:1.5;
}

.tbops-compact-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:10px;
}

.tbops-compact-item{
    padding:16px;
    border:1px solid rgba(255,255,255,.11);
    border-radius:14px;
    background:rgba(255,255,255,.065);
}

.tbops-compact-item span{
    display:block;
    margin-bottom:6px;
    color:#8fb8ff;
    font-size:11px;
    line-height:1.2;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.05em;
}

.tbops-compact-item strong{
    display:block;
    margin-bottom:5px;
    color:#fff;
    font-size:15px;
    line-height:1.3;
}

.tbops-compact-item small{
    display:block;
    color:#bfd0e3;
    font-size:12px;
    line-height:1.4;
}

@media(max-width:850px){

    .tbops-compact-head{
        display:block;
    }

    .tbops-compact-head p{
        margin-top:10px;
    }

    .tbops-compact-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:520px){

    .tbops-compact{
        padding:19px;
        border-radius:18px;
    }

    .tbops-compact-grid{
        grid-template-columns:1fr;
    }
}

/* =========================================================
   RETAIL FULFILLMENT — HERO IMAGE
   ========================================================= */

body.page-id-16 .tbretail-hero-visual{
    margin-top:22px;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 18px 44px rgba(15, 23, 42, 0.14);
    background:#ffffff;
}

body.page-id-16 .tbretail-hero-visual img{
    display:block;
    width:100%;
    height:auto;
}

@media (max-width: 991px){
    body.page-id-16 .tbretail-hero-visual{
        margin-top:18px;
    }
}

/* =========================================================
   RETAIL FULFILLMENT — LARGE HERO VISUAL
   ========================================================= */

body.page-id-16 .tbretail-hero{
    overflow:hidden;
}

body.page-id-16 .tbretail-hero-grid{
    position:relative;
    grid-template-columns:minmax(0,1.12fr) minmax(420px,.88fr);
    align-items:center;
    min-height:640px;
}

body.page-id-16 .tbretail-hero-grid > div:first-child{
    position:relative;
    z-index:3;
    padding-right:20px;
}

body.page-id-16 .tbretail-hero-visual{
    position:absolute;
    z-index:1;
    top:0;
    right:-80px;
    bottom:0;
    width:58%;
    margin:0;
    border-radius:0;
    overflow:hidden;
    box-shadow:none;
    background:transparent;
}

body.page-id-16 .tbretail-hero-visual::before{
    content:"";
    position:absolute;
    z-index:2;
    inset:0;
    background:linear-gradient(
        90deg,
        #fffafa 0%,
        rgba(255,250,250,.96) 8%,
        rgba(255,250,250,.72) 24%,
        rgba(255,250,250,.18) 48%,
        rgba(255,250,250,0) 68%
    );
    pointer-events:none;
}

body.page-id-16 .tbretail-hero-visual img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

body.page-id-16 .tbretail-hero-panel{
    position:relative;
    z-index:4;
    align-self:center;
    margin-left:auto;
    max-width:390px;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(5px);
    box-shadow:0 20px 50px rgba(15,23,42,.13);
}

@media (max-width: 991px){

    body.page-id-16 .tbretail-hero-grid{
        grid-template-columns:1fr;
        min-height:auto;
    }

    body.page-id-16 .tbretail-hero-visual{
        position:relative;
        top:auto;
        right:auto;
        bottom:auto;
        width:100%;
        height:360px;
        order:3;
        margin-top:25px;
        border-radius:18px;
    }

    body.page-id-16 .tbretail-hero-visual::before{
        display:none;
    }

    body.page-id-16 .tbretail-hero-panel{
        max-width:none;
        width:100%;
    }
}

/* Retail hero visual balance refinement */
body.page-id-16 .tbretail-hero-visual{
    width:63%;
    right:-55px;
}

body.page-id-16 .tbretail-hero-panel{
    max-width:400px;
}

@media (max-width: 991px){
    body.page-id-16 .tbretail-hero-visual{
        width:100%;
        right:auto;
    }
}

/* =========================================================
   RETAIL FULFILLMENT — FULL BLEED HERO
   ========================================================= */

body.page-id-16 .tbretail-hero{
    position:relative;
    width:100vw;
    max-width:none;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
    background:#fff;
}

body.page-id-16 .tbretail-hero .tbretail-shell{
    max-width:none;
    width:100%;
    padding-left:clamp(32px, 8vw, 170px);
    padding-right:clamp(32px, 8vw, 170px);
}

body.page-id-16 .tbretail-hero-grid{
    min-height:640px;
}

body.page-id-16 .tbretail-hero-visual{
    right:0;
    width:58%;
}

body.page-id-16 .tbretail-hero-visual::before{
    background:linear-gradient(
        90deg,
        #ffffff 0%,
        rgba(255,255,255,.98) 10%,
        rgba(255,255,255,.78) 27%,
        rgba(255,255,255,.18) 52%,
        rgba(255,255,255,0) 72%
    );
}

@media (max-width: 991px){

    body.page-id-16 .tbretail-hero{
        width:100%;
        margin-left:0;
        margin-right:0;
    }

    body.page-id-16 .tbretail-hero .tbretail-shell{
        padding-left:24px;
        padding-right:24px;
    }

    body.page-id-16 .tbretail-hero-visual{
        width:100%;
        right:auto;
    }
}

/* Retail hero — reveal more warehouse image toward center */
body.page-id-16 .tbretail-hero-visual{
    width:66%;
    right:0;
}

body.page-id-16 .tbretail-hero-visual::before{
    background:linear-gradient(
        90deg,
        #ffffff 0%,
        rgba(255,255,255,.98) 7%,
        rgba(255,255,255,.78) 18%,
        rgba(255,255,255,.36) 34%,
        rgba(255,255,255,.08) 48%,
        rgba(255,255,255,0) 60%
    );
}

@media (max-width: 991px){
    body.page-id-16 .tbretail-hero-visual{
        width:100%;
        right:auto;
    }
}

/* Retail hero — show a little more warehouse image */
body.page-id-16 .tbretail-hero-visual{
    width:72%;
    right:0;
}

body.page-id-16 .tbretail-hero-visual::before{
    background:linear-gradient(
        90deg,
        #ffffff 0%,
        rgba(255,255,255,.96) 5%,
        rgba(255,255,255,.68) 15%,
        rgba(255,255,255,.28) 28%,
        rgba(255,255,255,.06) 40%,
        rgba(255,255,255,0) 52%
    );
}

@media (max-width: 991px){
    body.page-id-16 .tbretail-hero-visual{
        width:100%;
    }
}

/* Retail hero — show a bit more warehouse image */
body.page-id-16 .tbretail-hero-visual{
    width:76%;
    right:0;
}

body.page-id-16 .tbretail-hero-visual::before{
    background:linear-gradient(
        90deg,
        #ffffff 0%,
        rgba(255,255,255,.95) 4%,
        rgba(255,255,255,.62) 12%,
        rgba(255,255,255,.24) 23%,
        rgba(255,255,255,.05) 34%,
        rgba(255,255,255,0) 46%
    );
}

@media (max-width: 991px){
    body.page-id-16 .tbretail-hero-visual{
        width:100%;
    }
}

/* Retail hero — show even more warehouse image */
body.page-id-16 .tbretail-hero-visual{
    width:80%;
    right:0;
}

body.page-id-16 .tbretail-hero-visual::before{
    background:linear-gradient(
        90deg,
        #ffffff 0%,
        rgba(255,255,255,.94) 3%,
        rgba(255,255,255,.56) 10%,
        rgba(255,255,255,.20) 20%,
        rgba(255,255,255,.04) 30%,
        rgba(255,255,255,0) 42%
    );
}

@media (max-width: 991px){
    body.page-id-16 .tbretail-hero-visual{
        width:100%;
    }
}

/* === HOMEPAGE FINAL QA — STICKY HEADER + DASHBOARD === */
/* 2026-08-21 */

/* Keep anchored sections visible below the sticky header */
#platform,
#services,
#channels,
#dashboard,
#start{
  scroll-margin-top:100px;
}

/* Present the operating dashboard straight-on */
.tbglobal-browser{
  transform:none;
}

@media(max-width:680px){
  #platform,
  #services,
  #channels,
  #dashboard,
  #start{
    scroll-margin-top:84px;
  }
}

/* === WORDPRESS ADMIN BAR + HOMEPAGE QA FINAL === */

/* Logged-in users: keep sticky site header below WP admin bar */
body.admin-bar .tbglobal-header{
  top:32px;
}

/* Dashboard must render completely flat */
.tbglobal-dashboard .tbglobal-browser{
  transform:none !important;
  perspective:none !important;
}

@media(max-width:782px){
  body.admin-bar .tbglobal-header{
    top:46px;
  }
}


/* === PAGE 50 — COMMERCE OPERATIONS PLATFORM === */
.tbsaas{
  --navy:#10233f;
  --blue:#1967d2;
  --light:#f5f8fc;
  --line:#dfe7f1;
  --text:#25364d;
  --muted:#64748b;
  --white:#fff;
  font-family:inherit;
  color:var(--text);
}

.tbsaas *{
  box-sizing:border-box;
}

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

.tbsaas-section{
  padding:88px 0;
}

.tbsaas-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 18px;
  padding:7px 12px;
  border:1px solid rgba(25,103,210,.2);
  border-radius:999px;
  background:#eef5ff;
  color:var(--blue);
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.tbsaas-hero{
  position:relative;
  overflow:hidden;
  padding:108px 0 100px;
  background:
    radial-gradient(circle at 88% 12%,rgba(25,103,210,.18),transparent 32%),
    linear-gradient(135deg,#f7faff 0%,#ffffff 56%,#edf5ff 100%);
}

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

.tbsaas h1{
  margin:0 0 24px;
  color:var(--navy);
  font-size:clamp(46px,6vw,76px);
  line-height:.98;
  letter-spacing:-.045em;
  max-width:800px;
}

.tbsaas-lead{
  margin:0;
  max-width:760px;
  color:#475569;
  font-size:20px;
  line-height:1.72;
}

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

.tbsaas-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 24px;
  border-radius:10px;
  font-weight:800;
  text-decoration:none!important;
}

.tbsaas-btn-primary{
  background:var(--blue);
  color:#fff!important;
}

.tbsaas-btn-secondary{
  border:1px solid #cbd8ea;
  background:#fff;
  color:var(--navy)!important;
}

.tbsaas-console{
  overflow:hidden;
  border:1px solid #d9e4f1;
  border-radius:24px;
  background:#fff;
  box-shadow:0 30px 70px rgba(28,55,90,.16);
}

.tbsaas-console-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:15px 18px;
  border-bottom:1px solid #edf1f6;
  background:#fbfcfe;
}

.tbsaas-dots{
  display:flex;
  gap:6px;
}

.tbsaas-dot{
  width:9px;
  height:9px;
  border-radius:50%;
  background:#cbd5e1;
}

.tbsaas-console-title{
  font-size:12px;
  font-weight:800;
  color:#64748b;
}

.tbsaas-console-body{
  padding:22px;
}

.tbsaas-kpis{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-bottom:16px;
}

.tbsaas-kpi{
  padding:16px;
  border:1px solid #e5ebf3;
  border-radius:13px;
  background:#fff;
}

.tbsaas-kpi strong{
  display:block;
  color:var(--navy);
  font-size:24px;
}

.tbsaas-kpi span{
  color:#75839a;
  font-size:11px;
}

.tbsaas-flow{
  display:grid;
  gap:9px;
}

.tbsaas-flow-row{
  display:grid;
  grid-template-columns:34px 1fr auto;
  gap:12px;
  align-items:center;
  padding:12px 13px;
  border-radius:12px;
  background:#f6f9fd;
}

.tbsaas-flow-icon{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:9px;
  background:#e7f0ff;
  color:var(--blue);
  font-weight:900;
}

.tbsaas-flow-row strong{
  display:block;
  color:var(--navy);
  font-size:13px;
}

.tbsaas-flow-row small{
  color:#77859a;
}

.tbsaas-status{
  padding:5px 8px;
  border-radius:999px;
  background:#eaf8ef;
  color:#267445;
  font-size:10px;
  font-weight:800;
}

.tbsaas-title{
  margin:0 auto 18px;
  max-width:840px;
  color:var(--navy);
  text-align:center;
  font-size:clamp(34px,4vw,50px);
  line-height:1.08;
  letter-spacing:-.035em;
}

.tbsaas-subtitle{
  margin:0 auto 46px;
  max-width:820px;
  color:var(--muted);
  text-align:center;
  font-size:18px;
  line-height:1.7;
}

.tbsaas-capabilities{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.tbsaas-card{
  min-height:210px;
  padding:28px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 34px rgba(15,35,63,.055);
}

.tbsaas-card-icon{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  margin-bottom:20px;
  border-radius:13px;
  background:#edf4ff;
  color:var(--blue);
  font-size:21px;
  font-weight:900;
}

.tbsaas-card h3{
  margin:0 0 10px;
  color:var(--navy);
  font-size:20px;
}

.tbsaas-card p{
  margin:0;
  color:var(--muted);
  line-height:1.65;
}

.tbsaas-integrations{
  background:var(--navy);
  color:#fff;
}

.tbsaas-integrations .tbsaas-title{
  color:#fff;
}

.tbsaas-integrations .tbsaas-subtitle{
  color:#c5d2e2;
}

.tbsaas-group{
  margin-top:34px;
}

.tbsaas-group h3{
  margin:0 0 16px;
  color:#fff;
  font-size:16px;
  text-align:center;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.tbsaas-logos{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
}

.tbsaas-logo{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:150px;
  min-height:64px;
  padding:13px 20px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:12px;
  background:rgba(255,255,255,.075);
  color:#fff;
  font-size:16px;
  font-weight:800;
  text-align:center;
}

.tbsaas-more{
  margin:30px auto 0;
  max-width:760px;
  color:#b9c8da;
  text-align:center;
  line-height:1.7;
}

.tbsaas-how{
  background:var(--light);
}

.tbsaas-steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.tbsaas-step{
  position:relative;
  padding:27px 24px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
}

.tbsaas-step-num{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  margin-bottom:18px;
  border-radius:50%;
  background:var(--blue);
  color:#fff;
  font-weight:900;
}

.tbsaas-step h3{
  margin:0 0 8px;
  color:var(--navy);
}

.tbsaas-step p{
  margin:0;
  color:var(--muted);
  line-height:1.6;
}

.tbsaas-modular-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  align-items:stretch;
}

.tbsaas-plan{
  padding:34px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
}

.tbsaas-plan-featured{
  border-color:#b8d2f8;
  background:#f5f9ff;
}

.tbsaas-plan h3{
  margin:0 0 12px;
  color:var(--navy);
  font-size:26px;
}

.tbsaas-plan p{
  color:var(--muted);
  line-height:1.65;
}

.tbsaas-plan ul{
  margin:22px 0 0;
  padding-left:20px;
}

.tbsaas-plan li{
  margin:10px 0;
  color:#41526a;
}

.tbsaas-bridge{
  padding:38px;
  border-radius:22px;
  background:linear-gradient(135deg,#10233f,#173d71);
  color:#fff;
}

.tbsaas-bridge h2{
  margin:0 0 12px;
  color:#fff;
  font-size:34px;
}

.tbsaas-bridge p{
  margin:0;
  max-width:760px;
  color:#d3deeb;
  line-height:1.7;
}

.tbsaas-form{
  background:#f7f9fc;
}

.tbsaas-formbox{
  max-width:900px;
  margin:0 auto;
  padding:38px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  box-shadow:0 20px 50px rgba(15,35,63,.07);
}

@media(max-width:960px){
  .tbsaas-hero-grid{
    grid-template-columns:1fr;
  }

  .tbsaas-capabilities{
    grid-template-columns:repeat(2,1fr);
  }

  .tbsaas-steps{
    grid-template-columns:repeat(2,1fr);
  }
}

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

  .tbsaas-section{
    padding:64px 0;
  }

  .tbsaas-hero{
    padding:72px 0 68px;
  }

  .tbsaas h1{
    font-size:44px;
  }

  .tbsaas-lead{
    font-size:18px;
  }

  .tbsaas-capabilities,
  .tbsaas-steps,
  .tbsaas-modular-grid{
    grid-template-columns:1fr;
  }

  .tbsaas-kpis{
    grid-template-columns:1fr;
  }

  .tbsaas-logo{
    min-width:calc(50% - 8px);
    flex:1 1 calc(50% - 8px);
  }

  .tbsaas-formbox{
    padding:24px 18px;
  }
}

.tbsaas-hero-image{
  display:flex;
  align-items:center;
  justify-content:center;
}

.tbsaas-hero-image img{
  display:block;
  width:100%;
  max-width:760px;
  height:auto;
  border-radius:22px;
  box-shadow:0 30px 70px rgba(15,35,63,.20);
}

@media(max-width:960px){
  .tbsaas-hero-image img{
    max-width:820px;
  }
}
/* === END PAGE 50 — COMMERCE OPERATIONS PLATFORM === */

/* === PAGE 50 FINAL QA + LOGO GRID === */
/* 2026-08-22 */

.page-id-50 .tbsaas-hero{
  padding:72px 0 56px !important;
}

.page-id-50 .tbsaas-hero-grid{
  align-items:center !important;
  gap:36px !important;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr) !important;
}

.page-id-50 .tbsaas-lead{
  max-width:720px !important;
}

.page-id-50 .tbsaas-actions{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:18px !important;
  margin-top:28px !important;
}

.page-id-50 .tbsaas-btn{
  min-width:260px !important;
  min-height:64px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
}

.page-id-50 .tbsaas-hero-image{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.page-id-50 .tbsaas-hero-image img{
  display:block !important;
  width:min(100%,560px) !important;
  height:auto !important;
  margin:0 auto !important;
}

.page-id-50 .tbsaas hr,
.page-id-50 .tbsaas .wp-block-separator{
  display:none !important;
}

.page-id-50 .tbsaas-logo-grid,
.page-id-50 .tbsaas-logo-row{
  justify-content:center !important;
  align-items:center !important;
}

.page-id-50 .tbsaas-logo{
  min-width:190px !important;
  min-height:90px !important;
  padding:16px 18px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.page-id-50 .tbsaas-logo img{
  display:block !important;
  width:auto !important;
  height:34px !important;
  max-width:150px !important;
  max-height:40px !important;
  object-fit:contain !important;
  margin:0 auto !important;
}

.page-id-50 .tbsaas-logo.tbsaas-logo-amazon img{
  height:28px !important;
  max-width:120px !important;
}

.page-id-50 .tbsaas-logo.tbsaas-logo-walmart img{
  height:30px !important;
  max-width:130px !important;
}

.page-id-50 .tbsaas-logo.tbsaas-logo-shopify img{
  height:30px !important;
  max-width:120px !important;
}

.page-id-50 .tbsaas-logo.tbsaas-logo-ebay img{
  height:34px !important;
  max-width:100px !important;
}

.page-id-50 .tbsaas-logo.tbsaas-logo-etsy img{
  height:34px !important;
  max-width:105px !important;
}

.page-id-50 .tbsaas-logo.tbsaas-logo-faire img{
  height:24px !important;
  max-width:110px !important;
}

.page-id-50 .tbsaas-logo.tbsaas-logo-tuboleto img{
  height:36px !important;
  max-width:170px !important;
}

.page-id-50 .tbsaas-logo.tbsaas-logo-wordmark span,
.page-id-50 .tbsaas-logo.tbsaas-logo-placeholder span{
  font-size:17px !important;
  font-weight:800 !important;
  line-height:1.2 !important;
  text-align:center !important;
  color:#ffffff !important;
}

.page-id-50 .tbsaas-logo.tbsaas-logo-placeholder{
  border-style:dashed !important;
}

@media(max-width:960px){
  .page-id-50 .tbsaas-hero{
    padding:62px 0 42px !important;
  }

  .page-id-50 .tbsaas-hero-grid{
    grid-template-columns:1fr !important;
    gap:28px !important;
  }

  .page-id-50 .tbsaas-btn{
    min-width:220px !important;
    min-height:58px !important;
  }
}

@media(max-width:680px){
  .page-id-50 .tbsaas-actions{
    gap:14px !important;
  }

  .page-id-50 .tbsaas-btn{
    width:100% !important;
    min-width:0 !important;
  }

  .page-id-50 .tbsaas-logo{
    min-width:0 !important;
    width:100% !important;
  }
}

/* === END PAGE 50 FINAL QA + LOGO GRID === */

/* === PAGE 50 INTEGRATION LOGO CALIBRATION === */

.page-id-50 .tbsaas-logo-woocommerce img{
  height:34px !important;
  max-width:145px !important;
}

.page-id-50 .tbsaas-logo-bigcommerce img{
  height:32px !important;
  max-width:150px !important;
}

.page-id-50 .tbsaas-logo-magento img{
  height:38px !important;
  max-width:145px !important;
}

.page-id-50 .tbsaas-logo-wix img{
  height:32px !important;
  max-width:120px !important;
}

.page-id-50 .tbsaas-logo-bestbuy img{
  height:46px !important;
  max-width:105px !important;
  object-fit:contain !important;
}

.page-id-50 .tbsaas-logo-indigo img{
  height:34px !important;
  max-width:135px !important;
}

.page-id-50 .tbsaas-logo-placeholder{
  border-style:solid !important;
}

/* === END PAGE 50 INTEGRATION LOGO CALIBRATION === */

/* === PAGE 50 HERO + WHITE LOGO CARDS FINAL POLISH === */
/* 2026-08-22 */

/* HERO */
.page-id-50 .tbsaas-hero{
  padding-top:72px !important;
  padding-bottom:52px !important;
}

.page-id-50 .tbsaas-hero-grid{
  grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr) !important;
  gap:42px !important;
  align-items:center !important;
}

.page-id-50 .tbsaas-hero-grid > div:first-child{
  min-width:0 !important;
}

.page-id-50 .tbsaas h1{
  max-width:760px !important;
  font-size:clamp(48px,5.1vw,72px) !important;
  line-height:1.02 !important;
}

.page-id-50 .tbsaas-lead{
  max-width:760px !important;
  font-size:19px !important;
  line-height:1.62 !important;
}

/* IDENTICAL CTA BUTTONS */
.page-id-50 .tbsaas-actions{
  display:flex !important;
  align-items:stretch !important;
  gap:20px !important;
  margin-top:30px !important;
}

.page-id-50 .tbsaas-actions .tbsaas-btn{
  width:300px !important;
  min-width:300px !important;
  max-width:300px !important;
  height:64px !important;
  min-height:64px !important;
  padding:0 20px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  line-height:1 !important;
  text-align:center !important;
}

/* HERO IMAGE */
.page-id-50 .tbsaas-hero-image img{
  width:100% !important;
  max-width:610px !important;
  height:auto !important;
}


/* INTEGRATION CARDS — WHITE */
.page-id-50 .tbsaas-integrations .tbsaas-logo{
  background:#ffffff !important;
  border:1px solid #dce5f0 !important;
  box-shadow:0 8px 22px rgba(0,0,0,.08) !important;
  min-height:96px !important;
  border-radius:14px !important;
}

/* Text-only internal capabilities */
.page-id-50 .tbsaas-integrations .tbsaas-logo:not(:has(img)){
  color:#10233f !important;
}

.page-id-50 .tbsaas-integrations .tbsaas-logo:not(:has(img)) span{
  color:#10233f !important;
}

/* Normalize real logos */
.page-id-50 .tbsaas-integrations .tbsaas-logo img{
  width:auto !important;
  max-width:150px !important;
  max-height:48px !important;
  object-fit:contain !important;
}

/* Brand-specific visual normalization */
.page-id-50 .tbsaas-logo-amazon img{
  max-width:125px !important;
  max-height:38px !important;
}

.page-id-50 .tbsaas-logo-walmart img{
  max-width:135px !important;
  max-height:40px !important;
}

.page-id-50 .tbsaas-logo-ebay img{
  max-width:105px !important;
  max-height:42px !important;
}

.page-id-50 .tbsaas-logo-etsy img{
  max-width:105px !important;
  max-height:42px !important;
}

.page-id-50 .tbsaas-logo-faire img{
  max-width:120px !important;
  max-height:34px !important;
}

.page-id-50 .tbsaas-logo-shopify img{
  max-width:135px !important;
  max-height:42px !important;
}

.page-id-50 .tbsaas-logo-woocommerce img{
  max-width:145px !important;
  max-height:46px !important;
}

.page-id-50 .tbsaas-logo-bigcommerce img{
  max-width:155px !important;
  max-height:46px !important;
}

.page-id-50 .tbsaas-logo-magento img{
  max-width:145px !important;
  max-height:48px !important;
}

.page-id-50 .tbsaas-logo-wix img{
  max-width:145px !important;
  max-height:44px !important;
}

.page-id-50 .tbsaas-logo-bestbuy img{
  max-width:105px !important;
  max-height:54px !important;
}

.page-id-50 .tbsaas-logo-indigo img{
  max-width:140px !important;
  max-height:44px !important;
}


/* MOBILE */
@media(max-width:960px){

  .page-id-50 .tbsaas-hero-grid{
    grid-template-columns:1fr !important;
  }

  .page-id-50 .tbsaas-actions .tbsaas-btn{
    width:260px !important;
    min-width:260px !important;
    max-width:260px !important;
  }
}

@media(max-width:680px){

  .page-id-50 .tbsaas h1{
    font-size:44px !important;
  }

  .page-id-50 .tbsaas-actions{
    flex-direction:column !important;
  }

  .page-id-50 .tbsaas-actions .tbsaas-btn{
    width:100% !important;
    min-width:100% !important;
    max-width:100% !important;
  }
}

/* === END PAGE 50 HERO + WHITE LOGO CARDS FINAL POLISH === */

/* === PAGE 50 FINAL BUTTON + LOGO NORMALIZATION === */
/* 2026-08-22 */

/* HERO COPY */
.page-id-50 .tbsaas-lead{
  max-width:790px !important;
  font-size:18px !important;
  line-height:1.58 !important;
}

/* FORCE BOTH BUTTONS BESIDE EACH OTHER ON DESKTOP */
.page-id-50 .tbsaas-actions{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  gap:18px !important;
  width:max-content !important;
  max-width:100% !important;
}

.page-id-50 .tbsaas-actions .tbsaas-btn{
  flex:0 0 280px !important;
  width:280px !important;
  min-width:280px !important;
  max-width:280px !important;
  height:64px !important;
  min-height:64px !important;
  margin:0 !important;
  padding:0 18px !important;
}

/* ALL INTEGRATION CARDS — IDENTICAL */
.page-id-50 .tbsaas-integrations .tbsaas-logo{
  width:220px !important;
  min-width:220px !important;
  max-width:220px !important;
  height:112px !important;
  min-height:112px !important;
  max-height:112px !important;
  padding:18px !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  background:#fff !important;
  border:1px solid #dce5f0 !important;
  border-radius:14px !important;

  overflow:hidden !important;
}

/*
 * IMPORTANT:
 * Equal raw image dimensions do NOT produce equal perceived logo sizes.
 * These brand-specific scales compensate for whitespace inside each source.
 */
.page-id-50 .tbsaas-integrations .tbsaas-logo img{
  display:block !important;
  width:135px !important;
  height:48px !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:contain !important;
  margin:0 auto !important;
  transform-origin:center center !important;
}

/* MARKETPLACES */

.page-id-50 .tbsaas-logo-amazon img{
  transform:scale(1.16) !important;
}

.page-id-50 .tbsaas-logo-walmart img{
  transform:scale(1.12) !important;
}

.page-id-50 .tbsaas-logo-ebay img{
  transform:scale(1.28) !important;
}

.page-id-50 .tbsaas-logo-etsy img{
  transform:scale(1.22) !important;
}

.page-id-50 .tbsaas-logo-faire img{
  transform:scale(1.25) !important;
}

.page-id-50 .tbsaas-logo-tuboleto img{
  transform:scale(1.18) !important;
}


/* ECOMMERCE */

/* Source canvas contains lots of whitespace */
.page-id-50 .tbsaas-logo-shopify img{
  transform:scale(2.35) !important;
}

.page-id-50 .tbsaas-logo-woocommerce img{
  transform:scale(1.30) !important;
}

.page-id-50 .tbsaas-logo-bigcommerce img{
  transform:scale(1.18) !important;
}

/* Source canvas contains significant whitespace */
.page-id-50 .tbsaas-logo-magento img{
  transform:scale(2.10) !important;
}

.page-id-50 .tbsaas-logo-wix img{
  transform:scale(1.22) !important;
}


/* B2B / RETAIL */

.page-id-50 .tbsaas-logo-bestbuy img{
  transform:scale(1.18) !important;
}

.page-id-50 .tbsaas-logo-indigo img{
  transform:scale(1.25) !important;
}

.page-id-50 .tbsaas-integrations .tbsaas-logo:not(:has(img)){
  font-size:18px !important;
  font-weight:800 !important;
  color:#10233f !important;
}


/* TABLET */
@media(max-width:960px){

  .page-id-50 .tbsaas-actions{
    flex-wrap:wrap !important;
    width:100% !important;
  }

  .page-id-50 .tbsaas-actions .tbsaas-btn{
    flex:0 0 260px !important;
    width:260px !important;
    min-width:260px !important;
    max-width:260px !important;
  }
}


/* MOBILE */
@media(max-width:680px){

  .page-id-50 .tbsaas-actions{
    flex-direction:column !important;
    align-items:stretch !important;
  }

  .page-id-50 .tbsaas-actions .tbsaas-btn{
    flex:0 0 auto !important;
    width:100% !important;
    min-width:100% !important;
    max-width:100% !important;
  }

  .page-id-50 .tbsaas-integrations .tbsaas-logo{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
  }
}

/* === END PAGE 50 FINAL BUTTON + LOGO NORMALIZATION === */

/* =========================================================
   PAGE 50 — FINAL LOGO VISUAL NORMALIZATION
   Makes all logo cards visually consistent
   ========================================================= */

.tbsaas-logo{
  min-height:140px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:22px !important;
  overflow:hidden !important;
}

.tbsaas-logo img{
  display:block !important;
  width:auto !important;
  height:auto !important;
  max-width:170px !important;
  max-height:54px !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:scale(var(--tbsaas-logo-scale,1)) !important;
  transform-origin:center center !important;
}

/* default text cards if no image */
.tbsaas-logo span{
  display:block !important;
  text-align:center !important;
}

/* ---------- marketplace calibration ---------- */
.tbsaas-logo-amazon img{
  --tbsaas-logo-scale:1.55;
}

.tbsaas-logo-walmart img{
  --tbsaas-logo-scale:1.22;
}

.tbsaas-logo-ebay img{
  --tbsaas-logo-scale:1.28;
}

.tbsaas-logo-etsy img{
  --tbsaas-logo-scale:1.26;
}

.tbsaas-logo-faire img{
  --tbsaas-logo-scale:1.16;
}

.tbsaas-logo-tuboleto img{
  --tbsaas-logo-scale:1.18;
}

/* ---------- ecommerce calibration ---------- */
.tbsaas-logo-shopify img{
  --tbsaas-logo-scale:1.42;
}

.tbsaas-logo-woocommerce img{
  --tbsaas-logo-scale:1.32;
}

.tbsaas-logo-bigcommerce img{
  --tbsaas-logo-scale:1.24;
}

.tbsaas-logo-magento img{
  --tbsaas-logo-scale:1.28;
}

.tbsaas-logo-wix img{
  --tbsaas-logo-scale:1.22;
}

/* ---------- b2b / retail calibration ---------- */
.tbsaas-logo-bestbuy img{
  --tbsaas-logo-scale:1.18;
}

.tbsaas-logo-indigo img{
  --tbsaas-logo-scale:1.12;
}

/* mobile */
@media(max-width:760px){
  .tbsaas-logo{
    min-height:120px !important;
    padding:18px !important;
  }

  .tbsaas-logo img{
    max-width:150px !important;
    max-height:48px !important;
  }

  .tbsaas-logo-amazon img{ --tbsaas-logo-scale:1.45; }
  .tbsaas-logo-shopify img{ --tbsaas-logo-scale:1.34; }
  .tbsaas-logo-woocommerce img{ --tbsaas-logo-scale:1.24; }
  .tbsaas-logo-magento img{ --tbsaas-logo-scale:1.22; }
  .tbsaas-logo-wix img{ --tbsaas-logo-scale:1.16; }
}


/* === PAGE 50 LOGO MICRO-CALIBRATION === */

/* bigger */
.page-id-50 .tbsaas-logo-amazon img{
  transform:scale(1.95) !important;
}

.page-id-50 .tbsaas-logo-walmart img{
  transform:scale(1.48) !important;
}

.page-id-50 .tbsaas-logo-faire img{
  transform:scale(1.48) !important;
}

/* smaller */
.page-id-50 .tbsaas-logo-woocommerce img{
  transform:scale(1.10) !important;
}

.page-id-50 .tbsaas-logo-wix img{
  transform:scale(1.02) !important;
}

.page-id-50 .tbsaas-logo-indigo img{
  transform:scale(.95) !important;
}

/* === END PAGE 50 LOGO MICRO-CALIBRATION === */

/* === PAGE 50 LOGO MICRO-CALIBRATION V2 === */

/* BIGGER */
.page-id-50 .tbsaas-logo-amazon img{
  transform:scale(2.30) !important;
}

.page-id-50 .tbsaas-logo-walmart img{
  transform:scale(1.72) !important;
}

.page-id-50 .tbsaas-logo-faire img{
  transform:scale(1.78) !important;
}

/* SMALLER */
.page-id-50 .tbsaas-logo-woocommerce img{
  transform:scale(.92) !important;
}

.page-id-50 .tbsaas-logo-wix img{
  transform:scale(.86) !important;
}

.page-id-50 .tbsaas-logo-indigo img{
  transform:scale(.80) !important;
}

/* === END PAGE 50 LOGO MICRO-CALIBRATION V2 === */

/* === PAGE 50 LOGO MICRO-CALIBRATION V3 === */

/* A BIT BIGGER */
.page-id-50 .tbsaas-logo-amazon img{
  transform:scale(2.48) !important;
}

.page-id-50 .tbsaas-logo-walmart img{
  transform:scale(1.84) !important;
}

.page-id-50 .tbsaas-logo-faire img{
  transform:scale(1.92) !important;
}

/* A BIT SMALLER */
.page-id-50 .tbsaas-logo-woocommerce img{
  transform:scale(.84) !important;
}

.page-id-50 .tbsaas-logo-wix img{
  transform:scale(.78) !important;
}

.page-id-50 .tbsaas-logo-indigo img{
  transform:scale(.72) !important;
}

/* === END PAGE 50 LOGO MICRO-CALIBRATION V3 === */

/* === PAGE 50 LOGO MICRO-CALIBRATION V4 === */

.page-id-50 .tbsaas-logo-wix img{
  transform:scale(.72) !important;
}

.page-id-50 .tbsaas-logo-indigo img{
  transform:scale(.66) !important;
}

/* === END PAGE 50 LOGO MICRO-CALIBRATION V4 === */

/* === PAGE 50 LOGO MICRO-CALIBRATION V5 === */

.page-id-50 .tbsaas-logo-wix img{
  transform:scale(.66) !important;
}

.page-id-50 .tbsaas-logo-indigo img{
  transform:scale(.60) !important;
}

/* === END PAGE 50 LOGO MICRO-CALIBRATION V5 === */

/* === PAGE 50 LEAD FORM SUBMIT BUTTON === */

.page-id-50 .tbsaas-formbox input[type="submit"],
.page-id-50 .tbsaas-formbox button[type="submit"]{
  width:100% !important;
  min-height:56px !important;
  padding:14px 24px !important;
  border:0 !important;
  border-radius:10px !important;
  background:#1967d2 !important;
  color:#ffffff !important;
  font-size:16px !important;
  font-weight:800 !important;
  line-height:1.2 !important;
  cursor:pointer !important;
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease !important;
}

.page-id-50 .tbsaas-formbox input[type="submit"]:hover,
.page-id-50 .tbsaas-formbox button[type="submit"]:hover{
  background:#1458b8 !important;
  box-shadow:0 8px 20px rgba(25,103,210,.22) !important;
  transform:translateY(-1px) !important;
}

/* === END PAGE 50 LEAD FORM SUBMIT BUTTON === */

/* === HOMEPAGE COMMERCE PLATFORM CTA === */
.tbglobal-platform-cta{
  display:flex;
  justify-content:center;
  margin-top:34px;
}

.tbglobal-platform-cta .tbglobal-btn{
  min-width:320px;
  text-align:center;
}

@media(max-width:680px){
  .tbglobal-platform-cta .tbglobal-btn{
    width:100%;
    min-width:0;
  }
}
/* === END HOMEPAGE COMMERCE PLATFORM CTA === */

/* === SHARED ENGLISH LEAD FORM — SUBMIT BUTTON === */

.tb-custom-lead-form form > .tb-btn[type="submit"]{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  width:100% !important;
  min-height:56px !important;
  margin-top:20px !important;
  padding:14px 24px !important;

  border:0 !important;
  border-radius:10px !important;

  background:#1967d2 !important;
  color:#ffffff !important;

  font-size:16px !important;
  font-weight:800 !important;
  line-height:1.2 !important;
  text-align:center !important;

  cursor:pointer !important;
  appearance:none !important;
  -webkit-appearance:none !important;

  box-shadow:none !important;
  transition:
    background .15s ease,
    box-shadow .15s ease,
    transform .15s ease !important;
}

.tb-custom-lead-form form > .tb-btn[type="submit"]:hover,
.tb-custom-lead-form form > .tb-btn[type="submit"]:focus{
  background:#1458b8 !important;
  color:#ffffff !important;
  box-shadow:0 8px 20px rgba(25,103,210,.22) !important;
  transform:translateY(-1px) !important;
}

/* === END SHARED ENGLISH LEAD FORM — SUBMIT BUTTON === */

/* === PAGE 58 — PRODUCT ASSESSMENT VISUAL === */

.page-id-58 .entry-header,
.page-id-58 .page-header{
  display:none!important;
}

.page-id-58 .site-main,
.page-id-58 .entry-content{
  margin:0!important;
  padding:0!important;
  max-width:none!important;
}

/* HERO */

.tbpa-hero{
  position:relative;
  min-height:500px;
  overflow:hidden;
  background:#eef6ff;
}

.tbpa-hero-bg{
  position:absolute;
  inset:0;
  background-image:url('https://tuboleto.ca/wp-content/uploads/2026/08/canada.png');
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}

.tbpa-hero-bg::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    90deg,
    rgba(248,251,255,.99) 0%,
    rgba(248,251,255,.97) 34%,
    rgba(248,251,255,.62) 55%,
    rgba(248,251,255,.05) 80%
  );
}

.tbpa-hero-inner{
  position:relative;
  z-index:2;
  min-height:500px;
  display:flex;
  align-items:center;
}

.tbpa-hero-copy{
  width:min(620px,56%);
  padding:70px 0;
}

.tbpa-hero-copy h1{
  margin:12px 0 20px;
  font-size:clamp(42px,5vw,68px);
  line-height:1.02;
  letter-spacing:-2.5px;
  color:#071a34;
}

.tbpa-hero-copy p{
  max-width:580px;
  margin:0;
  font-size:18px;
  line-height:1.7;
  color:#46566d;
}

/* SECTION HEADINGS */

.tbpa-section-head{
  max-width:900px;
  margin:0 auto 38px;
  text-align:center;
}

.tbpa-section-head h2{
  margin:8px 0 12px;
  font-size:clamp(32px,4vw,46px);
  line-height:1.08;
  letter-spacing:-1.4px;
  color:#071a34;
}

.tbpa-section-head p{
  max-width:720px;
  margin:0 auto;
  font-size:17px;
  line-height:1.65;
  color:#66758a;
}

/* BENEFIT CARDS */

.tbpa-benefits{
  padding:72px 0 78px;
  background:#fff;
}

.tbpa-benefit-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:14px;
}

.tbpa-benefit-card{
  min-height:260px;
  padding:28px 18px 24px;
  border:1px solid #dce5ef;
  border-radius:14px;
  background:#fff;
  text-align:center;
  box-shadow:0 8px 30px rgba(17,47,83,.04);
}

.tbpa-icon{
  width:58px;
  height:58px;
  margin:0 auto 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#1769df;
  font-size:30px;
  font-weight:900;
}

.tbpa-benefit-card h3{
  margin:0 0 12px;
  font-size:17px;
  line-height:1.25;
  color:#071a34;
}

.tbpa-benefit-card p{
  margin:0;
  font-size:14px;
  line-height:1.65;
  color:#4e5e74;
}

/* FORM AREA */

.tbpa-intake-section{
  padding:72px 0 86px;
  background:#fbfdff;
}

.page-id-58 .tb-assessment{
  max-width:none;
  margin:0;
  padding:0;
}

.page-id-58 .tb-assessment-head{
  display:none;
}

.page-id-58 .tb-assessment-form{
  max-width:1180px;
  margin:0 auto;
  padding:38px;
  background:#fff;
  border:1px solid #dce5ef;
  border-radius:18px;
  box-shadow:0 18px 50px rgba(20,55,90,.06);
}

.page-id-58 .tb-assessment-grid{
  gap:15px;
}

.page-id-58 .tb-assessment input[type="text"],
.page-id-58 .tb-assessment input[type="email"],
.page-id-58 .tb-assessment input[type="tel"],
.page-id-58 .tb-assessment input[type="url"],
.page-id-58 .tb-assessment input[type="number"],
.page-id-58 .tb-assessment input[type="file"],
.page-id-58 .tb-assessment select,
.page-id-58 .tb-assessment textarea{
  min-height:47px;
  border:1px solid #dbe3ed;
  border-radius:8px;
  background:#fff;
}

.page-id-58 .tb-assessment-submit{
  min-height:58px;
  border-radius:8px;
  background:#1769d9;
  font-size:16px;
}

.page-id-58 .tb-assessment-submit:hover{
  background:#0e58bd;
}

@media(max-width:1100px){
  .tbpa-benefit-grid{
    grid-template-columns:repeat(3,1fr);
  }
}

@media(max-width:760px){
  .tbpa-hero{
    min-height:620px;
  }

  .tbpa-hero-inner{
    min-height:620px;
    align-items:flex-start;
  }

  .tbpa-hero-copy{
    width:100%;
    padding:58px 0;
  }

  .tbpa-hero-copy h1{
    font-size:42px;
    letter-spacing:-1.6px;
  }

  .tbpa-hero-bg::after{
    background:linear-gradient(
      180deg,
      rgba(248,251,255,.99) 0%,
      rgba(248,251,255,.94) 55%,
      rgba(248,251,255,.20) 100%
    );
  }

  .tbpa-benefit-grid{
    grid-template-columns:1fr;
  }

  .tbpa-benefit-card{
    min-height:0;
  }

  .page-id-58 .tb-assessment-form{
    padding:24px 18px;
  }
}

/* === END PAGE 58 — PRODUCT ASSESSMENT VISUAL === */

/* === PAGE 58 — DESKTOP TWO-COLUMN INTAKE === */

@media(min-width:901px){

  .page-id-58 .tb-assessment-form{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
    column-gap:48px !important;
    align-items:start !important;
  }

  /* LEFT SIDE — Sections 1, 2, 3 */
  .page-id-58 .tb-assessment-form > h3:nth-of-type(1),
  .page-id-58 .tb-assessment-form > h3:nth-of-type(2),
  .page-id-58 .tb-assessment-form > h3:nth-of-type(3),
  .page-id-58 .tb-assessment-form > .tb-assessment-grid:nth-of-type(1),
  .page-id-58 .tb-assessment-form > .tb-assessment-grid:nth-of-type(2),
  .page-id-58 .tb-assessment-form > .tb-assessment-grid:nth-of-type(3){
    grid-column:1 !important;
  }

  /* RIGHT SIDE — Sections 4, 5, 6 */
  .page-id-58 .tb-assessment-form > h3:nth-of-type(4),
  .page-id-58 .tb-assessment-form > h3:nth-of-type(5),
  .page-id-58 .tb-assessment-form > h3:nth-of-type(6),
  .page-id-58 .tb-assessment-form > .tb-assessment-grid:nth-of-type(4),
  .page-id-58 .tb-assessment-form > .tb-assessment-grid:nth-of-type(5),
  .page-id-58 .tb-assessment-form > .tb-assessment-grid:nth-of-type(6){
    grid-column:2 !important;
  }

  .page-id-58 .tb-assessment-form > h3{
    margin-top:26px !important;
  }

  .page-id-58 .tb-assessment-form > h3:nth-of-type(1),
  .page-id-58 .tb-assessment-form > h3:nth-of-type(4){
    margin-top:0 !important;
  }

  .page-id-58 .tb-assessment-confirm,
  .page-id-58 .tb-assessment-submit,
  .page-id-58 .tb-assessment-honeypot{
    grid-column:1 / -1 !important;
  }

}

/* Mobile/tablet remains stacked */
@media(max-width:900px){
  .page-id-58 .tb-assessment-form{
    display:block !important;
  }
}

/* === END PAGE 58 — DESKTOP TWO-COLUMN INTAKE === */

/* === PAGE 58 — HERO COPY ALIGNMENT === */

.page-id-58 .tbpa-hero-copy{
  padding-left:48px;
}

@media(max-width:760px){
  .page-id-58 .tbpa-hero-copy{
    padding-left:20px;
    padding-right:20px;
  }
}

/* === END PAGE 58 — HERO COPY ALIGNMENT === */

/* === PAGE 58 — REAL FORM COLUMN WRAPPERS === */

@media(min-width:901px){

  .page-id-58 .tb-assessment-form{
    display:block !important;
  }

  .page-id-58 .tb-assessment-columns{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:48px;
    align-items:start;
  }

  .page-id-58 .tb-assessment-column{
    min-width:0;
  }

  .page-id-58 .tb-assessment-column > h3:first-child{
    margin-top:0 !important;
  }

  .page-id-58 .tb-assessment-confirm{
    margin-top:30px !important;
  }

  .page-id-58 .tb-assessment-submit{
    width:100% !important;
  }

}

@media(max-width:900px){

  .page-id-58 .tb-assessment-columns{
    display:block;
  }

}

/* === END PAGE 58 — REAL FORM COLUMN WRAPPERS === */

/* === PAGE 58 — TWO FIELDS PER ROW === */

.page-id-58 .tb-assessment-columns{
  display:block !important;
}

.page-id-58 .tb-assessment-column{
  display:block !important;
}

.page-id-58 .tb-assessment-grid{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:16px 18px !important;
}

.page-id-58 .tb-assessment-full{
  grid-column:1 / -1 !important;
}

.page-id-58 .tb-assessment-form{
  display:block !important;
  max-width:980px !important;
  margin:0 auto !important;
}

.page-id-58 .tb-assessment-form h3{
  margin-top:34px !important;
  margin-bottom:15px !important;
}

.page-id-58 .tb-assessment-form h3:first-child{
  margin-top:0 !important;
}

.page-id-58 .tb-assessment-confirm,
.page-id-58 .tb-assessment-submit{
  width:100% !important;
}

@media(max-width:700px){

  .page-id-58 .tb-assessment-grid{
    grid-template-columns:1fr !important;
  }

  .page-id-58 .tb-assessment-full{
    grid-column:auto !important;
  }

}

/* === END PAGE 58 — TWO FIELDS PER ROW === */

/* === PRODUCT ASSESSMENT — POST-SUBMIT MESSAGE POSITION === */

.page-id-58 #tb-assessment-message{
  scroll-margin-top:120px;
}

/* === END PRODUCT ASSESSMENT — POST-SUBMIT MESSAGE POSITION === */
/* === TUBOLETO LATAM — HOMEPAGE VISUAL POLISH (2026-08-25) === */

/* Evaluar: a little more presence without making the four-card row bulky. */
#evaluar .tbglobal-section-head{
  margin-bottom:38px;
}

#evaluar .tbglobal-four-pillars article{
  min-height:250px;
  padding:32px 30px;
  display:flex;
  flex-direction:column;
}

#evaluar .tbglobal-four-pillars article > span{
  margin-bottom:24px;
}

#evaluar .tbglobal-four-pillars .tbglobal-card-arrow{
  margin-top:auto;
  padding-top:22px;
}

/* Entrar / Entregar: consistent card height and intentional internal rhythm. */
#entrar .tbglobal-section-head,
#entregar .tbglobal-section-head{
  margin-bottom:36px;
}

#entrar .tbglobal-module-grid article,
#entregar .tbglobal-module-grid article{
  min-height:220px;
  padding:32px 30px;
}

#entrar .tbglobal-card-link,
#entregar .tbglobal-card-link{
  min-height:100%;
  display:flex;
  flex-direction:column;
}

#entrar .tbglobal-card-arrow,
#entregar .tbglobal-card-arrow{
  margin-top:auto;
  padding-top:22px;
}

/* Operar: keep the copy generous and bring the mock dashboard into balance. */
@media(min-width:981px){
  #operar .tbglobal-dashboard-grid{
    grid-template-columns:minmax(0,1fr) minmax(420px,.84fr);
    gap:64px;
  }

  #operar .tbglobal-dashboard-visual{
    width:100%;
    max-width:480px;
    justify-self:end;
  }

  #operar .tbglobal-browser-top{
    min-height:44px;
  }

  #operar .tbglobal-dashboard-ui{
    min-height:365px;
    grid-template-columns:132px 1fr;
  }

  #operar .tbglobal-dashboard-ui aside{
    padding:21px 16px;
    gap:12px;
  }

  #operar .tbglobal-dashboard-main{
    padding:22px;
  }

  #operar .tbglobal-dashboard-title strong{
    font-size:23px;
  }
}

/* Vender: normalize by perceived brand size and replace legacy transforms. */
#vender .tbglobal-channel-card{
  min-height:136px;
  padding:22px 20px;
  overflow:hidden;
}

#vender .tbglobal-channel-card img{
  transform:none;
  transform-origin:center;
  max-height:68px;
}

#vender .tbglobal-channel-card:nth-child(1) img{
  width:min(230px,100%);
  max-width:230px;
  max-height:82px;
}

#vender .tbglobal-channel-card:nth-child(2) img{
  width:min(240px,100%);
  max-width:240px;
  max-height:82px;
}

#vender .tbglobal-channel-card:nth-child(3) img{
  width:min(202px,100%);
  max-width:202px;
  max-height:78px;
}

#vender .tbglobal-channel-card:nth-child(4) img{
  width:min(220px,100%);
  max-width:220px;
  max-height:82px;
}

#vender .tbglobal-channel-card:nth-child(5) img{
  width:166px;
  max-width:166px;
}

#vender .tbglobal-channel-card:nth-child(6) img{
  width:min(196px,100%);
  max-width:196px;
  max-height:76px;
}

#vender .tbglobal-channel-card:nth-child(7) img{
  width:156px;
  max-width:156px;
  max-height:58px;
}

#vender .tbglobal-channel-b2b span{
  font-size:25px;
}

#vender .tbglobal-channel-b2b small{
  font-size:15px;
}

@media(min-width:1101px){
  .tbglobal-header{
    background:rgba(255,255,255,.97);
  }

  #operar .tbglobal-dashboard-visual{
    width:109%;
    max-width:523px;
    align-self:end;
    transform:translateY(12px);
  }

  #operar .tbglobal-browser-top{
    min-height:48px;
  }

  #operar .tbglobal-dashboard-ui{
    min-height:398px;
    grid-template-columns:144px 1fr;
  }

  #operar .tbglobal-dashboard-ui aside{
    padding:23px 17px;
    gap:13px;
  }

  #operar .tbglobal-dashboard-main{
    padding:24px;
  }

  #operar .tbglobal-dashboard-title strong{
    font-size:25px;
  }

  #vender .tbglobal-channel-grid{
    column-gap:14px;
    row-gap:11px;
  }
}

@media(max-width:980px){
  #operar .tbglobal-dashboard-grid{
    gap:46px;
  }

  #operar .tbglobal-dashboard-visual{
    width:100%;
    max-width:680px;
    margin:0 auto;
  }
}

@media(max-width:767px){
  #evaluar .tbglobal-four-pillars article,
  #entrar .tbglobal-module-grid article,
  #entregar .tbglobal-module-grid article{
    min-height:0;
    padding:28px 26px;
  }

  #vender .tbglobal-channel-card{
    min-height:108px;
    padding:18px 16px;
  }

  #vender .tbglobal-channel-card img{
    transform:none;
    max-height:52px;
  }

  #vender .tbglobal-channel-card:nth-child(1) img{width:138px;max-width:138px;}
  #vender .tbglobal-channel-card:nth-child(2) img{width:145px;max-width:145px;}
  #vender .tbglobal-channel-card:nth-child(3) img{width:124px;max-width:124px;}
  #vender .tbglobal-channel-card:nth-child(4) img{width:134px;max-width:134px;}
  #vender .tbglobal-channel-card:nth-child(5) img{width:130px;max-width:130px;}
  #vender .tbglobal-channel-card:nth-child(6) img{width:130px;max-width:130px;}
  #vender .tbglobal-channel-card:nth-child(7) img{width:124px;max-width:124px;}
}

@media(max-width:680px){
  #operar .tbglobal-dashboard-grid{
    gap:36px;
  }

  #operar .tbglobal-dashboard-visual{
    max-width:100%;
  }
}

/* =========================================================
   LATAM VENDER — FINAL PERCEIVED LOGO SIZE / COMPACT GRID
   2026-08-24
   ========================================================= */

@media (min-width:981px){

  /* The cards are visually transparent, so their height controls
     the perceived distance between logo rows. */
  #vender .tbglobal-channel-card{
    min-height:100px;
    padding:12px 18px;
    overflow:visible;
  }

  #vender .tbglobal-channel-grid{
    column-gap:14px;
    row-gap:4px;
  }

  /* Compensate for whitespace inside source image canvases. */

  /* Amazon */
  #vender .tbglobal-channel-card:nth-child(1) img{
    transform:scale(1.55);
    transform-origin:center;
  }

  /* Walmart */
  #vender .tbglobal-channel-card:nth-child(2) img{
    transform:scale(1.38);
    transform-origin:center;
  }

  /* Shopify */
  #vender .tbglobal-channel-card:nth-child(3) img{
    transform:scale(1.62);
    transform-origin:center;
  }

  /* eBay */
  #vender .tbglobal-channel-card:nth-child(4) img{
    transform:scale(1.42);
    transform-origin:center;
  }

  /* Faire */
  #vender .tbglobal-channel-card:nth-child(6) img{
    transform:scale(1.45);
    transform-origin:center;
  }

  /* Keep Etsy / TuBoleto natural — already visually balanced. */
  #vender .tbglobal-channel-card:nth-child(5) img,
  #vender .tbglobal-channel-card:nth-child(7) img{
    transform:none;
  }
}


/* LATAM VENDER — FINAL BRAND PERCEPTION TUNE */
@media (min-width:981px){

  /* Amazon — source canvas has substantial internal whitespace */
  #vender .tbglobal-channel-card:nth-child(1) img{
    transform:scale(1.85);
  }

  /* Shopify — source canvas also renders visually small */
  #vender .tbglobal-channel-card:nth-child(3) img{
    transform:scale(1.90);
  }

  /* Faire — modest final lift */
  #vender .tbglobal-channel-card:nth-child(6) img{
    transform:scale(1.58);
  }
}


/* =========================================================
   LATAM VENDER — MOBILE FINAL FIX
   Compact 2-column grid + perceived logo normalization
   ========================================================= */

@media (max-width:767px){

  #vender .tbglobal-channel-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    column-gap:12px;
    row-gap:10px;
    align-items:stretch;
  }

  #vender .tbglobal-channel-card{
    width:100%;
    min-height:92px;
    height:92px;
    padding:10px 12px;
    margin:0;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    background:transparent;
    border:0;
    box-shadow:none;
  }

  #vender .tbglobal-channel-card img{
    display:block;
    width:auto;
    height:auto;
    margin:auto;
    object-fit:contain;
    transform-origin:center;
  }

  /* Amazon */
  #vender .tbglobal-channel-card:nth-child(1) img{
    width:118px;
    max-width:118px;
    max-height:56px;
    transform:scale(1.28);
    mix-blend-mode:multiply;
  }

  /* Walmart */
  #vender .tbglobal-channel-card:nth-child(2) img{
    width:126px;
    max-width:126px;
    max-height:56px;
    transform:scale(1.12);
    mix-blend-mode:multiply;
  }

  /* Shopify */
  #vender .tbglobal-channel-card:nth-child(3) img{
    width:106px;
    max-width:106px;
    max-height:54px;
    transform:scale(1.25);
  }

  /* eBay */
  #vender .tbglobal-channel-card:nth-child(4) img{
    width:112px;
    max-width:112px;
    max-height:56px;
    transform:scale(1.18);
    mix-blend-mode:multiply;
  }

  /* Etsy */
  #vender .tbglobal-channel-card:nth-child(5) img{
    width:104px;
    max-width:104px;
    max-height:52px;
    transform:none;
  }

  /* Faire */
  #vender .tbglobal-channel-card:nth-child(6) img{
    width:112px;
    max-width:112px;
    max-height:50px;
    transform:scale(1.10);
  }

  /* TuBoleto */
  #vender .tbglobal-channel-card:nth-child(7) img{
    width:118px;
    max-width:118px;
    max-height:48px;
    transform:none;
  }

  /* B2B */
  #vender .tbglobal-channel-b2b{
    min-height:92px;
    height:92px;
  }

  #vender .tbglobal-channel-b2b span{
    font-size:22px;
  }

  #vender .tbglobal-channel-b2b small{
    font-size:12px;
  }
}


/* =========================================================
   LATAM VENDER — MOBILE GRID HEIGHT COLLAPSE
   Force natural compact row flow
   ========================================================= */

@media (max-width:767px){

  #vender .tbglobal-channel-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    grid-auto-rows:92px !important;
    gap:10px 12px !important;

    height:auto !important;
    min-height:0 !important;

    align-content:start !important;
    align-items:start !important;
    justify-content:stretch !important;
  }

  #vender .tbglobal-channel-card,
  #vender .tbglobal-channel-b2b{
    min-height:92px !important;
    height:92px !important;
    margin:0 !important;
    align-self:start !important;
  }
}

