@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 .ttav-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
}.tc-wp-content-root .ttav-content, .tc-wp-content-root .ttav-content div, .tc-wp-content-root .ttav-content section, .tc-wp-content-root .ttav-content article{
  box-sizing: border-box;
}.tc-wp-content-root .ttav-content .ttav-section{
  position: relative;
  isolation: isolate;
}.tc-wp-content-root .ttav-content .ttav-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttav-content .ttav-section-soft{
  background:
    radial-gradient(circle at 10% 12%, rgba(37, 244, 238, 0.11), transparent 30%),
    radial-gradient(circle at 88% 24%, rgba(254, 44, 85, 0.10), transparent 34%),
    #f7f9fc;
}.tc-wp-content-root .ttav-content .ttav-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ttav-content .ttav-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttav-content .ttav-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(254, 44, 85, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.14), rgba(254, 44, 85, 0.10));
  color: #af1237;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .ttav-content .ttav-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 5px rgba(37, 244, 238, 0.12);
}.tc-wp-content-root .ttav-content h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ttav-content .ttav-heading p{
  margin: 16px auto 0;
  color: #5c667a;
  line-height: 1.7;
}.tc-wp-content-root .ttav-content .ttav-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttav-content .ttav-card, .tc-wp-content-root .ttav-content .ttav-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ttav-content .ttav-card{
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
}.tc-wp-content-root .ttav-content .ttav-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #25f4ee, #fe2c55, #7c3aed);
  opacity: 0.9;
}.tc-wp-content-root .ttav-content .ttav-card:hover, .tc-wp-content-root .ttav-content .ttav-step-card:hover{
  transform: translateY(-6px);
  border-color: rgba(254, 44, 85, 0.24);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.13);
}.tc-wp-content-root .ttav-content h3{
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ttav-content .ttav-card p, .tc-wp-content-root .ttav-content .ttav-step-card p{
  margin: 12px 0 0;
  color: #5f6b7f;
  line-height: 1.68;
}.tc-wp-content-root .ttav-content .ttav-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.16));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.85);
}.tc-wp-content-root .ttav-content .ttav-icon::before, .tc-wp-content-root .ttav-content .ttav-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.tc-wp-content-root .ttav-content .ttav-feature-card:hover .ttav-icon::before, .tc-wp-content-root .ttav-content .ttav-feature-card:hover .ttav-icon::after{
  transform: translateX(2px);
}.tc-wp-content-root .ttav-content .ttav-icon-play::before{
  left: 18px;
  top: 14px;
  border-left: 14px solid #fe2c55;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}.tc-wp-content-root .ttav-content .ttav-icon-speed::before{
  left: 12px;
  top: 20px;
  width: 22px;
  height: 6px;
  border-radius: 999px;
  background: #25bfc2;
}.tc-wp-content-root .ttav-content .ttav-icon-speed::after{
  left: 24px;
  top: 12px;
  width: 8px;
  height: 22px;
  border-radius: 999px;
  background: #fe2c55;
  transform: rotate(-35deg);
}.tc-wp-content-root .ttav-content .ttav-icon-preview::before{
  left: 11px;
  top: 13px;
  width: 24px;
  height: 18px;
  border: 2px solid #25bfc2;
  border-radius: 8px;
}.tc-wp-content-root .ttav-content .ttav-icon-preview::after{
  left: 19px;
  top: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fe2c55;
}.tc-wp-content-root .ttav-content .ttav-icon-steps::before{
  left: 13px;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fe2c55;
  box-shadow: 12px 0 0 #25bfc2, 6px 14px 0 #7c3aed;
}.tc-wp-content-root .ttav-content .ttav-icon-mobile::before{
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 2px solid #25bfc2;
  border-radius: 7px;
}.tc-wp-content-root .ttav-content .ttav-icon-mobile::after{
  left: 22px;
  top: 31px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fe2c55;
}.tc-wp-content-root .ttav-content .ttav-icon-daily::before{
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 2px solid #25bfc2;
  border-radius: 50%;
}.tc-wp-content-root .ttav-content .ttav-icon-daily::after{
  left: 22px;
  top: 16px;
  width: 8px;
  height: 14px;
  border-right: 2px solid #fe2c55;
  border-bottom: 2px solid #fe2c55;
  transform: rotate(35deg);
}.tc-wp-content-root .ttav-content .ttav-steps{
  display: grid;
  gap: 18px;
}.tc-wp-content-root .ttav-content .ttav-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 26px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.65), rgba(254, 44, 85, 0.55)) border-box;
}.tc-wp-content-root .ttav-content .ttav-step-card::after{
  content: "";
  position: absolute;
  right: -46px;
  top: -46px;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.16), rgba(254, 44, 85, 0.12));
}.tc-wp-content-root .ttav-content .ttav-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 22px;
  background: #111827;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.20);
}.tc-wp-content-root .ttav-content .ttav-step-copy{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .ttav-content .ttav-badge{
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.13);
  color: #0f7e83;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .ttav-content .ttav-use-card:nth-child(2n) .ttav-badge{
  background: rgba(254, 44, 85, 0.10);
  color: #b7193d;
}.tc-wp-content-root .ttav-content .ttav-use-card:nth-child(3n) .ttav-badge{
  background: rgba(124, 58, 237, 0.10);
  color: #6330bd;
}.tc-wp-content-root .ttav-content .ttav-trust-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at top right, rgba(37, 244, 238, 0.20), transparent 40%);
}.tc-wp-content-root .ttav-content .ttav-trust-mark{
  display: inline-flex;
  position: relative;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 12px 26px rgba(254, 44, 85, 0.20);
}.tc-wp-content-root .ttav-content .ttav-trust-mark::before{
  content: "";
  position: absolute;
  left: 15px;
  top: 10px;
  width: 10px;
  height: 18px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(42deg);
}.tc-wp-content-root .ttav-content .ttav-reveal{
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .ttav-content .ttav-reveal.ttav-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttav-content .ttav-section{
    padding: 54px 0;
  }.tc-wp-content-root .ttav-content .ttav-container{
    padding: 0 14px;
  }.tc-wp-content-root .ttav-content h2{
    font-size: 26px;
  }.tc-wp-content-root .ttav-content .ttav-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ttav-content .ttav-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttav-content .ttav-card{
    padding: 24px 20px;
  }.tc-wp-content-root .ttav-content h3{
    font-size: 18px;
  }.tc-wp-content-root .ttav-content .ttav-card p, .tc-wp-content-root .ttav-content .ttav-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .ttav-content .ttav-steps{
    margin-top: 30px;
  }.tc-wp-content-root .ttav-content .ttav-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .ttav-content .ttav-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttav-content .ttav-section{
    padding: 60px 0;
  }.tc-wp-content-root .ttav-content .ttav-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttav-content h2{
    font-size: 29px;
  }.tc-wp-content-root .ttav-content .ttav-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttav-content .ttav-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ttav-content .ttav-card{
    padding: 26px 22px;
  }.tc-wp-content-root .ttav-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ttav-content .ttav-card p, .tc-wp-content-root .ttav-content .ttav-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ttav-content .ttav-steps{
    margin-top: 34px;
  }.tc-wp-content-root .ttav-content .ttav-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px 22px;
  }.tc-wp-content-root .ttav-content .ttav-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttav-content .ttav-section{
    padding: 66px 0;
  }.tc-wp-content-root .ttav-content .ttav-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttav-content h2{
    font-size: 32px;
  }.tc-wp-content-root .ttav-content .ttav-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ttav-content .ttav-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ttav-content .ttav-card{
    padding: 28px 24px;
  }.tc-wp-content-root .ttav-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ttav-content .ttav-card p, .tc-wp-content-root .ttav-content .ttav-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .ttav-content .ttav-steps{
    margin-top: 36px;
  }.tc-wp-content-root .ttav-content .ttav-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px;
  }.tc-wp-content-root .ttav-content .ttav-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttav-content .ttav-section{
    padding: 78px 0;
  }.tc-wp-content-root .ttav-content .ttav-container{
    padding: 0 28px;
  }.tc-wp-content-root .ttav-content h2{
    font-size: 38px;
  }.tc-wp-content-root .ttav-content .ttav-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ttav-content .ttav-grid-three, .tc-wp-content-root .ttav-content .ttav-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttav-content .ttav-card{
    padding: 30px 26px;
  }.tc-wp-content-root .ttav-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ttav-content .ttav-card p, .tc-wp-content-root .ttav-content .ttav-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttav-content .ttav-steps{
    margin-top: 42px;
  }.tc-wp-content-root .ttav-content .ttav-step-card{
    gap: 22px;
    padding: 30px 28px;
  }.tc-wp-content-root .ttav-content .ttav-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttav-content .ttav-section{
    padding: 92px 0;
  }.tc-wp-content-root .ttav-content .ttav-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttav-content h2{
    font-size: 44px;
  }.tc-wp-content-root .ttav-content .ttav-heading p{
    font-size: 18px;
  }.tc-wp-content-root .ttav-content .ttav-grid-three, .tc-wp-content-root .ttav-content .ttav-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttav-content .ttav-card{
    padding: 32px 28px;
  }.tc-wp-content-root .ttav-content h3{
    font-size: 22px;
  }.tc-wp-content-root .ttav-content .ttav-card p, .tc-wp-content-root .ttav-content .ttav-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .ttav-content .ttav-steps{
    margin-top: 48px;
  }.tc-wp-content-root .ttav-content .ttav-step-card{
    gap: 26px;
    padding: 34px 34px;
  }.tc-wp-content-root .ttav-content .ttav-step-number{
    width: 72px;
    height: 72px;
    font-size: 20px;
  }}