#lp-ft {
  background: #f7f9fe;
  font-family: YekanBakh, Yekanbakh, Tahoma, sans-serif;
  direction: rtl;
  position: relative;
  width: 100%;
  padding: 40px 24px 40px;
}

.ft-inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0;
  min-height: 560px;
  background: #0b1325;
  border-radius: 24px;
}

.ft-brand-col {
  flex: 0 0 22%;
  width: 22%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: 32px 28px 32px 0;
}

.ft-logo-wrap {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}

.ft-logo-wrap img {
  max-width: 230px;
  max-height: 65px;
  width: auto;
  height: auto;
  display: block;
}

.ft-logo-text a {
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff;
  text-decoration: none;
}

.ft-about-card {
  background: #1a74f5;
  border-radius: 20px;
  padding: 22px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
  width: 100%;
}

.ft-about-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 14px;
  line-height: 1.4;
}

.ft-about-txt {
  font-size: 13.5px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.95;
  margin: 0 0 18px;
  flex: 1;
}

.ft-soc-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.ft-soc-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: transform 0.2s, opacity 0.2s;
  flex-shrink: 0;
}

.ft-soc-btn:hover {
  opacity: 0.7;
  transform: scale(1.15);
}

.ft-soc-btn svg {
  width: 21px;
  height: 21px;
}

.ft-content-col {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 32px 36px 32px 36px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  border-left: 1px solid rgba(255, 255, 255, 0.06);
}

.ft-links-row {
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
  gap: 0;
  padding-bottom: 28px;
}

.ft-col {
  flex: 1;
  padding: 0 20px;
}

.ft-col:last-child {
  padding-left: 0;
}

.ft-col:first-child {
  padding-right: 0;
}

.ft-col-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
  line-height: 1.3;
}

.ft-col-dash {
  display: flex;
  gap: 4px;
  margin-bottom: 18px;
}

.ft-col-dash span {
  display: block;
  height: 3px;
  border-radius: 3px;
}

.ft-col-dash span:nth-child(1) {
  width: 30px;
  background: #1a74f5;
}

.ft-col-dash span:nth-child(2) {
  width: 13px;
  background: rgba(26, 116, 245, 0.5);
}

.ft-col-dash span:nth-child(3) {
  width: 6px;
  background: rgba(26, 116, 245, 0.25);
}

.ft-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ft-nav li a {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14.5px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  padding: 7px 0;
  transition: color 0.2s;
  line-height: 1.4;
}

.ft-nav li a svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  opacity: 0.55;
  transition: opacity 0.2s;
}

.ft-nav li a:hover {
  color: #1a74f5;
}

.ft-nav li a:hover svg {
  opacity: 1;
  color: #1a74f5;
}

.ft-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.07);
  width: 100%;
  flex: 0 0 1px;
}

.ft-bottom-row {
  flex: 1;
  display: flex;
  flex-direction: row;
  gap: 0;
  padding-top: 26px;
  align-items: flex-start;
}

.ft-contact-wrap {
  flex: 1;
  padding-left: 30px;
  border-left: none;
}

.ft-lic-wrap {
  flex: 0 0 auto;
  width: 52%;
}

.ft-section-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
  line-height: 1.3;
}

.ft-section-dash {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
}

.ft-section-dash span {
  display: block;
  height: 3px;
  border-radius: 3px;
}

.ft-section-dash span:nth-child(1) {
  width: 30px;
  background: #1a74f5;
}

.ft-section-dash span:nth-child(2) {
  width: 13px;
  background: rgba(26, 116, 245, 0.5);
}

.ft-section-dash span:nth-child(3) {
  width: 6px;
  background: rgba(26, 116, 245, 0.25);
}

.ft-contact-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  margin-bottom: 14px;
}

.ft-contact-item > svg {
  order: 2;
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.45);
}

.ft-contact-item > div {
  order: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 8px;
}

.ft-ci-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  flex-shrink: 0;
}

.ft-ci-val {
  font-size: 14px;
  font-weight: 500;
  color: #1a74f5;
  direction: ltr;
  unicode-bidi: bidi-override;
}

.ft-contact-item:nth-child(4) .ft-ci-val {
  direction: rtl;
  unicode-bidi: normal;
}

.ft-ci-acode {
  color: rgba(255, 255, 255, 0.87);
}

.ft-lic-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 8px;
}

.ft-lic-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0f1b2e;
  border-radius: 16px;
  padding: 10px;
  border: 2px solid #1e2d45;
  transition: border-color 0.2s;
  width: 80px;
  height: 90px;
}

.ft-lic-item:hover {
  border-color: rgba(26, 116, 245, 0.35);
}

.ft-lic-item img {
  max-width: 100%;
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
}

.ft-trust-col {
  flex: 0 0 auto;
  width: 8%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 6px 28px;
  gap: 0;
  justify-content: flex-start;
  position: relative;
  overflow: visible;
}

.ft-scroll-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #1a74f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
  transition: transform 0.2s, background 0.2s;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.ft-scroll-btn:hover {
  transform: translateX(-50%) translateY(-3px);
  background: #1560d4;
}

.ft-scroll-btn svg {
  width: 15px;
  height: 15px;
}

.ft-trust-inner {
  background: #f7f9fe;
  border-radius: 0 0 18px 18px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  flex: 1;
  padding: 32px 10px 20px;
  gap: 0;
  align-self: stretch;
  margin-top: 0;
  overflow: visible;
}

.ft-trust-inner::before {
  content: '';
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  height: 24px;
  background: #f7f9fe;
  border-radius: 50% / 0 0 100% 100%;
  z-index: 1;
}

.ft-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 2;
}

