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

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .irv-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .irv-bottom-content, .tc-wp-content-root .irv-bottom-content *{
  box-sizing: border-box;
}.tc-wp-content-root .irv-bottom-content .irv-section{
  position: relative;
  isolation: isolate;
}.tc-wp-content-root .irv-bottom-content .irv-section-white{
  background: #ffffff;
}.tc-wp-content-root .irv-bottom-content .irv-section-soft{
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 48, 108, 0.08), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(131, 58, 180, 0.08), transparent 30%),
    #f8fafc;
}.tc-wp-content-root .irv-bottom-content .irv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .irv-bottom-content .irv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .irv-bottom-content .irv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(225, 48, 108, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(225, 48, 108, 0.08), rgba(131, 58, 180, 0.08));
  color: #8d255d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .irv-bottom-content .irv-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #e1306c, #833ab4);
  box-shadow: 0 0 0 5px rgba(225, 48, 108, 0.12);
}.tc-wp-content-root .irv-bottom-content h2{
  margin: 0;
  color: #121826;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .irv-bottom-content .irv-section-head p{
  margin: 14px auto 0;
  max-width: 690px;
  color: #5f6878;
  font-weight: 400;
  line-height: 1.7;
}.tc-wp-content-root .irv-bottom-content .irv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .irv-bottom-content .irv-card, .tc-wp-content-root .irv-bottom-content .irv-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(18, 24, 38, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .irv-bottom-content .irv-card::before, .tc-wp-content-root .irv-bottom-content .irv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(225, 48, 108, 0.3), rgba(245, 96, 64, 0.08), rgba(131, 58, 180, 0.24));
  opacity: 0;
  transition: opacity 240ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}.tc-wp-content-root .irv-bottom-content .irv-card:hover, .tc-wp-content-root .irv-bottom-content .irv-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(225, 48, 108, 0.18);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .irv-bottom-content .irv-card:hover::before, .tc-wp-content-root .irv-bottom-content .irv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .irv-bottom-content h3{
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .irv-bottom-content .irv-card p, .tc-wp-content-root .irv-bottom-content .irv-step-card p, .tc-wp-content-root .irv-bottom-content .irv-trust-card p{
  margin: 10px 0 0;
  color: #626b7a;
  line-height: 1.65;
}.tc-wp-content-root .irv-bottom-content .irv-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #e1306c, #f56040 48%, #833ab4);
  box-shadow: 0 14px 28px rgba(225, 48, 108, 0.22);
  transition: transform 240ms ease;
}.tc-wp-content-root .irv-bottom-content .irv-card:hover .irv-icon{
  transform: translateY(-2px) rotate(-2deg);
}.tc-wp-content-root .irv-bottom-content .irv-icon::before, .tc-wp-content-root .irv-bottom-content .irv-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .irv-bottom-content .irv-icon-play::before{
  left: 19px;
  top: 15px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #ffffff;
  background: transparent;
}.tc-wp-content-root .irv-bottom-content .irv-icon-speed::before{
  left: 13px;
  top: 24px;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  transform: rotate(-30deg);
}.tc-wp-content-root .irv-bottom-content .irv-icon-speed::after{
  left: 12px;
  top: 13px;
  width: 24px;
  height: 24px;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .irv-bottom-content .irv-icon-frame::before{
  left: 13px;
  top: 13px;
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}.tc-wp-content-root .irv-bottom-content .irv-icon-route::before{
  left: 12px;
  top: 14px;
  width: 24px;
  height: 20px;
  border: 3px solid #ffffff;
  border-left: 0;
  border-radius: 0 14px 14px 0;
  background: transparent;
}.tc-wp-content-root .irv-bottom-content .irv-icon-route::after{
  left: 10px;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
}.tc-wp-content-root .irv-bottom-content .irv-icon-mobile::before{
  left: 16px;
  top: 10px;
  width: 16px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}.tc-wp-content-root .irv-bottom-content .irv-icon-mobile::after{
  left: 22px;
  top: 33px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
}.tc-wp-content-root .irv-bottom-content .irv-icon-daily::before{
  left: 12px;
  top: 13px;
  width: 24px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}.tc-wp-content-root .irv-bottom-content .irv-icon-daily::after{
  left: 18px;
  top: 20px;
  width: 12px;
  height: 3px;
  border-radius: 999px;
  box-shadow: 0 7px 0 #ffffff;
}.tc-wp-content-root .irv-bottom-content .irv-steps{
  display: grid;
  gap: 18px;
}.tc-wp-content-root .irv-bottom-content .irv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(18, 24, 38, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 52px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}.tc-wp-content-root .irv-bottom-content .irv-step-card::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, #e1306c, #f56040, #833ab4);
}.tc-wp-content-root .irv-bottom-content .irv-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(225, 48, 108, 0.18);
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.12);
}.tc-wp-content-root .irv-bottom-content .irv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #121826, #343b50);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(18, 24, 38, 0.18);
}.tc-wp-content-root .irv-bottom-content .irv-step-copy{
  min-width: 0;
}.tc-wp-content-root .irv-bottom-content .irv-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at 90% 10%, rgba(225, 48, 108, 0.13), transparent 34%);
}.tc-wp-content-root .irv-bottom-content .irv-dot{
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #e1306c, #833ab4);
  box-shadow: 0 0 0 8px rgba(225, 48, 108, 0.09);
}.tc-wp-content-root .irv-bottom-content .irv-trust-card{
  overflow: hidden;
}.tc-wp-content-root .irv-bottom-content .irv-trust-card::after{
  content: "";
  position: absolute;
  right: -36px;
  top: -36px;
  width: 105px;
  height: 105px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(225, 48, 108, 0.1), rgba(131, 58, 180, 0.1));
  pointer-events: none;
}.tc-wp-content-root .irv-bottom-content .irv-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(225, 48, 108, 0.1), rgba(131, 58, 180, 0.1));
  color: #8d255d;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .irv-bottom-content .irv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .irv-bottom-content .irv-reveal.irv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .irv-bottom-content .irv-section{
    padding: 54px 0;
  }.tc-wp-content-root .irv-bottom-content .irv-container{
    padding: 0 14px;
  }.tc-wp-content-root .irv-bottom-content h2{
    font-size: 27px;
  }.tc-wp-content-root .irv-bottom-content .irv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .irv-bottom-content .irv-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 30px;
  }.tc-wp-content-root .irv-bottom-content .irv-card, .tc-wp-content-root .irv-bottom-content .irv-trust-card{
    padding: 22px;
    border-radius: 19px;
  }.tc-wp-content-root .irv-bottom-content h3{
    font-size: 18px;
  }.tc-wp-content-root .irv-bottom-content .irv-card p, .tc-wp-content-root .irv-bottom-content .irv-step-card p, .tc-wp-content-root .irv-bottom-content .irv-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .irv-bottom-content .irv-steps{
    margin-top: 30px;
  }.tc-wp-content-root .irv-bottom-content .irv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .irv-bottom-content .irv-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .irv-bottom-content .irv-section{
    padding: 60px 0;
  }.tc-wp-content-root .irv-bottom-content .irv-container{
    padding: 0 18px;
  }.tc-wp-content-root .irv-bottom-content h2{
    font-size: 30px;
  }.tc-wp-content-root .irv-bottom-content .irv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .irv-bottom-content .irv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }.tc-wp-content-root .irv-bottom-content .irv-card, .tc-wp-content-root .irv-bottom-content .irv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .irv-bottom-content h3{
    font-size: 19px;
  }.tc-wp-content-root .irv-bottom-content .irv-card p, .tc-wp-content-root .irv-bottom-content .irv-step-card p, .tc-wp-content-root .irv-bottom-content .irv-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .irv-bottom-content .irv-steps{
    margin-top: 32px;
  }.tc-wp-content-root .irv-bottom-content .irv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .irv-bottom-content .irv-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .irv-bottom-content .irv-section{
    padding: 68px 0;
  }.tc-wp-content-root .irv-bottom-content .irv-container{
    padding: 0 22px;
  }.tc-wp-content-root .irv-bottom-content h2{
    font-size: 34px;
  }.tc-wp-content-root .irv-bottom-content .irv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .irv-bottom-content .irv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 36px;
  }.tc-wp-content-root .irv-bottom-content .irv-card, .tc-wp-content-root .irv-bottom-content .irv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .irv-bottom-content h3{
    font-size: 20px;
  }.tc-wp-content-root .irv-bottom-content .irv-card p, .tc-wp-content-root .irv-bottom-content .irv-step-card p, .tc-wp-content-root .irv-bottom-content .irv-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .irv-bottom-content .irv-steps{
    margin-top: 36px;
  }.tc-wp-content-root .irv-bottom-content .irv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .irv-bottom-content .irv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .irv-bottom-content .irv-section{
    padding: 78px 0;
  }.tc-wp-content-root .irv-bottom-content .irv-container{
    padding: 0 30px;
  }.tc-wp-content-root .irv-bottom-content h2{
    font-size: 40px;
  }.tc-wp-content-root .irv-bottom-content .irv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .irv-bottom-content .irv-grid-six, .tc-wp-content-root .irv-bottom-content .irv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .irv-bottom-content .irv-card, .tc-wp-content-root .irv-bottom-content .irv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .irv-bottom-content h3{
    font-size: 21px;
  }.tc-wp-content-root .irv-bottom-content .irv-card p, .tc-wp-content-root .irv-bottom-content .irv-step-card p, .tc-wp-content-root .irv-bottom-content .irv-trust-card p{
    font-size: 16px;
  }.tc-wp-content-root .irv-bottom-content .irv-steps{
    margin-top: 42px;
  }.tc-wp-content-root .irv-bottom-content .irv-step-card{
    gap: 22px;
    padding: 28px 30px;
  }.tc-wp-content-root .irv-bottom-content .irv-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .irv-bottom-content .irv-section{
    padding: 92px 0;
  }.tc-wp-content-root .irv-bottom-content .irv-container{
    padding: 0 34px;
  }.tc-wp-content-root .irv-bottom-content h2{
    font-size: 46px;
  }.tc-wp-content-root .irv-bottom-content .irv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .irv-bottom-content .irv-grid-six, .tc-wp-content-root .irv-bottom-content .irv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .irv-bottom-content .irv-card, .tc-wp-content-root .irv-bottom-content .irv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .irv-bottom-content h3{
    font-size: 21px;
  }.tc-wp-content-root .irv-bottom-content .irv-card p, .tc-wp-content-root .irv-bottom-content .irv-step-card p, .tc-wp-content-root .irv-bottom-content .irv-trust-card p{
    font-size: 16px;
  }.tc-wp-content-root .irv-bottom-content .irv-steps{
    margin-top: 46px;
  }.tc-wp-content-root .irv-bottom-content .irv-step-card{
    gap: 24px;
    padding: 30px 34px;
  }.tc-wp-content-root .irv-bottom-content .irv-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .irv-bottom-content .irv-reveal, .tc-wp-content-root .irv-bottom-content .irv-card, .tc-wp-content-root .irv-bottom-content .irv-trust-card, .tc-wp-content-root .irv-bottom-content .irv-step-card, .tc-wp-content-root .irv-bottom-content .irv-icon{
    transition: none;
  }.tc-wp-content-root .irv-bottom-content .irv-reveal{
    opacity: 1;
    transform: none;
  }}