@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css");

/* 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-466 .tc-wp-content-root img, .wpc-scope-466 .tc-wp-content-root video, .wpc-scope-466 .tc-wp-content-root svg, .wpc-scope-466 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper{
  --rope-accent: #667eea;
  --rope-accent-deep: #764ba2;
  --rope-ink: #172033;
  --rope-muted: #5f6f89;
  --rope-line: rgba(102, 126, 234, 0.18);
  --rope-shadow: 0 14px 34px rgba(26, 39, 68, 0.09);
  --rope-shadow-soft: 0 8px 22px rgba(26, 39, 68, 0.07);
  --rope-radius: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--rope-ink);
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}.wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper *, .wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper *::before, .wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper *::after{
  box-sizing: border-box;
}.wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper .rope-section{
  width: 100%;
  padding: 72px 18px;
  overflow: hidden;
}.wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper .rope-section-one, .wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper .rope-section-three{
  background: #fff;
}.wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper .rope-section-two{
  background: #f0f7ff;
}.wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper .rope-container{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}.wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper h2{
  margin: 0 auto 34px;
  max-width: 860px;
  text-align: center;
  font-size: clamp(1.75rem, 3vw, 2.7rem);
  line-height: 1.15;
  letter-spacing: 0;
  color: var(--rope-ink);
}.wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper .gradient-keyword{
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}.wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper .rope-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}.wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper .rope-card{
  width: 100%;
  min-width: 0;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--rope-line);
}.wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper .rope-card h3{
  margin: 0;
  color: var(--rope-ink);
  font-size: 1.02rem;
  line-height: 1.3;
  letter-spacing: 0;
}.wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper .rope-card p{
  margin: 10px 0 0;
  color: var(--rope-muted);
  font-size: 0.94rem;
  line-height: 1.65;
}.wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper .rope-feature-card{
  background: #f0f7ff;
  padding: 26px 22px 24px;
  min-height: 228px;
  box-shadow: var(--rope-shadow-soft);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper .rope-feature-card::after{
  content: "";
  position: absolute;
  top: -40%;
  left: -80%;
  width: 70%;
  height: 180%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.58) 50%, transparent 100%);
  transform: rotate(18deg);
  transition: left 520ms ease;
  pointer-events: none;
}.wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper .rope-feature-card:hover{
  transform: translateY(-7px);
  box-shadow: 0 18px 42px rgba(26, 39, 68, 0.13);
  border-color: rgba(102, 126, 234, 0.34);
}.wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper .rope-feature-card:hover::after{
  left: 120%;
}.wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper .rope-feature-card:hover .rope-icon-box{
  transform: rotate(-6deg) scale(1.04);
}.wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper .rope-icon-box{
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin: 0 0 18px;
  border-radius: 10px;
  color: #fff;
  font-size: 1.45rem;
  background: linear-gradient(135deg, var(--rope-accent), var(--rope-accent-deep));
  box-shadow: 0 10px 22px rgba(102, 126, 234, 0.24);
  transition: transform 240ms ease;
}.wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper .rope-use-card{
  background: #fff;
  padding: 22px;
  min-height: 188px;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  align-items: start;
  box-shadow: 0 8px 20px rgba(26, 39, 68, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper .rope-use-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  border: 2px solid transparent;
  background: linear-gradient(135deg, var(--rope-accent), var(--rope-accent-deep)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 240ms ease;
  pointer-events: none;
}.wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper .rope-use-card:hover{
  transform: perspective(900px) rotateX(1.5deg) rotateY(-2deg) translateY(-4px);
  box-shadow: var(--rope-shadow);
}.wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper .rope-use-card:hover::before{
  opacity: 1;
}.wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper .rope-use-card:hover .rope-card-copy{
  transform: translateY(-3px);
}.wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper .rope-side-icon{
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--rope-accent-deep);
  font-size: 1.45rem;
  background: rgba(102, 126, 234, 0.1);
  border: 1px solid rgba(102, 126, 234, 0.16);
}.wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper .rope-card-copy{
  min-width: 0;
  transition: transform 220ms ease;
}.wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper .rope-tip-card{
  background: #f0f7ff;
  padding: 24px;
  min-height: 206px;
  box-shadow: 0 10px 24px rgba(26, 39, 68, 0.07);
  transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease;
}.wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper .rope-tip-card::before{
  content: "";
  position: absolute;
  inset: -1px;
  background: radial-gradient(circle at var(--spot-x, 28%) var(--spot-y, 16%), rgba(118, 75, 162, 0.14), transparent 42%);
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}.wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper .rope-tip-card:hover{
  transform: translateY(3px) scale(0.992);
  box-shadow: inset 0 2px 10px rgba(26, 39, 68, 0.06), 0 8px 20px rgba(26, 39, 68, 0.08);
  border-color: rgba(118, 75, 162, 0.3);
}.wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper .rope-tip-card:hover::before{
  opacity: 1;
}.wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper .rope-tip-card:hover .rope-badge{
  transform: rotateY(180deg);
}.wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper .rope-tip-head{
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  position: relative;
  z-index: 1;
}.wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper .rope-tip-card p{
  position: relative;
  z-index: 1;
}.wpc-scope-466 .tc-wp-content-root .font-content-section-wrapper .rope-badge{
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  font-size: 1.2rem;
  background: linear-gradient(135deg, var(--rope-accent), var(--rope-accent-deep));
  box-shadow: 0 8px 18px rgba(118, 75, 162, 0.22);
  transition: transform 360ms ease;
  transform-style: preserve-3d;
}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .font-content-section-wrapper .rope-grid{
    grid-template-columns: repeat(2, 1fr) !important;
  }.tc-wp-content-root .font-content-section-wrapper .rope-card{
    width: 100% !important;
    min-width: 0 !important;
  }}@media (min-width: 1024px){.tc-wp-content-root .font-content-section-wrapper .rope-grid{
    grid-template-columns: repeat(4, 1fr) !important;
  }.tc-wp-content-root .font-content-section-wrapper .rope-card{
    width: 100% !important;
    min-width: 0 !important;
  }}@media (max-width: 767px){.tc-wp-content-root .font-content-section-wrapper .rope-section{
    padding: 52px 14px;
  }.tc-wp-content-root .font-content-section-wrapper h2{
    margin-bottom: 26px;
    font-size: 1.72rem;
  }.tc-wp-content-root .font-content-section-wrapper .rope-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
    width: 100% !important;
  }.tc-wp-content-root .font-content-section-wrapper .rope-card{
    width: 100% !important;
    min-width: 0 !important;
  }.tc-wp-content-root .font-content-section-wrapper .rope-feature-card, .tc-wp-content-root .font-content-section-wrapper .rope-use-card, .tc-wp-content-root .font-content-section-wrapper .rope-tip-card{
    padding: 20px;
    min-height: auto;
  }.tc-wp-content-root .font-content-section-wrapper .rope-use-card{
    grid-template-columns: 44px 1fr;
    gap: 13px;
  }.tc-wp-content-root .font-content-section-wrapper .rope-side-icon{
    width: 44px;
    height: 44px;
    font-size: 1.25rem;
  }.tc-wp-content-root .font-content-section-wrapper .rope-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .font-content-section-wrapper .rope-card p{
    font-size: 0.92rem;
  }}.wpc-scope-466 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .rope-grid-one{}.wpc-scope-466 .tc-wp-content-root .rope-grid-three{}.wpc-scope-466 .tc-wp-content-root .rope-grid-two{}