@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

.jfc-bottom-content {
  width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #182033;
  background: #ffffff;
}

.jfc-bottom-content,
.jfc-bottom-content div,
.jfc-bottom-content section,
.jfc-bottom-content article {
  box-sizing: border-box;
}

.jfc-bottom-content .jfc-section {
  position: relative;
  width: 100%;
}

.jfc-bottom-content .jfc-section-white {
  background: #ffffff;
}

.jfc-bottom-content .jfc-section-soft {
  background: linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}

.jfc-bottom-content .jfc-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.jfc-bottom-content .jfc-section-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.jfc-bottom-content .jfc-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(30, 115, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(30, 115, 255, 0.1), rgba(0, 196, 167, 0.1));
  color: #0d5fd7;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.jfc-bottom-content .jfc-section-head h2 {
  margin: 0;
  color: #121827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.jfc-bottom-content .jfc-section-head p {
  margin: 16px auto 0;
  color: #5b6578;
  line-height: 1.7;
}

.jfc-bottom-content .jfc-card-grid {
  display: grid;
  align-items: stretch;
}

.jfc-bottom-content .jfc-card,
.jfc-bottom-content .jfc-benefit-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(32, 49, 83, 0.1);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(22, 35, 62, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  overflow: hidden;
}

.jfc-bottom-content .jfc-card::before,
.jfc-bottom-content .jfc-benefit-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #1e73ff, #00c4a7);
  opacity: 0.9;
}

.jfc-bottom-content .jfc-card:hover,
.jfc-bottom-content .jfc-benefit-card:hover {
  transform: translateY(-5px);
  border-color: rgba(30, 115, 255, 0.3);
  box-shadow: 0 24px 62px rgba(22, 35, 62, 0.13);
}

.jfc-bottom-content .jfc-card h3,
.jfc-bottom-content .jfc-benefit-card h3,
.jfc-bottom-content .jfc-step-content h3 {
  margin: 0;
  color: #151c2e;
  font-weight: 750;
  line-height: 1.28;
  letter-spacing: 0;
}

.jfc-bottom-content .jfc-card p,
.jfc-bottom-content .jfc-benefit-card p,
.jfc-bottom-content .jfc-step-content p {
  margin: 10px 0 0;
  color: #5d6677;
  line-height: 1.65;
}

.jfc-bottom-content .jfc-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(30, 115, 255, 0.14), rgba(0, 196, 167, 0.14));
  border: 1px solid rgba(30, 115, 255, 0.14);
}

.jfc-bottom-content .jfc-icon::before,
.jfc-bottom-content .jfc-icon::after {
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}

.jfc-bottom-content .jfc-card:hover .jfc-icon::before,
.jfc-bottom-content .jfc-card:hover .jfc-icon::after {
  transform: translateY(-1px);
}

.jfc-bottom-content .jfc-icon-code::before {
  width: 16px;
  height: 16px;
  left: 14px;
  top: 14px;
  border-left: 3px solid #1e73ff;
  border-bottom: 3px solid #00a98f;
  transform: rotate(45deg);
}

.jfc-bottom-content .jfc-icon-file::before {
  width: 18px;
  height: 22px;
  left: 14px;
  top: 11px;
  border: 2px solid #1e73ff;
  border-radius: 4px;
}

.jfc-bottom-content .jfc-icon-file::after {
  width: 8px;
  height: 2px;
  left: 19px;
  top: 20px;
  background: #00a98f;
  box-shadow: 0 6px 0 #00a98f;
}

.jfc-bottom-content .jfc-icon-check::before {
  width: 18px;
  height: 10px;
  left: 13px;
  top: 16px;
  border-left: 3px solid #00a98f;
  border-bottom: 3px solid #1e73ff;
  transform: rotate(-45deg);
}

.jfc-bottom-content .jfc-icon-speed::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #1e73ff;
  border-radius: 50%;
  border-bottom-color: transparent;
}

.jfc-bottom-content .jfc-icon-speed::after {
  width: 11px;
  height: 3px;
  left: 23px;
  top: 21px;
  background: #00a98f;
  border-radius: 99px;
  transform-origin: left center;
  transform: rotate(-24deg);
}

.jfc-bottom-content .jfc-icon-sync::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #1e73ff;
  border-left-color: transparent;
  border-radius: 50%;
}