.ft-ti-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ft-ti-icon svg {
  width: 34px;
  height: 34px;
  filter: brightness(0);
}

.ft-ti-title {
  font-size: 11px;
  font-weight: 700;
  color: #0b1325;
  display: block;
  line-height: 1.3;
}

.ft-ti-sub {
  font-size: 9px;
  font-weight: 400;
  color: rgba(11, 19, 37, 0.5);
  display: block;
  line-height: 1.4;
}

.ft-copy-col {
  flex: 0 0 auto;
  width: 3%;
  background: #0b1325;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 0;
}

.ft-copy-vert {
  font-size: 11.5px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.35);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin: 0;
  white-space: nowrap;
  letter-spacing: 0.5px;
}

@media (max-width: 1200px) {
  #lp-ft {
    padding: 32px 16px;
  }
  .ft-brand-col {
    flex: 0 0 23%;
    width: 23%;
  }
  .ft-trust-col {
    width: 9%;
  }
  .ft-copy-col {
    width: 4%;
  }
}

@media (max-width: 1024px) {
  #lp-ft {
    padding: 28px 14px;
  }
  .ft-inner {
    flex-wrap: wrap;
    min-height: unset;
    border-radius: 18px;
  }
  .ft-brand-col {
    order: 1;
    flex: 0 0 100%;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    padding: 28px 24px;
    background: #131c30;
    border-radius: 0;
  }
  .ft-logo-wrap {
    margin-bottom: 0;
    flex: 0 0 auto;
  }
  .ft-logo-wrap img {
    max-width: 170px;
  }
  .ft-about-card {
    flex: 1;
    border-radius: 18px;
  }
  .ft-about-txt {
    font-size: 12.5px;
    margin-bottom: 14px;
  }
  .ft-content-col {
    order: 2;
    flex: 0 0 100%;
    width: 100%;
    padding: 28px 24px;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }
  .ft-links-row {
    flex-wrap: wrap;
    gap: 24px 0;
    padding-bottom: 24px;
  }
  .ft-col {
    flex: 0 0 50%;
    width: 50%;
    padding: 0;
  }
  .ft-col:nth-child(even) {
    padding-right: 20px;
  }
  .ft-col:nth-child(odd) {
    padding-left: 20px;
  }
  .ft-bottom-row {
    flex-direction: column;
    gap: 24px;
  }
  .ft-contact-wrap {
    width: 100%;
    border: none;
    padding: 0;
  }
  .ft-lic-wrap {
    width: 100%;
  }
  .ft-lic-grid {
    gap: 12px;
  }
  .ft-trust-col {
    order: 3;
    width: 100%;
    flex-direction: row;
    align-items: center;
    padding: 16px 24px;
    gap: 12px;
    background: #f7f9fe;
    position: static;
  }
  .ft-scroll-btn {
    position: static;
    flex-shrink: 0;
    transform: none;
    top: auto;
    left: auto;
  }
  .ft-scroll-btn:hover {
    transform: translateY(-3px);
  }
  .ft-trust-inner {
    border-radius: 14px;
    flex-direction: row;
    padding: 16px 8px;
    gap: 0;
    justify-content: space-around;
    min-height: unset;
    width: 100%;
    flex: 1;
    align-self: auto;
    margin-top: 0;
  }
  .ft-trust-inner::before {
    display: none;
  }
  .ft-trust-item {
    width: auto;
    flex: 1;
  }
  .ft-ti-icon svg {
    width: 38px;
    height: 38px;
  }
  .ft-ti-title {
    font-size: 12px;
  }
  .ft-ti-sub {
    font-size: 9.5px;
  }
  .ft-copy-col {
    order: 4;
    width: 100%;
    padding: 14px 24px;
    flex-direction: row;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 0;
  }
  .ft-copy-vert {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  #lp-ft {
    padding: 22px 10px;
  }
  .ft-inner {
    border-radius: 14px;
  }
  .ft-brand-col {
    flex-direction: column;
    gap: 16px;
    padding: 22px 16px;
  }
  .ft-logo-wrap img {
    max-width: 150px;
  }
  .ft-about-card {
    padding: 18px 16px;
  }
  .ft-about-title {
    font-size: 15px;
  }
  .ft-about-txt {
    font-size: 12px;
  }
  .ft-soc-btn svg {
    width: 18px;
    height: 18px;
  }
  .ft-content-col {
    padding: 22px 16px;
  }
  .ft-col {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 0 0 10px;
  }
  .ft-col:nth-child(even) {
    padding: 0 10px 0 0;
  }
  .ft-col-title {
    font-size: 14px;
  }
  .ft-nav li a {
    font-size: 13px;
    padding: 5px 0;
  }
  .ft-section-title {
    font-size: 14px;
  }
  .ft-ci-label,
  .ft-ci-val {
    font-size: 13px;
  }
  .ft-lic-item {
    width: 68px;
    height: 78px;
    padding: 8px;
  }
  .ft-lic-item img {
    max-height: 58px;
  }
  .ft-trust-col {
    padding: 0 16px 22px;
  }
  .ft-trust-inner {
    border-radius: 14px;
    flex-wrap: wrap;
    min-height: unset;
    padding: 14px 10px;
    gap: 16px;
  }
  .ft-trust-item {
    flex: 0 0 50%;
    width: 50%;
    padding: 6px 0;
  }
  .ft-ti-icon svg {
    width: 30px;
    height: 30px;
  }
  .ft-ti-title {
    font-size: 10.5px;
  }
  .ft-ti-sub {
    font-size: 8.5px;
  }
  .ft-copy-col {
    padding: 12px 16px;
  }
  .ft-copy-vert {
    font-size: 10px;
  }
}