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

.b64text-content-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}

.b64text-content-wrap,
.b64text-content-wrap section,
.b64text-content-wrap div,
.b64text-content-wrap article {
  box-sizing: border-box;
}

.b64text-content-wrap .b64text-section {
  position: relative;
  width: 100%;
}

.b64text-content-wrap .b64text-section-white {
  background: #ffffff;
}

.b64text-content-wrap .b64text-section-soft {
  background: #f7f9fc;
}

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

.b64text-content-wrap .b64text-section-head {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.b64text-content-wrap .b64text-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(0, 124, 240, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 124, 240, 0.08), rgba(0, 212, 167, 0.08));
  color: #056c87;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.b64text-content-wrap .b64text-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #007cf0, #00d4a7);
  box-shadow: 0 0 16px rgba(0, 124, 240, 0.36);
}

.b64text-content-wrap h2,
.b64text-content-wrap h3,
.b64text-content-wrap p {
  margin-top: 0;
}

.b64text-content-wrap h2 {
  margin-bottom: 14px;
  color: #101828;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}

.b64text-content-wrap .b64text-section-head p {
  margin-bottom: 0;
  color: #596579;
  line-height: 1.7;
}

.b64text-content-wrap .b64text-card-grid {
  display: grid;
  align-items: stretch;
}

.b64text-content-wrap .b64text-card,
.b64text-content-wrap .b64text-benefit-card {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(19, 32, 51, 0.09);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 18px 42px rgba(18, 38, 63, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.b64text-content-wrap .b64text-card::after,
.b64text-content-wrap .b64text-benefit-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(0, 124, 240, 0.18), rgba(0, 212, 167, 0.14));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  padding: 1px;
  mask-composite: exclude;
  -webkit-mask-composite: xor;
}

.b64text-content-wrap .b64text-card:hover,
.b64text-content-wrap .b64text-benefit-card:hover,
.b64text-content-wrap .b64text-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 124, 240, 0.22);
  box-shadow: 0 24px 60px rgba(18, 38, 63, 0.12);
}

.b64text-content-wrap .b64text-card:hover::after,
.b64text-content-wrap .b64text-benefit-card:hover::after {
  opacity: 1;
}

.b64text-content-wrap .b64text-card > *,
.b64text-content-wrap .b64text-benefit-card > * {
  position: relative;
  z-index: 1;
}

.b64text-content-wrap .b64text-card h3,
.b64text-content-wrap .b64text-benefit-card h3,
.b64text-content-wrap .b64text-step-card h3 {
  margin-bottom: 10px;
  color: #111827;
  font-weight: 760;
  line-height: 1.28;
  letter-spacing: 0;
}

.b64text-content-wrap .b64text-card p,
.b64text-content-wrap .b64text-benefit-card p,
.b64text-content-wrap .b64text-step-card p {
  margin-bottom: 0;
  color: #5d687c;
  line-height: 1.68;
}

.b64text-content-wrap .b64text-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 124, 240, 0.12), rgba(0, 212, 167, 0.14));
  box-shadow: inset 0 0 0 1px rgba(0, 124, 240, 0.12);
}

.b64text-content-wrap .b64text-icon::before,
.b64text-content-wrap .b64text-icon::after {
  content: "";
  position: absolute;
  border-radius: 6px;
  background: linear-gradient(135deg, #007cf0, #00b894);
  transition: transform 260ms ease;
}

.b64text-content-wrap .b64text-card:hover .b64text-icon::before {
  transform: translateX(2px);
}

.b64text-content-wrap .b64text-card:hover .b64text-icon::after {
  transform: translateX(-2px);
}

.b64text-content-wrap .b64text-icon-decode::before {
  width: 18px;
  height: 3px;
  top: 17px;
  left: 15px;
}

.b64text-content-wrap .b64text-icon-decode::after {
  width: 18px;
  height: 3px;
  top: 27px;
  left: 15px;
}

.b64text-content-wrap .b64text-icon-debug::before {
  width: 18px;
  height: 18px;
  top: 15px;
  left: 15px;
  border-radius: 50%;
}

.b64text-content-wrap .b64text-icon-debug::after {
  width: 12px;
  height: 3px;
  top: 30px;
  left: 29px;
  transform: rotate(45deg);
}

.b64text-content-wrap .b64text-icon-data::before {
  width: 22px;
  height: 6px;
  top: 13px;
  left: 13px;
}

.b64text-content-wrap .b64text-icon-data::after {
  width: 22px;
  height: 6px;
  top: 27px;
  left: 13px;
}

.b64text-content-wrap .b64text-icon-clean::before {
  width: 18px;
  height: 22px;
  top: 13px;
  left: 16px;
}

.b64text-content-wrap .b64text-icon-clean::after {
  width: 14px;
  height: 3px;
  top: 20px;
  left: 19px;
  background: #ffffff;
}

.b64text-content-wrap .b64text-icon-safe::before {
  width: 22px;
  height: 18px;
  top: 18px;
  left: 13px;
  border-radius: 7px;
}

.b64text-content-wrap .b64text-icon-safe::after {
  width: 14px;
  height: 10px;
  top: 10px;
  left: 17px;
  border: 3px solid #007cf0;
  border-bottom: 0;
  background: transparent;
  border-radius: 10px 10px 0 0;
}

.b64text-content-wrap .b64text-icon-simple::before {
  width: 22px;
  height: 22px;
  top: 13px;
  left: 13px;
  border-radius: 8px;
}

.b64text-content-wrap .b64text-icon-simple::after {
  width: 8px;
  height: 8px;
  top: 20px;
  left: 20px;
  background: #ffffff;
}

.b64text-content-wrap .b64text-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.b64text-content-wrap .b64text-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(19, 32, 51, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(18, 38, 63, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.b64text-content-wrap .b64text-step-card::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 0;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #007cf0, #00d4a7);
}

.b64text-content-wrap .b64text-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #007cf0, #00b894);
  color: #ffffff;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 16px 30px rgba(0, 124, 240, 0.22);
}

.b64text-content-wrap .b64text-step-content {
  min-width: 0;
}

.b64text-content-wrap .b64text-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 124, 240, 0.1), rgba(0, 212, 167, 0.12));
  color: #056c87;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.b64text-content-wrap .b64text-benefit-mark {
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #007cf0, #00d4a7);
  box-shadow: 0 16px 28px rgba(0, 124, 240, 0.18);
}