.jfc-bottom-content .jfc-icon-sync::after {
  width: 7px;
  height: 7px;
  left: 29px;
  top: 12px;
  border-top: 2px solid #00a98f;
  border-right: 2px solid #00a98f;
  transform: rotate(45deg);
}

.jfc-bottom-content .jfc-icon-shield::before {
  width: 20px;
  height: 24px;
  left: 13px;
  top: 10px;
  background: linear-gradient(135deg, #1e73ff, #00c4a7);
  clip-path: polygon(50% 0, 88% 14%, 82% 70%, 50% 100%, 18% 70%, 12% 14%);
  opacity: 0.9;
}

.jfc-bottom-content .jfc-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.jfc-bottom-content .jfc-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(30, 115, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 50px rgba(22, 35, 62, 0.07);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.jfc-bottom-content .jfc-step-card::after {
  content: "";
  position: absolute;
  left: 32px;
  top: 82px;
  bottom: -28px;
  width: 2px;
  background: linear-gradient(180deg, rgba(30, 115, 255, 0.28), rgba(0, 196, 167, 0));
}

.jfc-bottom-content .jfc-step-card:last-child::after {
  display: none;
}

.jfc-bottom-content .jfc-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 196, 167, 0.28);
  box-shadow: 0 24px 62px rgba(22, 35, 62, 0.11);
}

.jfc-bottom-content .jfc-step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #1e73ff, #00c4a7);
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(30, 115, 255, 0.22);
}

.jfc-bottom-content .jfc-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  min-width: 54px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eef6ff;
  color: #0d5fd7;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.jfc-bottom-content .jfc-benefit-mark {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1e73ff, #00c4a7);
  box-shadow: 0 12px 26px rgba(30, 115, 255, 0.22);
  position: relative;
}

.jfc-bottom-content .jfc-benefit-mark::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}

