/* ========================================
   WORKERNOW - COMPLETE FIX
   DIESE DATEI ERSETZT workernow-complete.css
   ======================================== */

/* ============================================
   HERO BANNER - GRID FIX (KRITISCH!)
   ============================================ */

/* Desktop: Bild NEBEN Text erzwingen */
@media (min-width: 992px) {
  .tj-banner-section-2 > .container > .row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
  }
  
  .tj-banner-section-2 > .container > .row > .col-lg-5 {
    flex: 0 0 41.666667% !important;
    max-width: 41.666667% !important;
    width: 41.666667% !important;
  }
  
  .tj-banner-section-2 > .container > .row > .col-lg-7 {
    flex: 0 0 58.333333% !important;
    max-width: 58.333333% !important;
    width: 58.333333% !important;
  }
}

/* ============================================
   HERO CHOICE BUTTONS - MINIMAL
   ============================================ */

.hero-choice-buttons {
  display: inline-flex !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
  margin-top: 25px !important;
}

.hero-choice-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 14px 24px !important;
  border-radius: 50px !important;
  text-decoration: none !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
  white-space: nowrap !important;
}

.hero-choice-btn.primary {
  background: #1e8a8a !important;
}

.hero-choice-btn.secondary {
  background: #0c1e21 !important;
}

.hero-choice-btn:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2) !important;
  color: #fff !important;
}

.hero-choice-btn i {
  font-size: 14px !important;
}

/* Mobile: Buttons zentriert */
@media (max-width: 991px) {
  .hero-choice-buttons {
    justify-content: center !important;
    width: 100% !important;
  }
}

@media (max-width: 576px) {
  .hero-choice-buttons {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  
  .hero-choice-btn {
    justify-content: center !important;
    text-align: center !important;
  }
}

/* ========================================
   HOW IT WORKS SECTION
   ======================================== */

.how-it-works-section {
  position: relative;
  overflow: visible;
}

.tj-step-wrapper {
  position: relative;
  padding: 80px 0;
}

.tj-step-wrapper:last-child {
  padding-bottom: 0;
}

.tj-step-wrapper .list-items {
  margin: 30px 0 40px 0;
  padding: 0;
  list-style: none;
}

.tj-step-wrapper .list-items li {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
}

.tj-step-wrapper .list-items li i {
  margin-right: 12px;
  margin-top: 3px;
  flex-shrink: 0;
}

.step-with-bg {
  background-color: #e8f4f5;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  margin: 40px 0;
}

.step-with-bg .bg-shape-1,
.step-with-bg .bg-shape-2 {
  position: absolute;
  z-index: 0;
  opacity: 0.25;
}

.step-with-bg .bg-shape-1 {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
}

.step-with-bg .bg-shape-2 {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
}

.step-with-bg .container {
  position: relative;
  z-index: 10;
}

.step-number-bg {
  position: absolute;
  font-size: 200px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.02);
  line-height: 1;
  z-index: -1;
  pointer-events: none;
  font-family: var(--tj-ff-heading);
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  margin-left: -100px;
}

.step-image-area {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-mockup {
  position: relative;
  max-width: 500px;
  width: 100%;
  transition: transform 0.4s ease;
}

.tj-step-wrapper:hover .phone-mockup {
  transform: scale(1.03);
}

.phone-mockup img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* ========================================
   DOWNLOAD LINKS
   ======================================== */

.download-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.download-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 14px 24px !important;
  background: #0c1e21 !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  border: 2px solid #0c1e21 !important;
}

.download-link:hover {
  background: #1e8a8a !important;
  border-color: #1e8a8a !important;
  color: #ffffff !important;
  transform: translateY(-2px);
}

.download-link i {
  font-size: 18px !important;
  line-height: 1 !important;
  color: #ffffff !important;
}

.download-link span {
  color: #ffffff !important;
}

/* ========================================
   JOIN WORKERNOW SECTION
   ======================================== */

.tj-join-workernow-section {
  position: relative;
  background: #f8f9fc;
}

