* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

body {
  background-color: #fff;
}

.hero-section {
  position: relative;
  width: 100%;
}

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 5%;
  z-index: 20;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  height: 30px;
  max-width: 100%;
}

.video-container {
  width: 100%;
  position: relative;
  line-height: 0;
}
.video-container video {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.main-content {
  background-color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.main-content h2 {
  font-size: 28px;
  color: #0a1329;
  margin-bottom: 20px;
  font-weight: 800;
}

.main-content p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 40px;
}

.step-title {
  text-align: center;
  position: relative;
  font-size: 24px;
  font-weight: 800;
  line-height: 39px;
  color: #051435;
  margin-bottom: 15px;
}
.step-title-text {
  text-align: center;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #7c7c7c;
}
.steps-section {
  background-color: #ffffff;
  padding: 40px 16px;
}

.step-card {
  padding: 20px 0;

  text-align: left;
}

.step-card:last-child {
  border-bottom: none;
}

.step-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #b4b4b4;
}

.step-num {
  font-size: 70px;
  font-weight: 900;
  color: #c51654;
  line-height: 70px;
  min-width: 75px;
  margin-bottom: 15px;
}

.step-header h3 {
  font-size: 24px;
  color: #0a1329;
  font-weight: 800;
  line-height: 31px;
  margin-bottom: 15px;
}

.step-desc {
  font-size: 15px;
  color: #444444;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 5px;
}
.collab-section {
  background-color: #ffffff;
  padding: 10px 16px 32px;
}

.collab-wrap {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.collab-card {
  width: 100%;
  background-color: #051435;
  color: #ffffff;
  border-radius: 36px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
}

.collab-header-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.collab-header-image img {
  display: block;
  width: 100%;

  height: auto;
}

.collab-divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.75);
}

.collab-content {
  text-align: left;
}

.collab-content h3 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 14px;
}

.collab-content p {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
}

.trust-section {
  background-color: #ffffff;
  margin: 50px 0;
}

.trust-image {
  width: 100%;
  margin-bottom: 30px;
}

.trust-image img {
  width: 100%;
  height: auto;
  display: block;
}

.trust-content {
  text-align: left;
}

.trust-content h2 {
  font-size: 24px;
  font-weight: 800;
  color: #0a1329;
  line-height: 31px;
  margin-bottom: 15px;
}

.trust-highlight {
  font-size: 14px;
  color: #051435;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 30px;
}

/* Ä°statistik AlanÄ± */
.stats-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.stat-item {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}

.stat-number {
  font-size: 24px;
  font-weight: 800;
  color: #b91a52;
  line-height: 31px;
}

.stat-label {
  font-size: 14px;
  color: #051435;
  font-weight: 400;
  margin-top: 5px;
}

.stat-divider {
  width: 1px;
  height: 40px;
  background-color: #b91a52;
  margin-right: 20px;
}

.trust-description {
  font-size: 14px;
  color: #051435;
  line-height: 21px;
  font-weight: 400;
}

.features-section {
  padding: 50px 0px;
}

.features-header {
  text-align: center;
  margin-bottom: 40px;
}

.features-header h2 {
  font-size: 24px;
  font-weight: 800;
  color: #0a1329;
  margin-bottom: 15px;
  line-height: 31px;
}

.features-header p {
  font-size: 14px;
  color: #7c7c7c;
  line-height: 21px;
  font-weight: 400;
}

