

.trust-strip {
  position: relative;
  padding: 60px 6vw 70px;
  background: linear-gradient(180deg,
    transparent 0%,
    rgba(var(--brand-primary-rgb, 230, 16, 28), 0.02) 50%,
    transparent 100%);
  overflow: hidden;
}
body.light .trust-strip {
  background: linear-gradient(180deg,
    transparent 0%,
    rgba(var(--brand-primary-rgb, 230, 16, 28), 0.025) 50%,
    transparent 100%);
}

.trust-strip-head {
  text-align: center;
  margin-bottom: 30px;
}
.trust-strip-eyebrow {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--brand-primary);
  font-weight: 700;
  margin-bottom: 8px;
}
.trust-strip-title {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 700;
  color: var(--brand-text, #e6e8ec);
  margin: 0;
}
body.light .trust-strip-title { color: #0f172a; }

.trust-strip-track-wrap {
  position: relative;
  overflow: hidden;

  direction: ltr;
  mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
}
.trust-strip-track {
  display: flex;
  gap: 30px;
  align-items: center;
  width: max-content;

  direction: ltr;
  animation: trust-marquee 30s linear infinite !important;
  animation-direction: normal !important;
  will-change: transform;
  transform: translateZ(0);
}

html[dir="rtl"] .trust-strip-track,
body[dir="rtl"] .trust-strip-track,
[dir="rtl"] .trust-strip-track {
  animation-direction: reverse !important;
}

@keyframes trust-marquee {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}

.trust-logo-item {
  flex-shrink: 0;
  min-width: 200px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  opacity: 0.92;
  filter: grayscale(20%) brightness(1.08);
  transition: opacity 0.3s ease, filter 0.3s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
}
.trust-logo-item:hover {
  opacity: 1;
  filter: grayscale(0%) brightness(1);
  transform: scale(1.08);
}
body.light .trust-logo-item { filter: grayscale(12%) brightness(0.92); opacity: 0.96; }
body.light .trust-logo-item:hover { filter: grayscale(0%) brightness(1); opacity: 1; }

.trust-logo-item img,
.trust-logo-item svg {
  max-height: 140px;
  max-width: 420px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.3));
}
body.light .trust-logo-item img,
body.light .trust-logo-item svg {
  filter: drop-shadow(0 4px 12px rgba(15, 23, 42, 0.14));
}
.trust-logo-item:hover img,
.trust-logo-item:hover svg {
  filter: drop-shadow(0 10px 24px rgba(var(--brand-primary-rgb, 230, 16, 28), 0.4));
}

.testimonials {
  position: relative;
  padding: 100px 6vw 120px;
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(var(--brand-primary-rgb, 230, 16, 28), 0.06), transparent 60%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  overflow: hidden;
}
body.light .testimonials {
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(var(--brand-primary-rgb, 230, 16, 28), 0.05), transparent 60%),
    #fafbfd;
}

.testimonials::before {

  content: '\201C';
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Georgia, serif;
  font-size: 340px;
  line-height: 1;
  color: rgba(var(--brand-primary-rgb, 230, 16, 28), 0.07);
  pointer-events: none;
  z-index: 0;
}

