@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-62 .tc-wp-content-root img, .wpc-scope-62 .tc-wp-content-root video, .wpc-scope-62 .tc-wp-content-root svg, .wpc-scope-62 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-62 .tc-wp-content-root .icv-editorial{
  --icv-text: #19213a;
  --icv-muted: #64708a;
  --icv-border: rgba(71, 82, 120, 0.13);
  --icv-soft: #fbf9fc;
  --icv-accent: #c13584;
  --icv-accent-2: #833ab4;
  --icv-accent-3: #fd8b48;
  width: 100%;
  overflow: hidden;
  color: var(--icv-text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-section{
  position: relative;
  width: 100%;
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-section--white{
  background: #ffffff;
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-section--soft{
  background: var(--icv-soft);
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-container{
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-eyebrow{
  display: block;
  width: max-content;
  margin: 0 auto 13px;
  padding: 6px 12px;
  border: 1px solid rgba(193, 53, 132, 0.13);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(131, 58, 180, 0.08), rgba(253, 139, 72, 0.09));
  color: #a02b78;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}.wpc-scope-62 .tc-wp-content-root .icv-editorial h2{
  max-width: 760px;
  margin: 0 auto;
  color: var(--icv-text);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.14;
  text-align: center;
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-intro{
  max-width: 760px;
  margin: 15px auto 0;
  color: var(--icv-muted);
  line-height: 1.75;
  text-align: center;
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-card, .wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-trust-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--icv-border);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(39, 34, 64, 0.055);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-card::before, .wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-trust-card::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--icv-accent-2), var(--icv-accent), var(--icv-accent-3));
  content: "";
  opacity: 0.85;
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-card:hover, .wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-trust-card:hover{
  border-color: rgba(193, 53, 132, 0.23);
  box-shadow: 0 18px 42px rgba(76, 42, 103, 0.11);
  transform: translateY(-6px);
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-card h3, .wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-trust-card h3, .wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-step h3{
  margin: 0;
  color: var(--icv-text);
  font-weight: 780;
  letter-spacing: -0.02em;
  line-height: 1.3;
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-card p, .wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-trust-card p, .wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-step p, .wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-note p{
  margin: 9px 0 0;
  color: var(--icv-muted);
  line-height: 1.72;
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-icon{
  position: relative;
  display: block;
  width: 46px;
  height: 46px;
  margin-bottom: 17px;
  border: 1px solid rgba(193, 53, 132, 0.13);
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(131, 58, 180, 0.1), rgba(253, 139, 72, 0.13));
  transition: transform 260ms ease;
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-card:hover .icv-icon{
  transform: translateY(-3px) rotate(-3deg);
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-icon::before, .wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-icon::after{
  position: absolute;
  content: "";
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-icon--view::before{
  top: 15px;
  left: 10px;
  width: 24px;
  height: 14px;
  border: 2px solid #b93488;
  border-radius: 50%;
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-icon--view::after{
  top: 19px;
  left: 19px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f07a68;
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-icon--speed::before{
  top: 10px;
  left: 11px;
  width: 22px;
  height: 22px;
  border: 2px solid #b93488;
  border-right-color: transparent;
  border-radius: 50%;
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-icon--speed::after{
  top: 21px;
  left: 21px;
  width: 12px;
  height: 2px;
  border-radius: 4px;
  background: #f07a68;
  transform: rotate(-35deg);
  transform-origin: left center;
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-icon--preview::before{
  top: 11px;
  left: 10px;
  width: 24px;
  height: 22px;
  border: 2px solid #b93488;
  border-radius: 5px;
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-icon--preview::after{
  right: 14px;
  bottom: 14px;
  width: 9px;
  height: 9px;
  border-radius: 3px;
  background: linear-gradient(135deg, #c13584, #fd8b48);
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-icon--steps::before{
  top: 13px;
  left: 12px;
  width: 20px;
  height: 3px;
  border-radius: 4px;
  background: #b93488;
  box-shadow: 0 7px 0 #d25983, 0 14px 0 #ee8b61;
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-icon--steps::after{
  top: 12px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #f07a68;
  box-shadow: 0 7px 0 #f07a68, 0 14px 0 #f07a68;
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-icon--mobile::before{
  top: 8px;
  left: 15px;
  width: 14px;
  height: 27px;
  border: 2px solid #b93488;
  border-radius: 5px;
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-icon--mobile::after{
  bottom: 13px;
  left: 21px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #f07a68;
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-icon--daily::before{
  top: 11px;
  left: 11px;
  width: 22px;
  height: 22px;
  border: 2px solid #b93488;
  border-radius: 7px;
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-icon--daily::after{
  top: 17px;
  left: 17px;
  width: 10px;
  height: 7px;
  border-left: 2px solid #f07a68;
  border-bottom: 2px solid #f07a68;
  transform: rotate(-45deg);
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-timeline{
  position: relative;
  display: grid;
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-timeline::before{
  position: absolute;
  top: 32px;
  bottom: 32px;
  left: 35px;
  width: 2px;
  background: linear-gradient(180deg, #833ab4, #c13584, #fd8b48);
  content: "";
  opacity: 0.2;
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-step{
  position: relative;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  align-items: center;
  border: 1px solid var(--icv-border);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 28px rgba(39, 34, 64, 0.05);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-step:hover{
  border-color: rgba(193, 53, 132, 0.22);
  box-shadow: 0 17px 36px rgba(76, 42, 103, 0.09);
  transform: translateX(5px);
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-step-number{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, #833ab4, #c13584 55%, #e66b68);
  box-shadow: 0 9px 18px rgba(193, 53, 132, 0.2);
  color: #ffffff;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 0.04em;
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-step-label{
  display: block;
  margin-bottom: 5px;
  color: #ad347f;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-card--use{
  padding-top: 27px;
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-card-index{
  display: block;
  margin-bottom: 15px;
  color: #b73785;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1;
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-card--use::after{
  position: absolute;
  right: -24px;
  bottom: -28px;
  width: 85px;
  height: 85px;
  border: 1px solid rgba(193, 53, 132, 0.1);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(131, 58, 180, 0.04), rgba(253, 139, 72, 0.08));
  content: "";
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-trust-badge{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(131, 58, 180, 0.1), rgba(253, 139, 72, 0.15));
  color: #aa347f;
  font-size: 11px;
  font-weight: 850;
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-pill{
  display: inline-flex;
  margin-top: 18px;
  padding: 6px 10px;
  border: 1px solid rgba(193, 53, 132, 0.11);
  border-radius: 999px;
  background: rgba(193, 53, 132, 0.05);
  color: #a02b78;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.03em;
  line-height: 1.3;
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-note{
  display: flex;
  align-items: flex-start;
  border: 1px solid rgba(193, 53, 132, 0.14);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(131, 58, 180, 0.055), rgba(253, 139, 72, 0.07));
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-note-mark{
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  margin-top: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #833ab4, #c13584, #fd8b48);
  box-shadow: 0 0 0 5px rgba(193, 53, 132, 0.1);
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-note p{
  margin: 0;
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-note strong{
  color: var(--icv-text);
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease, border-color 260ms ease, box-shadow 260ms ease;
}.wpc-scope-62 .tc-wp-content-root .icv-editorial .icv-reveal.icv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .icv-editorial .icv-reveal{
    opacity: 1;
    transform: none;
    transition: none;
  }.tc-wp-content-root .icv-editorial .icv-card, .tc-wp-content-root .icv-editorial .icv-trust-card, .tc-wp-content-root .icv-editorial .icv-step, .tc-wp-content-root .icv-editorial .icv-icon{
    transition: none;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .icv-editorial .icv-section{ padding: 54px 0; }.tc-wp-content-root .icv-editorial .icv-container{ padding: 0 15px; }.tc-wp-content-root .icv-editorial h2{ font-size: 26px; }.tc-wp-content-root .icv-editorial .icv-intro{ font-size: 14px; }.tc-wp-content-root .icv-editorial .icv-grid{ grid-template-columns: 1fr; gap: 14px; margin-top: 29px; }.tc-wp-content-root .icv-editorial .icv-card, .tc-wp-content-root .icv-editorial .icv-trust-card{ padding: 20px; }.tc-wp-content-root .icv-editorial .icv-card h3, .tc-wp-content-root .icv-editorial .icv-trust-card h3, .tc-wp-content-root .icv-editorial .icv-step h3{ font-size: 17px; }.tc-wp-content-root .icv-editorial .icv-card p, .tc-wp-content-root .icv-editorial .icv-trust-card p, .tc-wp-content-root .icv-editorial .icv-step p, .tc-wp-content-root .icv-editorial .icv-note p{ font-size: 13px; }.tc-wp-content-root .icv-editorial .icv-timeline{ gap: 14px; margin-top: 29px; }.tc-wp-content-root .icv-editorial .icv-timeline::before{ display: none; }.tc-wp-content-root .icv-editorial .icv-step{ grid-template-columns: 1fr; gap: 14px; padding: 20px; }.tc-wp-content-root .icv-editorial .icv-step-number{ width: 48px; height: 48px; border-radius: 15px; }.tc-wp-content-root .icv-editorial .icv-note{ gap: 13px; margin-top: 20px; padding: 17px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .icv-editorial .icv-section{ padding: 60px 0; }.tc-wp-content-root .icv-editorial .icv-container{ padding: 0 18px; }.tc-wp-content-root .icv-editorial h2{ font-size: 28px; }.tc-wp-content-root .icv-editorial .icv-intro{ font-size: 14px; }.tc-wp-content-root .icv-editorial .icv-grid{ grid-template-columns: 1fr; gap: 15px; margin-top: 31px; }.tc-wp-content-root .icv-editorial .icv-card, .tc-wp-content-root .icv-editorial .icv-trust-card{ padding: 22px; }.tc-wp-content-root .icv-editorial .icv-card h3, .tc-wp-content-root .icv-editorial .icv-trust-card h3, .tc-wp-content-root .icv-editorial .icv-step h3{ font-size: 18px; }.tc-wp-content-root .icv-editorial .icv-card p, .tc-wp-content-root .icv-editorial .icv-trust-card p, .tc-wp-content-root .icv-editorial .icv-step p, .tc-wp-content-root .icv-editorial .icv-note p{ font-size: 13px; }.tc-wp-content-root .icv-editorial .icv-timeline{ gap: 15px; margin-top: 31px; }.tc-wp-content-root .icv-editorial .icv-timeline::before{ display: none; }.tc-wp-content-root .icv-editorial .icv-step{ grid-template-columns: 1fr; gap: 15px; padding: 22px; }.tc-wp-content-root .icv-editorial .icv-step-number{ width: 50px; height: 50px; border-radius: 16px; }.tc-wp-content-root .icv-editorial .icv-note{ gap: 14px; margin-top: 22px; padding: 18px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .icv-editorial .icv-section{ padding: 66px 0; }.tc-wp-content-root .icv-editorial .icv-container{ padding: 0 21px; }.tc-wp-content-root .icv-editorial h2{ font-size: 31px; }.tc-wp-content-root .icv-editorial .icv-intro{ font-size: 15px; }.tc-wp-content-root .icv-editorial .icv-grid{ grid-template-columns: 1fr; gap: 16px; margin-top: 34px; }.tc-wp-content-root .icv-editorial .icv-card, .tc-wp-content-root .icv-editorial .icv-trust-card{ padding: 24px; }.tc-wp-content-root .icv-editorial .icv-card h3, .tc-wp-content-root .icv-editorial .icv-trust-card h3, .tc-wp-content-root .icv-editorial .icv-step h3{ font-size: 19px; }.tc-wp-content-root .icv-editorial .icv-card p, .tc-wp-content-root .icv-editorial .icv-trust-card p, .tc-wp-content-root .icv-editorial .icv-step p, .tc-wp-content-root .icv-editorial .icv-note p{ font-size: 14px; }.tc-wp-content-root .icv-editorial .icv-timeline{ gap: 16px; margin-top: 34px; }.tc-wp-content-root .icv-editorial .icv-timeline::before{ display: none; }.tc-wp-content-root .icv-editorial .icv-step{ grid-template-columns: 60px minmax(0, 1fr); gap: 15px; padding: 23px; }.tc-wp-content-root .icv-editorial .icv-step-number{ width: 52px; height: 52px; border-radius: 16px; }.tc-wp-content-root .icv-editorial .icv-note{ gap: 15px; margin-top: 24px; padding: 20px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .icv-editorial .icv-section{ padding: 82px 0; }.tc-wp-content-root .icv-editorial .icv-container{ padding: 0 30px; }.tc-wp-content-root .icv-editorial h2{ font-size: 38px; }.tc-wp-content-root .icv-editorial .icv-intro{ font-size: 16px; }.tc-wp-content-root .icv-editorial .icv-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 39px; }.tc-wp-content-root .icv-editorial .icv-card, .tc-wp-content-root .icv-editorial .icv-trust-card{ padding: 25px; }.tc-wp-content-root .icv-editorial .icv-card h3, .tc-wp-content-root .icv-editorial .icv-trust-card h3, .tc-wp-content-root .icv-editorial .icv-step h3{ font-size: 19px; }.tc-wp-content-root .icv-editorial .icv-card p, .tc-wp-content-root .icv-editorial .icv-trust-card p, .tc-wp-content-root .icv-editorial .icv-step p, .tc-wp-content-root .icv-editorial .icv-note p{ font-size: 14px; }.tc-wp-content-root .icv-editorial .icv-timeline{ gap: 17px; margin-top: 39px; }.tc-wp-content-root .icv-editorial .icv-step{ gap: 19px; padding: 25px; }.tc-wp-content-root .icv-editorial .icv-note{ gap: 16px; margin-top: 25px; padding: 21px; }}@media (min-width: 1024px){.tc-wp-content-root .icv-editorial .icv-section{ padding: 96px 0; }.tc-wp-content-root .icv-editorial .icv-container{ padding: 0 32px; }.tc-wp-content-root .icv-editorial h2{ font-size: 44px; }.tc-wp-content-root .icv-editorial .icv-intro{ font-size: 17px; }.tc-wp-content-root .icv-editorial .icv-grid{ gap: 20px; margin-top: 45px; }.tc-wp-content-root .icv-editorial .icv-grid--six, .tc-wp-content-root .icv-editorial .icv-grid--three{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-content-root .icv-editorial .icv-card, .tc-wp-content-root .icv-editorial .icv-trust-card{ padding: 27px; }.tc-wp-content-root .icv-editorial .icv-card h3, .tc-wp-content-root .icv-editorial .icv-trust-card h3, .tc-wp-content-root .icv-editorial .icv-step h3{ font-size: 20px; }.tc-wp-content-root .icv-editorial .icv-card p, .tc-wp-content-root .icv-editorial .icv-trust-card p, .tc-wp-content-root .icv-editorial .icv-step p, .tc-wp-content-root .icv-editorial .icv-note p{ font-size: 15px; }.tc-wp-content-root .icv-editorial .icv-timeline{ gap: 18px; margin-top: 45px; }.tc-wp-content-root .icv-editorial .icv-step{ gap: 22px; padding: 27px; }.tc-wp-content-root .icv-editorial .icv-note{ gap: 17px; margin-top: 28px; padding: 22px; }}.wpc-scope-62 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .icv-step-content{}