.b64text-content-wrap .b64text-benefit-mark::before {
  content: "";
  width: 15px;
  height: 8px;
  margin: 16px auto 0;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  transform: rotate(-45deg);
}

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

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

@media (min-width: 320px) and (max-width: 374px) {
  .b64text-content-wrap .b64text-section {
    padding: 46px 0;
  }

  .b64text-content-wrap .b64text-container {
    padding: 0 14px;
  }

  .b64text-content-wrap .b64text-section-head {
    margin-bottom: 28px;
  }

  .b64text-content-wrap h2 {
    font-size: 26px;
  }

  .b64text-content-wrap .b64text-section-head p {
    font-size: 14px;
  }

  .b64text-content-wrap .b64text-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .b64text-content-wrap .b64text-card,
  .b64text-content-wrap .b64text-benefit-card {
    padding: 22px;
  }

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

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

  .b64text-content-wrap .b64text-steps {
    gap: 16px;
  }

  .b64text-content-wrap .b64text-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .b64text-content-wrap .b64text-step-number {
    width: 52px;
    height: 52px;
    font-size: 15px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .b64text-content-wrap .b64text-section {
    padding: 52px 0;
  }

  .b64text-content-wrap .b64text-container {
    padding: 0 18px;
  }

  .b64text-content-wrap .b64text-section-head {
    margin-bottom: 30px;
  }

  .b64text-content-wrap h2 {
    font-size: 29px;
  }

  .b64text-content-wrap .b64text-section-head p {
    font-size: 15px;
  }

  .b64text-content-wrap .b64text-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .b64text-content-wrap .b64text-card,
  .b64text-content-wrap .b64text-benefit-card {
    padding: 24px;
  }

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

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

  .b64text-content-wrap .b64text-steps {
    gap: 18px;
  }

  .b64text-content-wrap .b64text-step-card {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }

  .b64text-content-wrap .b64text-step-number {
    width: 54px;
    height: 54px;
    font-size: 15px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .b64text-content-wrap .b64text-section {
    padding: 58px 0;
  }

  .b64text-content-wrap .b64text-container {
    padding: 0 22px;
  }

  .b64text-content-wrap .b64text-section-head {
    margin-bottom: 34px;
  }

  .b64text-content-wrap h2 {
    font-size: 32px;
  }

  .b64text-content-wrap .b64text-section-head p {
    font-size: 15.5px;
  }

  .b64text-content-wrap .b64text-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .b64text-content-wrap .b64text-card,
  .b64text-content-wrap .b64text-benefit-card {
    padding: 26px;
  }

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

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

  .b64text-content-wrap .b64text-steps {
    gap: 20px;
  }

  .b64text-content-wrap .b64text-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }

  .b64text-content-wrap .b64text-step-number {
    width: 56px;
    height: 56px;
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .b64text-content-wrap .b64text-section {
    padding: 72px 0;
  }

  .b64text-content-wrap .b64text-container {
    padding: 0 30px;
  }

  .b64text-content-wrap .b64text-section-head {
    margin-bottom: 42px;
  }

  .b64text-content-wrap h2 {
    font-size: 38px;
  }

  .b64text-content-wrap .b64text-section-head p {
    font-size: 16px;
  }

  .b64text-content-wrap .b64text-card-grid {
    gap: 22px;
  }

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

  .b64text-content-wrap .b64text-card,
  .b64text-content-wrap .b64text-benefit-card {
    padding: 28px;
  }

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

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

  .b64text-content-wrap .b64text-steps {
    gap: 20px;
  }

  .b64text-content-wrap .b64text-step-card {
    gap: 24px;
    padding: 30px;
  }

  .b64text-content-wrap .b64text-step-number {
    width: 62px;
    height: 62px;
    font-size: 17px;
  }
}

@media (min-width: 1024px) {
  .b64text-content-wrap .b64text-section {
    padding: 88px 0;
  }

  .b64text-content-wrap .b64text-container {
    padding: 0 32px;
  }

  .b64text-content-wrap .b64text-section-head {
    margin-bottom: 48px;
  }

  .b64text-content-wrap h2 {
    font-size: 44px;
  }

  .b64text-content-wrap .b64text-section-head p {
    font-size: 17px;
  }

  .b64text-content-wrap .b64text-card-grid {
    gap: 24px;
  }

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

  .b64text-content-wrap .b64text-card,
  .b64text-content-wrap .b64text-benefit-card {
    padding: 30px;
  }

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

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

  .b64text-content-wrap .b64text-steps {
    gap: 22px;
  }

  .b64text-content-wrap .b64text-step-card {
    gap: 28px;
    padding: 34px 38px;
  }

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