.elementor-3517 .elementor-element.elementor-element-0ca7746{--display:flex;}.elementor-3517 .elementor-element.elementor-element-3ca9696{--display:flex;}.elementor-3517 .elementor-element.elementor-element-f0e83b4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-30px;--margin-bottom:-30px;--margin-left:-30px;--margin-right:-30px;}.elementor-3517 .elementor-element.elementor-element-f0e83b4.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-3517 .elementor-element.elementor-element-a1dea13{width:var( --container-widget-width, 102.989% );max-width:102.989%;--container-widget-width:102.989%;--container-widget-flex-grow:0;}.elementor-3517 .elementor-element.elementor-element-a1dea13.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-3517 .elementor-element.elementor-element-f30f9e1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-3517 .elementor-element.elementor-element-f0e83b4{--width:104.481%;}.elementor-3517 .elementor-element.elementor-element-f30f9e1{--width:99%;}}/* Start custom CSS for html, class: .elementor-element-b5e41af */:root{
  --thb-orange:#FF924C;
  --thb-orange-dark:#f47c2d;
  --thb-orange-soft:#fff2e8;
  --thb-navy:#051531;
  --thb-navy-grad:#0a1d3d;
  --thb-light-bg:#F8FAFC;
  --thb-line:#dde7f1;
  --thb-text:#334155;
  --thb-white:#ffffff;
  --thb-shadow:0 20px 50px rgba(5,21,49,.10);
}

.thb-report-bypass{
  width:100vw;
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  font-family:'Inter',sans-serif;
  color:var(--thb-navy);
  line-height:1.7;
  overflow-x:hidden;
}

.thb-report-bypass *{
  box-sizing:border-box;
}

.thb-report-container{
  max-width:1040px;
  margin:0 auto;
  padding:60px 20px;
}

.thb-report-hero{
  background:
    radial-gradient(circle at top right, rgba(255,146,76,.18) 0%, rgba(255,146,76,0) 28%),
    linear-gradient(135deg,var(--thb-navy-grad) 0%, var(--thb-navy) 100%);
  color:var(--thb-white);
  padding:78px 42px 130px;
  text-align:center;
  border-radius:36px;
  position:relative;
  overflow:hidden;
}

.thb-ceo-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:10px 16px;
  background:rgba(255,146,76,.12);
  color:var(--thb-orange);
  border:1px solid rgba(255,146,76,.32);
  border-radius:999px;
  font-size:.82rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:18px;
}

.thb-report-hero h2{
  font-family:'Montserrat',sans-serif;
  font-size:clamp(2rem,5vw,3.5rem);
  font-weight:800;
  line-height:1.05;
  margin:0 0 16px;
  color:#fff;
}

.thb-report-hero h2 span{
  color:var(--thb-orange);
}

.thb-hero-copy{
  max-width:760px;
  margin:0 auto;
  color:#d9e2ef;
  font-size:1.15rem;
}

.thb-hero-points{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin:34px auto 0;
  max-width:900px;
}

.thb-hero-point{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  padding:18px 16px;
  backdrop-filter:blur(4px);
}

.thb-hero-point strong{
  display:block;
  font-size:1rem;
  font-weight:700;
  color:#fff;
  margin-bottom:5px;
}

.thb-hero-point span{
  display:block;
  font-size:.96rem;
  color:#cbd5e1;
}

.thb-video-shell{
  max-width:880px;
  margin:-88px auto 34px;
  position:relative;
  z-index:2;
}

.thb-video-facade{
  width:100%;
  border:4px solid #fff;
  border-radius:28px;
  overflow:hidden;
  position:relative;
  padding:0;
  background:#000;
  display:block;
  box-shadow:0 25px 60px rgba(5,21,49,.22);
  cursor:pointer;
}

.thb-video-facade img{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  display:block;
}

.thb-video-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(5,21,49,.08) 0%, rgba(5,21,49,.45) 100%);
}