.testimonials-head {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
.testimonials-head .section-badge {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--brand-primary);
  font-weight: 700;
  padding: 6px 16px;
  border: 1px solid rgba(var(--brand-primary-rgb, 230, 16, 28), 0.3);
  border-radius: 100px;
  margin-bottom: 16px;
}
.testimonials-title {
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 800;
  margin: 0 0 14px;
  color: var(--brand-text, #e6e8ec);
}
body.light .testimonials-title { color: #0f172a; }
.testimonials-title .grad-text {
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-accent));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.testimonials-sub {
  font-size: clamp(0.95rem, 1.5vw, 1.15rem);
  color: rgba(var(--brand-text-rgb, 230, 232, 236), 0.7);
  margin: 0;
}
body.light .testimonials-sub { color: rgba(15, 23, 42, 0.65); }

.testimonials-carousel {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 1;
}
.tcar-viewport {
  overflow: hidden;
  border-radius: 24px;
}
.tcar-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.testimonial-card {
  flex: 0 0 100%;
  padding: 40px 50px 36px;
  background: linear-gradient(140deg,
    rgba(255, 255, 255, 0.03) 0%,
    rgba(255, 255, 255, 0.06) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-sizing: border-box;
  position: relative;
}
body.light .testimonial-card {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.08);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

.testimonial-card::before {
  content: '\201C';
  position: absolute;
  top: 12px;
  inset-inline-start: 30px;
  font-family: Georgia, serif;
  font-size: 90px;
  line-height: 1;
  color: var(--brand-primary);
  opacity: 0.4;
  font-weight: bold;
}

.testimonial-quote {
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  line-height: 1.85;
  font-weight: 500;
  color: var(--brand-text, #e6e8ec);
  margin: 0 0 30px;
  position: relative;
  z-index: 1;
}
body.light .testimonial-quote { color: #1e293b; }

.testimonial-rating {
  display: flex;
  gap: 4px;
  margin-bottom: 24px;
  color: #fbbf24;
}
.testimonial-rating i { font-size: 1rem; }
.testimonial-rating .empty { color: rgba(255, 255, 255, 0.15); }
body.light .testimonial-rating .empty { color: rgba(15, 23, 42, 0.15); }

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
}
.testimonial-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-accent));
  border: 2px solid rgba(255, 255, 255, 0.1);
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  flex-shrink: 0;
}
.testimonial-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.testimonial-name {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--brand-text, #e6e8ec);
}
body.light .testimonial-name { color: #0f172a; }
.testimonial-role {
  font-size: 0.85rem;
  color: rgba(var(--brand-text-rgb, 230, 232, 236), 0.65);
}
body.light .testimonial-role { color: rgba(15, 23, 42, 0.6); }
.testimonial-company {
  font-size: 0.8rem;
  color: var(--brand-primary);
  font-weight: 600;
  margin-top: 2px;
}

.tcar-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  font-size: 0.95rem;
  transition: all 0.25s ease;
  z-index: 2;
  backdrop-filter: blur(10px);
}
body.light .tcar-arrow {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.1);
  color: #0f172a;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1);
}
.tcar-arrow:hover {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #fff;
  box-shadow: 0 8px 24px rgba(var(--brand-primary-rgb, 230, 16, 28), 0.4);
}
.tcar-arrow-prev { inset-inline-start: -24px; }
.tcar-arrow-next { inset-inline-end: -24px; }
.tcar-arrow[disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}

.tcar-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}
.tcar-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s ease;
}
body.light .tcar-dot { background: rgba(15, 23, 42, 0.2); }
.tcar-dot.active {
  background: var(--brand-primary);
  width: 28px;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .testimonials { padding: 70px 4vw 90px; }
  .testimonial-card { padding: 32px 24px 28px; border-radius: 18px; }
  .testimonial-quote { font-size: 1rem; line-height: 1.75; }
  .testimonial-card::before { font-size: 70px; top: 8px; inset-inline-start: 18px; }
  .tcar-arrow { width: 38px; height: 38px; font-size: 0.8rem; }
  .tcar-arrow-prev { inset-inline-start: -8px; }
  .tcar-arrow-next { inset-inline-end: -8px; }
  .trust-strip { padding: 40px 4vw 55px; }
  .trust-strip-track { gap: 18px; animation-duration: 24s; }
  .trust-logo-item { min-width: 150px; height: 115px; padding: 0 8px; }
  .trust-logo-item img,
  .trust-logo-item svg { max-height: 95px; max-width: 300px; }
}
@media (max-width: 480px) {
  .trust-strip-track { gap: 12px; animation-duration: 20s; }
  .trust-logo-item { min-width: 120px; height: 95px; padding: 0 6px; }
  .trust-logo-item img,
  .trust-logo-item svg { max-height: 75px; max-width: 230px; }
}

@media (prefers-reduced-motion: reduce) {
  .trust-strip-track { animation: none; }
  .trust-logo-item { animation: none; }
  .tcar-track { transition: none; }
}

