@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 .yt-link-viewer-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.tc-wp-content-root .yt-link-viewer-content, .tc-wp-content-root .yt-link-viewer-content div, .tc-wp-content-root .yt-link-viewer-content section, .tc-wp-content-root .yt-link-viewer-content article{
  box-sizing: border-box;
}.tc-wp-content-root .yt-link-viewer-content .ytlv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .yt-link-viewer-content .ytlv-section-white{
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 0, 78, 0.075), transparent 32%),
    #ffffff;
}.tc-wp-content-root .yt-link-viewer-content .ytlv-section-soft{
  background:
    linear-gradient(135deg, rgba(255, 0, 78, 0.055), rgba(255, 176, 0, 0.045)),
    #f8fafc;
}.tc-wp-content-root .yt-link-viewer-content .ytlv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .yt-link-viewer-content .ytlv-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .yt-link-viewer-content .ytlv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 0, 78, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #d81045;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  box-shadow: 0 10px 28px rgba(255, 0, 78, 0.08);
}.tc-wp-content-root .yt-link-viewer-content .ytlv-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff004e, #ffb000);
  box-shadow: 0 0 0 5px rgba(255, 0, 78, 0.1);
}.tc-wp-content-root .yt-link-viewer-content .ytlv-heading h2{
  margin: 0;
  color: #121827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .yt-link-viewer-content .ytlv-heading p{
  margin: 14px auto 0;
  max-width: 690px;
  color: #5d687a;
  line-height: 1.72;
  font-weight: 450;
}.tc-wp-content-root .yt-link-viewer-content .ytlv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .yt-link-viewer-content .ytlv-card, .tc-wp-content-root .yt-link-viewer-content .ytlv-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(24, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(20, 31, 54, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
  isolation: isolate;
}.tc-wp-content-root .yt-link-viewer-content .ytlv-card::before, .tc-wp-content-root .yt-link-viewer-content .ytlv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 0, 78, 0.3), rgba(255, 176, 0, 0.22), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 260ms 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;
  z-index: -1;
}.tc-wp-content-root .yt-link-viewer-content .ytlv-card:hover, .tc-wp-content-root .yt-link-viewer-content .ytlv-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255, 0, 78, 0.18);
  box-shadow: 0 24px 60px rgba(20, 31, 54, 0.13);
}.tc-wp-content-root .yt-link-viewer-content .ytlv-card:hover::before, .tc-wp-content-root .yt-link-viewer-content .ytlv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .yt-link-viewer-content .ytlv-card h3, .tc-wp-content-root .yt-link-viewer-content .ytlv-step-card h3, .tc-wp-content-root .yt-link-viewer-content .ytlv-trust-card h3{
  margin: 0;
  color: #151d2e;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .yt-link-viewer-content .ytlv-card p, .tc-wp-content-root .yt-link-viewer-content .ytlv-step-card p, .tc-wp-content-root .yt-link-viewer-content .ytlv-trust-card p{
  margin: 10px 0 0;
  color: #667085;
  line-height: 1.68;
  font-weight: 430;
}.tc-wp-content-root .yt-link-viewer-content .ytlv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff004e, #ff7a00 58%, #ffb000);
  box-shadow: 0 14px 28px rgba(255, 0, 78, 0.18);
  transition: transform 260ms ease;
}.tc-wp-content-root .yt-link-viewer-content .ytlv-card:hover .ytlv-icon{
  transform: translateY(-2px) rotate(-3deg);
}.tc-wp-content-root .yt-link-viewer-content .ytlv-icon-play::after{
  content: "";
  position: absolute;
  left: 18px;
  top: 14px;
  border-left: 14px solid #ffffff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}.tc-wp-content-root .yt-link-viewer-content .ytlv-icon-bolt::after{
  content: "";
  position: absolute;
  left: 17px;
  top: 10px;
  width: 11px;
  height: 25px;
  background: #ffffff;
  clip-path: polygon(55% 0, 100% 0, 62% 42%, 100% 42%, 28% 100%, 45% 54%, 0 54%);
}.tc-wp-content-root .yt-link-viewer-content .ytlv-icon-frame::after{
  content: "";
  position: absolute;
  inset: 13px 10px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .yt-link-viewer-content .ytlv-icon-route::after{
  content: "";
  position: absolute;
  left: 12px;
  top: 20px;
  width: 22px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-radius: 0 8px 0 0;
}.tc-wp-content-root .yt-link-viewer-content .ytlv-icon-mobile::after{
  content: "";
  position: absolute;
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .yt-link-viewer-content .ytlv-icon-check::after{
  content: "";
  position: absolute;
  left: 14px;
  top: 15px;
  width: 17px;
  height: 9px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .yt-link-viewer-content .ytlv-steps{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .yt-link-viewer-content .ytlv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(255, 0, 78, 0.13);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 252, 0.92)),
    #ffffff;
  box-shadow: 0 18px 48px rgba(20, 31, 54, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .yt-link-viewer-content .ytlv-step-card:hover{
  transform: translateX(4px);
  box-shadow: 0 24px 64px rgba(20, 31, 54, 0.12);
}.tc-wp-content-root .yt-link-viewer-content .ytlv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff004e, #ff7a00 58%, #ffb000);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 18px 34px rgba(255, 0, 78, 0.2);
}.tc-wp-content-root .yt-link-viewer-content .ytlv-step-content{
  min-width: 0;
}.tc-wp-content-root .yt-link-viewer-content .ytlv-badge{
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 0, 78, 0.08);
  color: #c90f43;
  font-size: 12px;
  font-weight: 780;
  line-height: 1;
}.tc-wp-content-root .yt-link-viewer-content .ytlv-trust-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.86)),
    #ffffff;
}.tc-wp-content-root .yt-link-viewer-content .ytlv-trust-dot{
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 24%, transparent 25%),
    linear-gradient(135deg, #ff004e, #ffb000);
  box-shadow: 0 14px 28px rgba(255, 0, 78, 0.17);
}.tc-wp-content-root .yt-link-viewer-content .ytlv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .yt-link-viewer-content .ytlv-reveal.ytlv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .yt-link-viewer-content .ytlv-section{
    padding: 54px 0;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-container{
    padding: 0 14px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-heading{
    margin-bottom: 28px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-heading p{
    font-size: 14px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-card, .tc-wp-content-root .yt-link-viewer-content .ytlv-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-card h3, .tc-wp-content-root .yt-link-viewer-content .ytlv-step-card h3, .tc-wp-content-root .yt-link-viewer-content .ytlv-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-card p, .tc-wp-content-root .yt-link-viewer-content .ytlv-step-card p, .tc-wp-content-root .yt-link-viewer-content .ytlv-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-steps{
    gap: 16px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .yt-link-viewer-content .ytlv-section{
    padding: 60px 0;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-container{
    padding: 0 18px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-heading{
    margin-bottom: 30px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-card, .tc-wp-content-root .yt-link-viewer-content .ytlv-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-card h3, .tc-wp-content-root .yt-link-viewer-content .ytlv-step-card h3, .tc-wp-content-root .yt-link-viewer-content .ytlv-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-card p, .tc-wp-content-root .yt-link-viewer-content .ytlv-step-card p, .tc-wp-content-root .yt-link-viewer-content .ytlv-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-steps{
    gap: 18px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .yt-link-viewer-content .ytlv-section{
    padding: 68px 0;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-container{
    padding: 0 22px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-heading{
    margin-bottom: 34px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-card, .tc-wp-content-root .yt-link-viewer-content .ytlv-trust-card{
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-card h3, .tc-wp-content-root .yt-link-viewer-content .ytlv-step-card h3, .tc-wp-content-root .yt-link-viewer-content .ytlv-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-card p, .tc-wp-content-root .yt-link-viewer-content .ytlv-step-card p, .tc-wp-content-root .yt-link-viewer-content .ytlv-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-steps{
    gap: 20px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .yt-link-viewer-content .ytlv-section{
    padding: 82px 0;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-container{
    padding: 0 32px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-heading{
    margin-bottom: 42px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-card, .tc-wp-content-root .yt-link-viewer-content .ytlv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-card h3, .tc-wp-content-root .yt-link-viewer-content .ytlv-step-card h3, .tc-wp-content-root .yt-link-viewer-content .ytlv-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-card p, .tc-wp-content-root .yt-link-viewer-content .ytlv-step-card p, .tc-wp-content-root .yt-link-viewer-content .ytlv-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-steps{
    gap: 22px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .yt-link-viewer-content .ytlv-section{
    padding: 96px 0;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-container{
    padding: 0 36px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-heading{
    margin-bottom: 48px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-card, .tc-wp-content-root .yt-link-viewer-content .ytlv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-card h3, .tc-wp-content-root .yt-link-viewer-content .ytlv-step-card h3, .tc-wp-content-root .yt-link-viewer-content .ytlv-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-card p, .tc-wp-content-root .yt-link-viewer-content .ytlv-step-card p, .tc-wp-content-root .yt-link-viewer-content .ytlv-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-steps{
    gap: 22px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-step-card{
    gap: 28px;
    padding: 32px 34px;
  }.tc-wp-content-root .yt-link-viewer-content .ytlv-step-number{
    width: 72px;
    height: 72px;
    font-size: 21px;
  }}