.thb-video-play{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:86px;
  height:60px;
  border-radius:16px;
  background:#ff0000;
  box-shadow:0 10px 25px rgba(0,0,0,.28);
}

.thb-video-play::before{
  content:"";
  position:absolute;
  left:34px;
  top:18px;
  border-style:solid;
  border-width:12px 0 12px 20px;
  border-color:transparent transparent transparent #fff;
}

.thb-video-caption{
  position:absolute;
  left:24px;
  right:24px;
  bottom:22px;
  color:#fff;
  font-family:'Montserrat',sans-serif;
  font-weight:800;
  font-size:1.1rem;
  text-align:left;
}

.thb-video-shell iframe{
  width:100%;
  aspect-ratio:16/9;
  border:4px solid #fff;
  border-radius:28px;
  display:block;
  box-shadow:0 25px 60px rgba(5,21,49,.22);
}

.thb-intro-card,
.thb-content-card,
.thb-list-card{
  background:var(--thb-white);
  border:1px solid var(--thb-line);
  border-radius:24px;
  box-shadow:var(--thb-shadow);
}

.thb-intro-card{
  padding:30px 28px 26px;
  margin-bottom:26px;
}

.thb-content-card{
  padding:28px 28px 24px;
  margin-bottom:26px;
}

.thb-list-card{
  padding:12px 26px 8px;
  margin-bottom:26px;
}

.thb-intro-line{
  font-size:1.15rem;
  text-align:center;
  margin:0 0 18px;
  color:var(--thb-navy);
}

.thb-section-title{
  font-family:'Montserrat',sans-serif;
  font-size:clamp(1.5rem,3vw,2rem);
  font-weight:800;
  margin:50px 0 20px;
  color:var(--thb-navy);
  display:flex;
  align-items:center;
  gap:14px;
}

.thb-section-title::before{
  content:"";
  width:6px;
  height:34px;
  border-radius:999px;
  background:var(--thb-orange);
  flex:0 0 auto;
}

.thb-market-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  margin:20px 0 26px;
}

.thb-stat-card{
  background:var(--thb-white);
  padding:28px 22px;
  border-radius:24px;
  text-align:center;
  border:1px solid var(--thb-line);
  box-shadow:var(--thb-shadow);
}

.thb-stat-card .value{
  display:block;
  font-family:'Montserrat',sans-serif;
  font-size:1.9rem;
  font-weight:800;
  color:var(--thb-orange-dark);
  margin-bottom:10px;
}

.thb-stat-card p{
  margin:0;
  color:var(--thb-text);
}

.thb-check-list{
  list-style:none;
  padding:0;
  margin:10px 0 6px;
}

.thb-check-list li{
  margin-bottom:16px;
  padding-left:38px;
  position:relative;
  font-size:1.03rem;
  color:var(--thb-text);
}

.thb-check-list li::before{
  content:"✔";
  position:absolute;
  left:0;
  top:1px;
  width:24px;
  height:24px;
  border-radius:999px;
  background:var(--thb-orange-soft);
  color:var(--thb-orange-dark);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:.86rem;
  font-weight:900;
}

.thb-story-box{
  background:
    radial-gradient(circle at top right, rgba(255,146,76,.16) 0%, rgba(255,146,76,0) 26%),
    linear-gradient(135deg,var(--thb-navy-grad) 0%, var(--thb-navy) 100%);
  color:#fff;
  padding:40px 34px;
  border-radius:30px;
  margin:10px 0 22px;
  box-shadow:0 24px 60px rgba(5,21,49,.18);
}

.thb-story-box h3{
  color:var(--thb-orange);
  margin:0 0 12px;
  font-size:1.45rem;
  font-family:'Montserrat',sans-serif;
  font-weight:800;
}

.thb-story-box p{
  margin:0 0 14px;
  color:#e2e8f0;
}

.thb-faq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin:24px 0 10px;
}

.thb-faq-item{
  background:var(--thb-white);
  padding:24px 22px;
  border-radius:22px;
  border:1px solid var(--thb-line);
  box-shadow:var(--thb-shadow);
}

