.tb-hero-cinematic {
  position: relative;
  padding: 4.5rem 0 4.5rem;
  background: radial-gradient(circle at 10% 0%, #e9fff6 0%, transparent 50%), radial-gradient(circle at 90% 100%, #e6f0ff 0%, transparent 55%), linear-gradient(135deg, #f6fff9 0%, #f1f5ff 45%, #ffffff 100%);
  overflow: hidden;
}

.tb-hero-cinematic .tb-hero-container {
  position: relative;
  z-index: 3;
}

/* Parallax blobs */

.tb-hero-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.9;
  pointer-events: none;
}

.tb-hero-blob.b1 {
  width: 340px;
  height: 340px;
  top: -140px;
  left: -80px;
  background: #28a74533;
  animation: heroBlob1 12s ease-in-out infinite alternate;
}

.tb-hero-blob.b2 {
  width: 380px;
  height: 380px;
  bottom: -160px;
  right: -120px;
  background: #28a74522;
  animation: heroBlob2 15s ease-in-out infinite alternate;
}

@keyframes heroBlob1 {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(40px, 60px, 0);
  }
}

@keyframes heroBlob2 {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60px, -40px, 0);
  }
}

/* Floating icons */

.tb-hero-icon {
  position: absolute;
  opacity: 0.08;
  pointer-events: none;
  animation: heroIconFloat 5s ease-in-out infinite alternate;
}

.tb-hero-icon.i1 {
  top: 80px;
  right: 130px;
  width: 52px;
}

.tb-hero-icon.i2 {
  bottom: 140px;
  left: 120px;
  width: 50px;
  animation-duration: 6.5s;
}

@keyframes heroIconFloat {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-14px);
  }
}

.tb-hero-cinematic .breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: .75rem;
  font-size: .9rem;
}

.tb-hero-cinematic .breadcrumb a {
  color: #5c6470;
  text-decoration: none;
}

.tb-hero-cinematic .breadcrumb-item.active {
  color: #222;
  font-weight: 600;
}

.tb-hero-title {
  font-size: 2.9rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.1rem;
  color: #0e1b12;
  letter-spacing: -.02em;
  animation: heroFadeUp .7s ease-out;
}

.tb-hero-accent {
  color: #28a745;
}

.tb-hero-type {
  font-size: 1.35rem;
  font-weight: 700;
  color: #28a745;
  height: 38px;
  margin-bottom: 1.7rem;
  white-space: nowrap;
  animation: heroFadeUp .7s ease-out .1s both;
}

@media (max-width: 576px) {
  .tb-hero-type {
    font-size: 1.15rem;
  }
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
    filter: blur(3px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.tb-hero-subtext {
  font-size: 1.08rem;
  line-height: 1.65;
  color: #354148;
  max-width: 540px;
  margin-bottom: 2rem;
}

.tb-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  align-items: center;
}

.tb-hero-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .95rem 1.9rem;
  border-radius: 14px;
  border: none;
  background: #28a745;
  color: #fff;
  font-weight: 600;
  font-size: 1.06rem;
  box-shadow: 0 7px 22px rgba(40, 167, 69, 0.35);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  text-decoration: none;
}

.tb-hero-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(40, 167, 69, 0.4);
  background: #23923c;
  color: #fff;
}

.tb-hero-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .95rem 1.8rem;
  border-radius: 14px;
  border: 2px solid #28a745;
  background: #ffffff;
  color: #28a745;
  font-weight: 600;
  font-size: 1.06rem;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  text-decoration: none;
}

.tb-hero-btn-secondary:hover {
  background: #f4fff7;
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(40, 167, 69, 0.16);
}

.tb-hero-subnote {
  margin-top: .65rem;
  font-size: .95rem;
  color: #4b555d;
}

.tb-hero-subnote a {
  font-weight: 600;
  color: #28a745;
  text-decoration: none;
}

.tb-hero-subnote a:hover {
  text-decoration: underline;
}

/* Right hero cinematic */

.hero-visual-wrap {
  position: relative;
  display: inline-block;
  perspective: 1100px;
}

.hero-visual-card {
  width: 92%;
  border-radius: 28px;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.25);
  transform: rotateY(-8deg) rotateX(2deg);
  transform-style: preserve-3d;
  transition: transform .5s ease;
}

.hero-stats-panel {
  position: absolute;
  bottom: -26px;
  right: 18px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: 1.1rem 1.4rem;
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.14);
  width: 240px;
  overflow: hidden;
}

.hero-stats-panel h4 {
  font-size: 1.05rem;
  margin: 0 0 .3rem;
  color: #202833;
  font-weight: 700;
}

.hero-stats-panel p {
  margin: 0;
  font-size: .88rem;
  color: #4a525d;
}

.hero-stats-progress {
  margin-top: .55rem;
  height: 5px;
  border-radius: 999px;
  background: #e3ecef;
  overflow: hidden;
  position: relative;
}

.hero-stats-progress span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 82%;
  border-radius: 999px;
  background: linear-gradient(90deg, #28a745, #38d47b);
}

.hero-stats-shine {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-stats-shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  width: 200%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  animation: heroShine 4s infinite;
}

@keyframes heroShine {
  0% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* Cinematic floating call badge */

.hero-call-badge {
  position: absolute;
  top: 14px;
  left: 8px;
  background: rgba(10, 26, 16, 0.82);
  color: #fff;
  padding: .6rem .9rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-size: .9rem;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
  animation: heroCallFloat 5s ease-in-out infinite alternate;
}

.hero-call-badge span {
  font-weight: 600;
}

.hero-call-badge svg {
  flex-shrink: 0;
}

@keyframes heroCallFloat {
  from {
    transform: translate3d(0,0,0);
  }
  to {
    transform: translate3d(4px,-8px,0);
  }
}

/* Responsive tweaks */

@media (max-width: 991.98px) {
  .tb-hero-cinematic {
    padding: 4.5rem 0 3.5rem;
  }
}

@media (max-width: 991.98px) {
  .tb-hero-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 991.98px) {
  .tb-hero-type {
    font-size: 1.15rem;
  }
}

@media (max-width: 991.98px) {
  .hero-visual-card {
    width: 100%;
    transform: rotateY(0deg) rotateX(0deg);
  }
}

@media (max-width: 991.98px) {
  .hero-stats-panel {
    right: 50%;
    transform: translateX(50%);
  }
}

@media (max-width: 991.98px) {
  .hero-call-badge {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 575.98px) {
  .tb-hero-subtext {
    font-size: 1.01rem;
  }
}

@media (max-width: 575.98px) {
  .tb-hero-search {
    padding: .75rem .85rem;
  }
}

@media (max-width: 575.98px) {
  .tb-hero-btn-primary, .tb-hero-btn-secondary {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .tb-hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }
}

