@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 .ttkav-content{
  width: 100%;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: #172033;
  background: #ffffff;
}.tc-wp-content-root .ttkav-content, .tc-wp-content-root .ttkav-content div, .tc-wp-content-root .ttkav-content section, .tc-wp-content-root .ttkav-content article{
  box-sizing: border-box;
}.tc-wp-content-root .ttkav-content .ttkav-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ttkav-content .ttkav-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttkav-content .ttkav-section-soft{
  background:
    radial-gradient(circle at top left, rgba(255, 47, 112, 0.08), transparent 32%),
    radial-gradient(circle at bottom right, rgba(42, 202, 255, 0.09), transparent 34%),
    #f8fafc;
}.tc-wp-content-root .ttkav-content .ttkav-container{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}.tc-wp-content-root .ttkav-content .ttkav-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttkav-content .ttkav-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 47, 112, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 47, 112, 0.1), rgba(42, 202, 255, 0.1));
  color: #b5164e;
  font-weight: 700;
  line-height: 1;
}.tc-wp-content-root .ttkav-content .ttkav-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .ttkav-content .ttkav-heading p{
  margin: 14px auto 0;
  color: #5b667a;
  line-height: 1.7;
}.tc-wp-content-root .ttkav-content .ttkav-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttkav-content .ttkav-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 47, 112, 0.18), rgba(42, 202, 255, 0.16)) border-box;
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
  overflow: hidden;
}.tc-wp-content-root .ttkav-content .ttkav-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #ff2f70, #20c7f7, #6d5dfc);
  opacity: 0.9;
}.tc-wp-content-root .ttkav-content .ttkav-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 47, 112, 0.22);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.11);
}.tc-wp-content-root .ttkav-content .ttkav-card h3{
  margin: 0;
  color: #151c2f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ttkav-content .ttkav-card p{
  margin: 10px 0 0;
  color: #5d687d;
  line-height: 1.68;
}.tc-wp-content-root .ttkav-content .ttkav-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff2f70, #20c7f7);
  box-shadow: 0 12px 24px rgba(255, 47, 112, 0.2);
}.tc-wp-content-root .ttkav-content .ttkav-icon::before, .tc-wp-content-root .ttkav-content .ttkav-icon::after{
  content: "";
  position: absolute;
  display: block;
}.tc-wp-content-root .ttkav-content .ttkav-icon-view::before{
  width: 20px;
  height: 12px;
  left: 13px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 14px;
}.tc-wp-content-root .ttkav-content .ttkav-icon-view::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .ttkav-content .ttkav-icon-speed::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-left-color: transparent;
}.tc-wp-content-root .ttkav-content .ttkav-icon-speed::after{
  width: 12px;
  height: 2px;
  left: 22px;
  top: 22px;
  background: #ffffff;
  transform: rotate(-32deg);
  transform-origin: left center;
}.tc-wp-content-root .ttkav-content .ttkav-icon-preview::before{
  width: 20px;
  height: 24px;
  left: 13px;
  top: 11px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .ttkav-content .ttkav-icon-preview::after{
  width: 10px;
  height: 2px;
  left: 18px;
  top: 21px;
  background: #ffffff;
  box-shadow: 0 6px 0 #ffffff;
}.tc-wp-content-root .ttkav-content .ttkav-icon-steps::before{
  width: 6px;
  height: 6px;
  left: 14px;
  top: 13px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.tc-wp-content-root .ttkav-content .ttkav-icon-steps::after{
  width: 14px;
  height: 2px;
  left: 24px;
  top: 15px;
  background: #ffffff;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.tc-wp-content-root .ttkav-content .ttkav-icon-mobile::before{
  width: 17px;
  height: 26px;
  left: 14px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .ttkav-content .ttkav-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 21px;
  top: 29px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .ttkav-content .ttkav-icon-daily::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .ttkav-content .ttkav-icon-daily::after{
  width: 10px;
  height: 6px;
  left: 19px;
  top: 19px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttkav-content .ttkav-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttkav-content .ttkav-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.07);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .ttkav-content .ttkav-step::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff2f70, #20c7f7);
}.tc-wp-content-root .ttkav-content .ttkav-step:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(17, 24, 39, 0.1);
}.tc-wp-content-root .ttkav-content .ttkav-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827, #303852);
  color: #ffffff;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.18);
}.tc-wp-content-root .ttkav-content .ttkav-step-content h3{
  margin: 0;
  color: #151c2f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ttkav-content .ttkav-step-content p{
  margin: 8px 0 0;
  color: #5d687d;
  line-height: 1.68;
}.tc-wp-content-root .ttkav-content .ttkav-use-card{
  background:
    radial-gradient(circle at right top, rgba(42, 202, 255, 0.08), transparent 38%),
    #ffffff;
}.tc-wp-content-root .ttkav-content .ttkav-mini-badge{
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 47, 112, 0.09);
  color: #ad164b;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .ttkav-content .ttkav-trust-card{
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.86)),
    radial-gradient(circle at top right, rgba(255, 47, 112, 0.1), transparent 36%);
}.tc-wp-content-root .ttkav-content .ttkav-trust-dot{
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #20c7f7;
  box-shadow: 0 0 0 8px rgba(32, 199, 247, 0.12), 0 0 24px rgba(255, 47, 112, 0.24);
}.tc-wp-content-root .ttkav-content .ttkav-note{
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(17, 24, 39, 0.07);
}.tc-wp-content-root .ttkav-content .ttkav-note p{
  margin: 0;
  color: #4b5568;
  text-align: center;
  line-height: 1.75;
}.tc-wp-content-root .ttkav-content .ttkav-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ttkav-content .ttkav-reveal.ttkav-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttkav-content .ttkav-section{
    padding: 52px 0;
  }.tc-wp-content-root .ttkav-content .ttkav-container{
    padding: 0 14px;
  }.tc-wp-content-root .ttkav-content .ttkav-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .ttkav-content .ttkav-heading p{
    font-size: 14px;
  }.tc-wp-content-root .ttkav-content .ttkav-kicker, .tc-wp-content-root .ttkav-content .ttkav-mini-badge{
    font-size: 11px;
  }.tc-wp-content-root .ttkav-content .ttkav-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttkav-content .ttkav-card{
    padding: 24px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .ttkav-content .ttkav-card h3, .tc-wp-content-root .ttkav-content .ttkav-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .ttkav-content .ttkav-card p, .tc-wp-content-root .ttkav-content .ttkav-step-content p, .tc-wp-content-root .ttkav-content .ttkav-note p{
    font-size: 14px;
  }.tc-wp-content-root .ttkav-content .ttkav-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttkav-content .ttkav-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 20px;
  }.tc-wp-content-root .ttkav-content .ttkav-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }.tc-wp-content-root .ttkav-content .ttkav-note{
    margin-top: 22px;
    padding: 20px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttkav-content .ttkav-section{
    padding: 58px 0;
  }.tc-wp-content-root .ttkav-content .ttkav-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttkav-content .ttkav-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .ttkav-content .ttkav-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ttkav-content .ttkav-kicker, .tc-wp-content-root .ttkav-content .ttkav-mini-badge{
    font-size: 12px;
  }.tc-wp-content-root .ttkav-content .ttkav-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ttkav-content .ttkav-card{
    padding: 26px 22px;
  }.tc-wp-content-root .ttkav-content .ttkav-card h3, .tc-wp-content-root .ttkav-content .ttkav-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ttkav-content .ttkav-card p, .tc-wp-content-root .ttkav-content .ttkav-step-content p, .tc-wp-content-root .ttkav-content .ttkav-note p{
    font-size: 15px;
  }.tc-wp-content-root .ttkav-content .ttkav-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ttkav-content .ttkav-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 22px;
  }.tc-wp-content-root .ttkav-content .ttkav-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }.tc-wp-content-root .ttkav-content .ttkav-note{
    margin-top: 24px;
    padding: 22px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttkav-content .ttkav-section{
    padding: 64px 0;
  }.tc-wp-content-root .ttkav-content .ttkav-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttkav-content .ttkav-heading h2{
    font-size: 31px;
  }.tc-wp-content-root .ttkav-content .ttkav-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ttkav-content .ttkav-kicker, .tc-wp-content-root .ttkav-content .ttkav-mini-badge{
    font-size: 12px;
  }.tc-wp-content-root .ttkav-content .ttkav-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ttkav-content .ttkav-card{
    padding: 28px 24px;
  }.tc-wp-content-root .ttkav-content .ttkav-card h3, .tc-wp-content-root .ttkav-content .ttkav-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ttkav-content .ttkav-card p, .tc-wp-content-root .ttkav-content .ttkav-step-content p, .tc-wp-content-root .ttkav-content .ttkav-note p{
    font-size: 15px;
  }.tc-wp-content-root .ttkav-content .ttkav-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ttkav-content .ttkav-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }.tc-wp-content-root .ttkav-content .ttkav-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .ttkav-content .ttkav-note{
    margin-top: 26px;
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttkav-content .ttkav-section{
    padding: 82px 0;
  }.tc-wp-content-root .ttkav-content .ttkav-container{
    padding: 0 28px;
  }.tc-wp-content-root .ttkav-content .ttkav-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .ttkav-content .ttkav-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ttkav-content .ttkav-kicker, .tc-wp-content-root .ttkav-content .ttkav-mini-badge{
    font-size: 12px;
  }.tc-wp-content-root .ttkav-content .ttkav-grid-six, .tc-wp-content-root .ttkav-content .ttkav-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ttkav-content .ttkav-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttkav-content .ttkav-card{
    padding: 30px 26px;
  }.tc-wp-content-root .ttkav-content .ttkav-card h3, .tc-wp-content-root .ttkav-content .ttkav-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ttkav-content .ttkav-card p, .tc-wp-content-root .ttkav-content .ttkav-step-content p, .tc-wp-content-root .ttkav-content .ttkav-note p{
    font-size: 16px;
  }.tc-wp-content-root .ttkav-content .ttkav-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttkav-content .ttkav-step{
    gap: 22px;
    padding: 30px 28px;
  }.tc-wp-content-root .ttkav-content .ttkav-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }.tc-wp-content-root .ttkav-content .ttkav-note{
    margin-top: 30px;
    padding: 28px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttkav-content .ttkav-section{
    padding: 96px 0;
  }.tc-wp-content-root .ttkav-content .ttkav-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttkav-content .ttkav-heading h2{
    font-size: 44px;
  }.tc-wp-content-root .ttkav-content .ttkav-heading p{
    font-size: 18px;
  }.tc-wp-content-root .ttkav-content .ttkav-kicker, .tc-wp-content-root .ttkav-content .ttkav-mini-badge{
    font-size: 12px;
  }.tc-wp-content-root .ttkav-content .ttkav-grid-six, .tc-wp-content-root .ttkav-content .ttkav-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttkav-content .ttkav-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttkav-content .ttkav-card{
    padding: 32px 28px;
  }.tc-wp-content-root .ttkav-content .ttkav-card h3, .tc-wp-content-root .ttkav-content .ttkav-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .ttkav-content .ttkav-card p, .tc-wp-content-root .ttkav-content .ttkav-step-content p, .tc-wp-content-root .ttkav-content .ttkav-note p{
    font-size: 16px;
  }.tc-wp-content-root .ttkav-content .ttkav-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttkav-content .ttkav-step{
    gap: 26px;
    padding: 34px 36px;
  }.tc-wp-content-root .ttkav-content .ttkav-step-number{
    width: 72px;
    height: 72px;
    font-size: 20px;
  }.tc-wp-content-root .ttkav-content .ttkav-note{
    margin-top: 34px;
    padding: 30px 34px;
  }}