.features-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.feature-num {
  background-color: #2ecc71;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  min-width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}

.feature-item p {
  font-size: 16px;
  font-weight: 800;
  color: #051435;
  line-height: 21px;
}
.testimonial-section {
  padding: 40px 0 50px;
  background-color: #fff;
}

.testimonial-section .container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-slide {
  height: auto;
}

.testimonial-card {
  background: #ffffff;
  border-radius: 0;
  text-align: left;
  padding: 0;
}
.image-wrapper {
  position: relative;
  width: 100%;
  height: 260px;
  border-radius: 28px;
  overflow: hidden;
  margin-bottom: 26px;
  background: #eee;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.quote-icon {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #4f8dfd;
  color: #ffffff;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 16px;
  font-size: 18px;
  z-index: 2;
}

.stars {
  color: #f1c40f;
  margin-bottom: 12px;
  font-size: 20px;
  letter-spacing: 2px;
}

.comment-trigger {
  font-size: 14px;
  font-weight: 400;
  color: #2f3a56;
  cursor: pointer;
  margin: 0 0 18px;
  line-height: 1.75;
  transition: color 0.3s ease;
  display: block;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.comment-trigger:hover {
  color: #111827;
}

.name {
  font-size: 14px;
  font-weight: 800;
  color: #0a1329;
}

.custom-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 10px;
  padding-top: 22px;
  border-top: 1px solid #e8e8e8;
}

.prev-btn,
.next-btn {
  font-size: 14px;
  font-weight: 700;
  color: #0a1329;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.prev-btn:hover,
.next-btn:hover {
  color: #c51654;
}

.nav-line {
  flex: 1;
  height: 1px;
  background-color: #ececec;
}

.comment-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 9999;
}

.comment-popup.active {
  opacity: 1;
  visibility: visible;
}

.comment-popup-box {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 600px;
  border-radius: 20px;
  padding: 28px 22px 22px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  max-height: 80vh;
  overflow-y: auto;
}

.comment-popup-close {
  position: absolute;
  top: 12px;
  right: 14px;
  border: none;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #0a1329;
}

.comment-popup-box p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  margin: 0;
  white-space: pre-line;
}

.main-footer {
  width: 100%;
}

.footer-top {
  background-color: #051435;
  padding: 30px 0;
  text-align: center;
}

.footer-logo {
  height: 45px;
  width: auto;
}

.footer-bottom {
  background-color: #ffffff;
  padding: 15px 0;
  border-top: 1px solid #eeeeee;
}

.tekkart-info {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 10px;
}

.tekkart-logo {
  height: 40px;
  width: auto;
}

.tekkart-info p {
  font-size: 12px;
  line-height: 18px;
  color: #7c7c7c;
  font-weight: 400;
  margin: 0;
}

.fixed-actions {
  position: fixed;
  right: 20px;
  bottom: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
}

.fixed-wa {
  width: 45px;
  height: 45px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  transition: transform 0.3s ease;
}
.scroll-top {
  width: 45px;
  height: 45px;
  background-color: #051435;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

.fixed-wa:hover,
.scroll-top:hover {
  transform: scale(1.1);
}
.header-contact {
  position: absolute;
  top: 15px;
  right: 24px;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 14px;
}

.header-wa-link {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.wa-svg {
  width: 30px;
  height: 30px;
  fill: #ffffff;
  display: block;
}

.contact-text {
  display: none;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
}

.label {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
}

.phone {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  opacity: 0.95;
}

@media (min-width: 768px) {
  .logo img {
    height: 40px;
    max-width: 100%;
  }
  .contact-text {
    display: flex;
  }
  .header-contact {
    top: 30px;
  }
  .image-wrapper {
    height: 380px;
    border-radius: 34px;
    margin-bottom: 30px;
  }
  .image-wrapper img {
    width: 100%;

    display: block;
  }
  .trust-section {
    margin: 0;
  }
  .support-info {
    display: flex;
    flex-direction: column;
  }

  .support-title {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0.8;
    letter-spacing: 0.5px;
  }

  .collab-section {
    padding: 24px 24px 36px;
  }

  .collab-card {
    padding: 42px 40px;
    border-radius: 40px;
    display: grid;
    grid-template-columns: 1.1fr 1px 1fr;
    align-items: center;
    gap: 34px;
  }

  .collab-header-image {
    justify-content: flex-start;
  }

  .collab-header-image img {
    max-width: 420px;
  }

  .collab-divider {
    width: 1px;
    height: 82px;
    background: rgba(255, 255, 255, 0.85);
    justify-self: center;
  }

  .collab-content h3 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 18px;
    font-weight: 800;
  }

  .collab-content p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
  }
  .features-header h2 {
    text-align: center;
    padding: 0 150px;
  }

  .features-header p {
    text-align: center;
    padding: 0 30px;
  }

  .features-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .testimonial-section {
    padding: 55px 0 65px;
  }

  .testimonial-section .container {
    max-width: 1250px;
    padding: 0 26px;
  }

  .image-wrapper {
    border-radius: 34px;
    margin-bottom: 30px;
  }

  .quote-icon {
    width: 48px;
    height: 48px;
    border-bottom-left-radius: 18px;
    font-size: 19px;
  }

  .custom-nav {
    padding-top: 24px;
  }

  .prev-btn,
  .next-btn {
    font-size: 17px;
  }
}

