@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;
}.wpc-scope-626 .tc-wp-content-root img, .wpc-scope-626 .tc-wp-content-root video, .wpc-scope-626 .tc-wp-content-root svg, .wpc-scope-626 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-626 .tc-wp-content-root .punk-font-content{
  width: 100%;
  overflow-x: hidden;
  color: #19171f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-626 .tc-wp-content-root .punk-font-content, .wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-section, .wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-container, .wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-card, .wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-step-card{
  box-sizing: border-box;
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-section{
  position: relative;
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-section-white{
  background: #ffffff;
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-section-soft{
  background: linear-gradient(180deg, #fbfaf8 0%, #f6f2ee 100%);
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #b3133b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-kicker::before, .wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-kicker::after{
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff2d55, #ffb000);
}.wpc-scope-626 .tc-wp-content-root .punk-font-content h2{
  margin: 0;
  color: #15131a;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-section-head p{
  margin: 14px auto 0;
  max-width: 700px;
  color: #5f5968;
  line-height: 1.75;
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(21, 19, 26, 0.09);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfb 100%);
  box-shadow: 0 18px 50px rgba(25, 23, 31, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 16% 0%, rgba(255, 45, 85, 0.13), transparent 28%),
    radial-gradient(circle at 100% 12%, rgba(255, 176, 0, 0.12), transparent 25%);
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 45, 85, 0.26);
  box-shadow: 0 24px 64px rgba(25, 23, 31, 0.13);
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-card:hover::before{
  opacity: 1;
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-card h3, .wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-step-copy h3{
  position: relative;
  margin: 0;
  color: #19171f;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-card p, .wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-step-copy p{
  position: relative;
  margin: 10px 0 0;
  color: #615b68;
  line-height: 1.72;
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-icon{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ff2d55 0%, #ff6b35 52%, #ffb000 100%);
  box-shadow: 0 12px 28px rgba(255, 45, 85, 0.22);
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-icon::before, .wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-icon-flash::before{
  width: 13px;
  height: 24px;
  left: 17px;
  top: 10px;
  clip-path: polygon(55% 0, 100% 0, 62% 43%, 100% 43%, 33% 100%, 49% 55%, 10% 55%);
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-icon-copy::before{
  width: 16px;
  height: 18px;
  left: 16px;
  top: 13px;
  border: 2px solid #ffffff;
  background: transparent;
  border-radius: 4px;
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-icon-copy::after{
  width: 16px;
  height: 18px;
  left: 11px;
  top: 9px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  background: transparent;
  border-radius: 4px;
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-icon-star::before{
  width: 22px;
  height: 22px;
  left: 11px;
  top: 11px;
  clip-path: polygon(50% 0, 61% 34%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 34%);
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-icon-noise::before{
  width: 22px;
  height: 18px;
  left: 11px;
  top: 13px;
  clip-path: polygon(0 20%, 18% 20%, 28% 0, 43% 100%, 58% 8%, 70% 72%, 82% 30%, 100% 30%, 100% 48%, 88% 48%, 72% 100%, 58% 38%, 43% 92%, 30% 28%, 22% 48%, 0 48%);
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-icon-bolt::before{
  width: 24px;
  height: 24px;
  left: 10px;
  top: 10px;
  clip-path: polygon(42% 0, 88% 0, 58% 39%, 86% 39%, 20% 100%, 40% 54%, 14% 54%);
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-icon-mark::before{
  width: 22px;
  height: 22px;
  left: 11px;
  top: 11px;
  border: 3px solid #ffffff;
  background: transparent;
  border-radius: 50%;
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-icon-free::before{
  width: 21px;
  height: 21px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  background: transparent;
  border-radius: 50%;
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-icon-free::after{
  width: 9px;
  height: 3px;
  left: 18px;
  top: 21px;
  border-radius: 999px;
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-icon-phone::before{
  width: 16px;
  height: 24px;
  left: 14px;
  top: 9px;
  border: 2px solid #ffffff;
  background: transparent;
  border-radius: 5px;
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-icon-phone::after{
  width: 5px;
  height: 2px;
  left: 20px;
  top: 29px;
  border-radius: 999px;
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-icon-safe::before{
  width: 21px;
  height: 24px;
  left: 12px;
  top: 10px;
  clip-path: polygon(50% 0, 88% 13%, 88% 45%, 50% 100%, 12% 45%, 12% 13%);
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(21, 19, 26, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 50px rgba(25, 23, 31, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #ff2d55, #ffb000);
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 45, 85, 0.24);
  box-shadow: 0 24px 64px rgba(25, 23, 31, 0.12);
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-step-number{
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, #19171f 0%, #b3133b 58%, #ff6b35 100%);
  box-shadow: 0 16px 38px rgba(179, 19, 59, 0.2);
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 45, 85, 0.2);
  border-radius: 999px;
  background: rgba(255, 45, 85, 0.08);
  color: #b3133b;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-benefit-card{
  background: linear-gradient(180deg, #ffffff 0%, #fffaf7 100%);
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-626 .tc-wp-content-root .punk-font-content .punk-reveal.punk-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .punk-font-content .punk-section{
    padding: 48px 0;
  }.tc-wp-content-root .punk-font-content .punk-container{
    padding: 0 14px;
  }.tc-wp-content-root .punk-font-content h2{
    font-size: 26px;
  }.tc-wp-content-root .punk-font-content .punk-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .punk-font-content .punk-card-grid, .tc-wp-content-root .punk-font-content .punk-steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .punk-font-content .punk-card{
    padding: 22px;
  }.tc-wp-content-root .punk-font-content .punk-card h3, .tc-wp-content-root .punk-font-content .punk-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .punk-font-content .punk-card p, .tc-wp-content-root .punk-font-content .punk-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .punk-font-content .punk-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .punk-font-content .punk-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }.tc-wp-content-root .punk-font-content .punk-badge{
    padding: 8px 10px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .punk-font-content .punk-section{
    padding: 54px 0;
  }.tc-wp-content-root .punk-font-content .punk-container{
    padding: 0 18px;
  }.tc-wp-content-root .punk-font-content h2{
    font-size: 29px;
  }.tc-wp-content-root .punk-font-content .punk-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .punk-font-content .punk-card-grid, .tc-wp-content-root .punk-font-content .punk-steps{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .punk-font-content .punk-card{
    padding: 24px;
  }.tc-wp-content-root .punk-font-content .punk-card h3, .tc-wp-content-root .punk-font-content .punk-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .punk-font-content .punk-card p, .tc-wp-content-root .punk-font-content .punk-step-copy p{
    font-size: 14.5px;
  }.tc-wp-content-root .punk-font-content .punk-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .punk-font-content .punk-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }.tc-wp-content-root .punk-font-content .punk-badge{
    padding: 8px 11px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .punk-font-content .punk-section{
    padding: 60px 0;
  }.tc-wp-content-root .punk-font-content .punk-container{
    padding: 0 22px;
  }.tc-wp-content-root .punk-font-content h2{
    font-size: 32px;
  }.tc-wp-content-root .punk-font-content .punk-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .punk-font-content .punk-card-grid, .tc-wp-content-root .punk-font-content .punk-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .punk-font-content .punk-card{
    padding: 26px;
  }.tc-wp-content-root .punk-font-content .punk-card h3, .tc-wp-content-root .punk-font-content .punk-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .punk-font-content .punk-card p, .tc-wp-content-root .punk-font-content .punk-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .punk-font-content .punk-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .punk-font-content .punk-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }.tc-wp-content-root .punk-font-content .punk-badge{
    padding: 8px 12px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .punk-font-content .punk-section{
    padding: 76px 0;
  }.tc-wp-content-root .punk-font-content .punk-container{
    padding: 0 30px;
  }.tc-wp-content-root .punk-font-content h2{
    font-size: 40px;
  }.tc-wp-content-root .punk-font-content .punk-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .punk-font-content .punk-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .punk-font-content .punk-grid-3, .tc-wp-content-root .punk-font-content .punk-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .punk-font-content .punk-steps{
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .punk-font-content .punk-card{
    padding: 28px;
  }.tc-wp-content-root .punk-font-content .punk-card h3, .tc-wp-content-root .punk-font-content .punk-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .punk-font-content .punk-card p, .tc-wp-content-root .punk-font-content .punk-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .punk-font-content .punk-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .punk-font-content .punk-step-number{
    width: 70px;
    height: 70px;
    font-size: 22px;
  }.tc-wp-content-root .punk-font-content .punk-badge{
    padding: 9px 13px;
  }}@media (min-width: 1024px){.tc-wp-content-root .punk-font-content .punk-section{
    padding: 92px 0;
  }.tc-wp-content-root .punk-font-content .punk-container{
    padding: 0 32px;
  }.tc-wp-content-root .punk-font-content h2{
    font-size: 46px;
  }.tc-wp-content-root .punk-font-content .punk-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .punk-font-content .punk-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .punk-font-content .punk-grid-3, .tc-wp-content-root .punk-font-content .punk-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .punk-font-content .punk-steps{
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .punk-font-content .punk-card{
    padding: 30px;
  }.tc-wp-content-root .punk-font-content .punk-card h3, .tc-wp-content-root .punk-font-content .punk-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .punk-font-content .punk-card p, .tc-wp-content-root .punk-font-content .punk-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .punk-font-content .punk-step-card{
    gap: 28px;
    padding: 32px 34px;
  }.tc-wp-content-root .punk-font-content .punk-step-number{
    width: 76px;
    height: 76px;
    font-size: 23px;
  }.tc-wp-content-root .punk-font-content .punk-badge{
    padding: 9px 14px;
  }}.wpc-scope-626 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .punk-use-card{}