.thb-faq-item h3{
  font-family:'Montserrat',sans-serif;
  font-size:1.1rem;
  font-weight:800;
  margin:0 0 10px;
  color:var(--thb-navy);
}

.thb-faq-item p{
  margin:0;
  color:var(--thb-text);
}

.thb-report-footer{
  background:
    radial-gradient(circle at center top, rgba(255,146,76,.12) 0%, rgba(255,146,76,0) 28%),
    linear-gradient(135deg,var(--thb-navy-grad) 0%, var(--thb-navy) 100%);
  padding:72px 38px;
  text-align:center;
  border-radius:36px;
  color:#fff;
  margin-top:34px;
}

.thb-report-footer h2{
  font-family:'Montserrat',sans-serif;
  font-size:clamp(1.7rem,4vw,2.3rem);
  font-weight:800;
  margin:0 0 14px;
  color:#fff;
}

.thb-footer-copy{
  color:#cbd5e1;
  max-width:760px;
  margin:0 auto 28px;
  font-size:1.08rem;
}

.thb-footer-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px;
}

.thb-main-btn{
  min-height:58px;
  padding:18px 30px;
  border-radius:999px;
  text-decoration:none;
  font-family:'Montserrat',sans-serif;
  font-weight:800;
  font-size:1rem;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

.thb-main-btn:hover{
  transform:translateY(-2px);
}

.thb-main-btn-primary{
  background:var(--thb-orange);
  color:var(--thb-white);
  box-shadow:0 16px 35px rgba(255,146,76,.35);
}

.thb-main-btn-primary:hover{
  background:var(--thb-orange-dark);
}

.thb-main-btn-secondary{
  background:transparent;
  color:var(--thb-white);
  border:2px solid rgba(255,255,255,.24);
}

.thb-main-btn-secondary:hover{
  border-color:rgba(255,255,255,.48);
  background:rgba(255,255,255,.06);
}

.thb-text-line{
  margin:22px 0 0;
  font-weight:800;
  color:var(--thb-orange);
  letter-spacing:.02em;
}

.thb-location-links{
  margin-top:34px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
}

.thb-location-links a{
  color:#d7e1ee;
  text-decoration:none;
  font-size:.92rem;
  font-weight:700;
  padding:10px 14px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  transition:background .2s ease,border-color .2s ease,color .2s ease;
}

.thb-location-links a:hover{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.28);
  color:#fff;
}

.thb-report-bypass p{
  font-size:1.03rem;
  color:var(--thb-text);
  margin:0 0 16px;
}

@media (max-width:900px){
  .thb-hero-points,
  .thb-market-grid,
  .thb-faq-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:768px){
  .thb-report-container{
    padding:34px 14px;
  }

  .thb-report-hero{
    padding:44px 20px 92px;
    border-radius:24px;
  }

  .thb-video-shell{
    margin:-56px auto 26px;
  }

  .thb-video-facade,
  .thb-video-shell iframe{
    border-radius:18px;
    border-width:3px;
  }

  .thb-video-play{
    width:72px;
    height:50px;
  }

  .thb-video-play::before{
    left:29px;
    top:14px;
    border-width:11px 0 11px 18px;
  }

  .thb-video-caption{
    left:16px;
    right:16px;
    bottom:14px;
    font-size:.96rem;
  }

  .thb-intro-card,
  .thb-content-card,
  .thb-list-card{
    border-radius:18px;
  }

  .thb-intro-card,
  .thb-content-card{
    padding:22px 18px 18px;
  }

  .thb-list-card{
    padding:10px 18px 4px;
  }

  .thb-story-box{
    padding:28px 20px;
    border-radius:22px;
  }

  .thb-report-footer{
    padding:44px 20px;
    border-radius:24px;
  }

  .thb-footer-actions{
    flex-direction:column;
  }

  .thb-main-btn{
    width:100%;
  }

  .thb-report-bypass p,
  .thb-check-list li{
    font-size:1rem;
  }
}/* End custom CSS */