.desc-center {
  max-width: 800px;
  margin: 20px auto 0;
  font-size: 17px;
  color: var(--tj-color-text-body);
}

.join-box {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.join-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.featured-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #1e8a8a;
  color: #ffffff;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.join-box.featured {
  border: 2px solid #1e8a8a;
}

.join-image {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
}

.join-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.join-box:hover .join-image img {
  transform: scale(1.1);
}

.join-content {
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.join-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #1e8a8a 0%, #156666 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 8px 20px rgba(30, 138, 138, 0.3);
}

.join-icon i {
  font-size: 26px;
  color: #ffffff;
}

.join-content .title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0c1e21;
}

.join-content .desc {
  font-size: 15px;
  line-height: 1.7;
  color: #364e52;
  margin-bottom: 20px;
}

.benefit-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
  flex-grow: 1;
}

.benefit-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 14px;
  color: #364e52;
}

.benefit-list li i {
  margin-right: 10px;
  margin-top: 3px;
  flex-shrink: 0;
  color: #1e8a8a;
}

.join-content .tj-primary-btn {
  margin-top: auto;
  width: 100%;
  justify-content: center;
}

/* ========================================
   MOBILE RESPONSIVE - HERO
   ======================================== */

@media (max-width: 991px) {
  .tj-banner-section-2 .banner-content-2 {
    max-width: 100% !important;
    text-align: center !important;
    padding: 20px 0 40px 0 !important;
  }
  
  .tj-banner-section-2 .banner-content-2 .sub-title {
    justify-content: center !important;
    text-align: center !important;
    display: flex !important;
    width: 100%;
  }
  
  .tj-banner-section-2 .banner-content-2 .banner-title {
    text-align: center !important;
  }
  
  .tj-banner-section-2 .banner-content-2 .desc {
    text-align: center !important;
  }
  
  .tj-banner-section-2 .banner-content-2 .btn-area {
    justify-content: center !important;
  }
}

/* ========================================
   RESPONSIVE - HOW IT WORKS
   ======================================== */

@media (max-width: 1200px) {
  .step-number-bg {
    font-size: 180px;
    margin-left: -90px;
  }
  
  .phone-mockup {
    max-width: 450px;
  }
}

@media (max-width: 992px) {
  .tj-step-wrapper {
    padding: 60px 0;
  }
  
  .step-with-bg {
    padding: 70px 0;
    margin: 30px 0;
  }
  
  .step-number-bg {
    font-size: 140px;
    margin-left: -70px;
  }
  
  .phone-mockup {
    max-width: 400px;
    margin-bottom: 30px;
  }

  .join-image {
    height: 200px;
  }
  
  .tj-step-wrapper .about-content-area {
    text-align: center;
  }
  
  .tj-step-wrapper .list-items {
    display: inline-block;
    text-align: left;
  }
  
  .tj-step-wrapper .download-links {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .tj-step-wrapper {
    padding: 50px 0;
  }
  
  .step-with-bg {
    padding: 60px 0;
    margin: 20px 0;
  }
  
  .step-number-bg {
    font-size: 100px;
    margin-left: -50px;
  }
  
  .tj-step-wrapper .download-links {
    flex-direction: column;
    align-items: stretch;
  }
  
  .tj-step-wrapper .download-link {
    width: 100%;
    justify-content: center;
  }
  
  .phone-mockup {
    max-width: 320px;
  }

  .phone-mockup img {
    border-radius: 16px;
  }

  .join-content {
    padding: 25px;
  }

  .join-content .title {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .step-number-bg {
    font-size: 80px;
    margin-left: -40px;
  }

  .tj-step-wrapper .list-items li {
    font-size: 15px;
  }

  .desc-center {
    font-size: 16px;
  }

  .join-image {
    height: 180px;
  }

  .join-content {
    padding: 20px;
  }

  .join-icon {
    width: 50px;
    height: 50px;
  }

  .join-icon i {
    font-size: 22px;
  }

  .join-content .title {
    font-size: 18px;
  }

  .join-content .desc {
    font-size: 14px;
  }
}