.lead-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
  animation: lead-fade 0.3s ease;
}
.lead-modal-overlay.open {
  display: flex;
}
@keyframes lead-fade {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.lead-modal {
  width: 100%;
  max-width: 460px;
  background: linear-gradient(160deg, #1a1d24 0%, #0f1115 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 36px 32px 28px;
  position: relative;
  animation: lead-pop 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6);
}
body.light .lead-modal {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.08);
}
@keyframes lead-pop {
  from { opacity: 0; transform: scale(0.92) translateY(20px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}

.lead-modal-close {
  position: absolute;
  top: 14px;
  inset-inline-end: 14px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  display: grid;
  place-items: center;
  font-size: 0.9rem;
  transition: all 0.2s;
}
body.light .lead-modal-close {
  background: rgba(15, 23, 42, 0.06);
  color: rgba(15, 23, 42, 0.7);
}
.lead-modal-close:hover {
  background: var(--brand-danger, #ef4444);
  color: #fff;
}

.lead-modal-head {
  text-align: center;
  margin-bottom: 24px;
}
.lead-modal-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-accent));
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.4rem;
  box-shadow: 0 12px 28px rgba(var(--brand-primary-rgb, 230, 16, 28), 0.4);
}
.lead-modal-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 6px;
}
body.light .lead-modal-title { color: #0f172a; }
.lead-modal-sub {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  line-height: 1.55;
}
body.light .lead-modal-sub { color: rgba(15, 23, 42, 0.65); }

.lead-form { display: flex; flex-direction: column; gap: 12px; }
.lead-form-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.lead-form-field label {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
}
body.light .lead-form-field label { color: rgba(15, 23, 42, 0.65); }
.lead-form-field input,
.lead-form-field select,
.lead-form-field textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: inherit;
  font-size: 0.95rem;
  outline: none;
  transition: all 0.2s;
  box-sizing: border-box;
}
body.light .lead-form-field input,
body.light .lead-form-field select,
body.light .lead-form-field textarea {
  background: #f5f7fb;
  border-color: rgba(15, 23, 42, 0.1);
  color: #0f172a;
}
.lead-form-field input:focus,
.lead-form-field select:focus,
.lead-form-field textarea:focus {
  border-color: var(--brand-primary);
  background: rgba(var(--brand-primary-rgb, 230, 16, 28), 0.05);
  box-shadow: 0 0 0 3px rgba(var(--brand-primary-rgb, 230, 16, 28), 0.15);
}
.lead-form-field textarea {
  resize: vertical;
  min-height: 60px;
  max-height: 140px;
}

.lead-submit {
  margin-top: 8px;
  padding: 14px 24px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-primary-h));
  color: #fff;
  border: none;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.25s;
  box-shadow: 0 12px 28px rgba(var(--brand-primary-rgb, 230, 16, 28), 0.35);
}
.lead-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(var(--brand-primary-rgb, 230, 16, 28), 0.5);
}
.lead-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.lead-form-msg {
  text-align: center;
  font-size: 0.85rem;
  padding: 10px;
  border-radius: 10px;
  margin-top: 6px;
}
.lead-form-msg.success {
  background: rgba(16, 185, 129, 0.1);
  color: #10b981;
  border: 1px solid rgba(16, 185, 129, 0.3);
}
.lead-form-msg.error {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.3);
}

.lead-trigger {
  position: fixed;
  bottom: 100px;
  inset-inline-end: 24px;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-accent));
  color: #fff;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 12px 28px rgba(var(--brand-primary-rgb, 230, 16, 28), 0.35);
  transition: all 0.3s;
  animation: lead-pulse 2.5s ease infinite;
}
.lead-trigger:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 18px 36px rgba(var(--brand-primary-rgb, 230, 16, 28), 0.55);
}
@keyframes lead-pulse {
  0%, 100% { box-shadow: 0 12px 28px rgba(var(--brand-primary-rgb, 230, 16, 28), 0.35); }
  50%      { box-shadow: 0 12px 28px rgba(var(--brand-primary-rgb, 230, 16, 28), 0.35),
                          0 0 0 12px rgba(var(--brand-primary-rgb, 230, 16, 28), 0); }
}
@media (max-width: 700px) {
  .lead-trigger {
    bottom: 90px;
    inset-inline-end: 14px;
    padding: 8px 14px;
    font-size: 0.82rem;
  }
  .lead-trigger .lead-trigger-text { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .lead-trigger { animation: none; }
}