.jfc-bottom-content .jfc-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.jfc-bottom-content .jfc-reveal.jfc-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 320px) and (max-width: 374px) {
  .jfc-bottom-content .jfc-section {
    padding: 48px 0;
  }

  .jfc-bottom-content .jfc-container {
    padding: 0 14px;
  }

  .jfc-bottom-content .jfc-section-head h2 {
    font-size: 27px;
  }

  .jfc-bottom-content .jfc-section-head p {
    font-size: 15px;
  }

  .jfc-bottom-content .jfc-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  .jfc-bottom-content .jfc-card,
  .jfc-bottom-content .jfc-benefit-card {
    padding: 24px 20px;
  }

  .jfc-bottom-content .jfc-card h3,
  .jfc-bottom-content .jfc-benefit-card h3,
  .jfc-bottom-content .jfc-step-content h3 {
    font-size: 18px;
  }

  .jfc-bottom-content .jfc-card p,
  .jfc-bottom-content .jfc-benefit-card p,
  .jfc-bottom-content .jfc-step-content p {
    font-size: 14px;
  }

  .jfc-bottom-content .jfc-steps {
    gap: 16px;
    margin-top: 30px;
  }

  .jfc-bottom-content .jfc-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }

  .jfc-bottom-content .jfc-step-card::after {
    display: none;
  }

  .jfc-bottom-content .jfc-step-number {
    width: 52px;
    height: 52px;
    font-size: 16px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .jfc-bottom-content .jfc-section {
    padding: 54px 0;
  }

  .jfc-bottom-content .jfc-container {
    padding: 0 18px;
  }

  .jfc-bottom-content .jfc-section-head h2 {
    font-size: 30px;
  }

  .jfc-bottom-content .jfc-section-head p {
    font-size: 15.5px;
  }

  .jfc-bottom-content .jfc-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }

  .jfc-bottom-content .jfc-card,
  .jfc-bottom-content .jfc-benefit-card {
    padding: 26px 22px;
  }

  .jfc-bottom-content .jfc-card h3,
  .jfc-bottom-content .jfc-benefit-card h3,
  .jfc-bottom-content .jfc-step-content h3 {
    font-size: 19px;
  }

  .jfc-bottom-content .jfc-card p,
  .jfc-bottom-content .jfc-benefit-card p,
  .jfc-bottom-content .jfc-step-content p {
    font-size: 14.5px;
  }

  .jfc-bottom-content .jfc-steps {
    gap: 18px;
    margin-top: 32px;
  }

  .jfc-bottom-content .jfc-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }

  .jfc-bottom-content .jfc-step-card::after {
    display: none;
  }

  .jfc-bottom-content .jfc-step-number {
    width: 54px;
    height: 54px;
    font-size: 16px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .jfc-bottom-content .jfc-section {
    padding: 60px 0;
  }

  .jfc-bottom-content .jfc-container {
    padding: 0 22px;
  }

  .jfc-bottom-content .jfc-section-head h2 {
    font-size: 34px;
  }

  .jfc-bottom-content .jfc-section-head p {
    font-size: 16px;
  }

  .jfc-bottom-content .jfc-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }

  .jfc-bottom-content .jfc-card,
  .jfc-bottom-content .jfc-benefit-card {
    padding: 28px 24px;
  }

  .jfc-bottom-content .jfc-card h3,
  .jfc-bottom-content .jfc-benefit-card h3,
  .jfc-bottom-content .jfc-step-content h3 {
    font-size: 20px;
  }

  .jfc-bottom-content .jfc-card p,
  .jfc-bottom-content .jfc-benefit-card p,
  .jfc-bottom-content .jfc-step-content p {
    font-size: 15px;
  }

  .jfc-bottom-content .jfc-steps {
    gap: 20px;
    margin-top: 36px;
  }

  .jfc-bottom-content .jfc-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }

  .jfc-bottom-content .jfc-step-card::after {
    display: none;
  }

  .jfc-bottom-content .jfc-step-number {
    width: 58px;
    height: 58px;
    font-size: 17px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .jfc-bottom-content .jfc-section {
    padding: 78px 0;
  }

  .jfc-bottom-content .jfc-container {
    padding: 0 32px;
  }

  .jfc-bottom-content .jfc-section-head h2 {
    font-size: 42px;
  }

  .jfc-bottom-content .jfc-section-head p {
    font-size: 17px;
  }

  .jfc-bottom-content .jfc-card-grid {
    gap: 22px;
    margin-top: 44px;
  }

  .jfc-bottom-content .jfc-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jfc-bottom-content .jfc-card,
  .jfc-bottom-content .jfc-benefit-card {
    padding: 30px 26px;
  }

  .jfc-bottom-content .jfc-card h3,
  .jfc-bottom-content .jfc-benefit-card h3,
  .jfc-bottom-content .jfc-step-content h3 {
    font-size: 21px;
  }

  .jfc-bottom-content .jfc-card p,
  .jfc-bottom-content .jfc-benefit-card p,
  .jfc-bottom-content .jfc-step-content p {
    font-size: 15.5px;
  }

  .jfc-bottom-content .jfc-steps {
    gap: 22px;
    margin-top: 44px;
  }

  .jfc-bottom-content .jfc-step-card {
    gap: 24px;
    padding: 32px 30px;
  }

  .jfc-bottom-content .jfc-step-number {
    width: 64px;
    height: 64px;
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .jfc-bottom-content .jfc-section {
    padding: 92px 0;
  }

  .jfc-bottom-content .jfc-container {
    padding: 0 36px;
  }

  .jfc-bottom-content .jfc-section-head h2 {
    font-size: 48px;
  }

  .jfc-bottom-content .jfc-section-head p {
    font-size: 18px;
  }

  .jfc-bottom-content .jfc-card-grid {
    gap: 24px;
    margin-top: 50px;
  }

  .jfc-bottom-content .jfc-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .jfc-bottom-content .jfc-card,
  .jfc-bottom-content .jfc-benefit-card {
    padding: 34px 30px;
  }

  .jfc-bottom-content .jfc-card h3,
  .jfc-bottom-content .jfc-benefit-card h3,
  .jfc-bottom-content .jfc-step-content h3 {
    font-size: 22px;
  }

  .jfc-bottom-content .jfc-card p,
  .jfc-bottom-content .jfc-benefit-card p,
  .jfc-bottom-content .jfc-step-content p {
    font-size: 16px;
  }

  .jfc-bottom-content .jfc-steps {
    gap: 22px;
    margin-top: 50px;
  }

  .jfc-bottom-content .jfc-step-card {
    gap: 28px;
    padding: 34px 34px;
  }

  .jfc-bottom-content .jfc-step-number {
    width: 66px;
    height: 66px;
    font-size: 18px;
  }
}