@media (min-width: 1024px) {
  .steps-section .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    gap: 20px;
  }

  .step-title,
  .step-title-text {
    flex: 0 0 100%;
    text-align: center;
  }

  .step-card {
    flex: 1;
    min-width: 300px;
    margin-top: 40px;
    border-bottom: none;
  }

  .step-header {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
  }

  .step-num {
    font-size: 75px;
    font-weight: 900;
    color: #b13254;
    line-height: 1;
  }

  .step-header h3 {
    font-size: 22px;
    font-weight: 800;
    color: #0a1329;
    line-height: 1.2;
    margin: 0;
  }

  .step-desc {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    font-weight: 500;
  }
  .trust-section .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    gap: 60px;
    padding: 60px 20px;
  }

  .trust-image {
    flex: 1;
    margin-bottom: 0;
  }

  .trust-image img {
    width: 100%;
    height: auto;
    display: block;
  }

  .trust-content {
    flex: 1;
    text-align: left;
  }

  .trust-content h2 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .trust-highlight {
    font-size: 18px;
    margin-bottom: 35px;
  }
  .stats-row {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 35px;
  }

  .stat-item {
    margin-right: 0;
  }

  .stat-number {
    font-size: 32px;
  }

  .stat-divider {
    height: 50px;
  }

  .trust-description {
    font-size: 16px;
    line-height: 1.7;
    max-width: 90%;
  }
  .testimonial-section {
    padding: 70px 0 80px;
  }

  .testimonial-section .container {
    max-width: 1280px;
    padding: 0 32px;
  }

  .image-wrapper {
    width: 260px;
    height: 420px;
    border-radius: 40px;
    margin-bottom: 0px;
  }
  .testimonial-content {
    max-width: 760px;
  }
  .stars {
    font-size: 24px;
    margin-bottom: 26px;
    margin-top: 26px;
    letter-spacing: 4px;
  }
  .comment-trigger {
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 30px;
    -webkit-line-clamp: 5;
  }
  .name {
    font-size: 14px;
    margin-bottom: 0;
  }

  .quote-icon {
    width: 64px;
    height: 64px;
    font-size: 24px;
    border-bottom-left-radius: 20px;
  }

  .custom-nav {
    margin-top: 10px;
    padding-top: 28px;
  }

  .prev-btn,
  .next-btn {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .testimonial-card {
    display: flex;
    align-items: center;
    gap: 70px;
  }

  .image-wrapper {
    flex: 0 0 420px;
    width: 220px;
    height: 420px;
    margin-bottom: 0;
    border-radius: 40px;
  }

  .testimonial-content {
    flex: 1;
    max-width: 700px;
  }
}

.trust-image,
.trust-content {
  opacity: 1;
  transition: transform 0.9s ease, opacity 0.9s ease;
  will-change: transform, opacity;
}

.trust-section.animate .trust-image {
  opacity: 0;
  transform: translateX(-60px);
}

.trust-section.animate .trust-content {
  opacity: 0;
  transform: translateX(60px);
  transition-delay: 0.2s;
}

.trust-section.in-view .trust-image,
.trust-section.in-view .trust-content {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 767px) {
  .trust-section.animate .trust-image,
  .trust-section.animate .trust-content {
    transform: translateY(40px);
  }

  .trust-section.animate .trust-content {
    transition-delay: 0.2s;
  }

  .trust-section.in-view .trust-image,
  .trust-section.in-view .trust-content {
    transform: translateY(0);
  }
}
