#sell-calc-btn{
  background:linear-gradient(135deg,#c084fc,#a855f7,#7c3aed);
  box-shadow:0 6px 28px rgba(168,85,247,.45);
  font-size:17px;padding:16px 40px;
}
#sell-calc-btn:hover{box-shadow:0 10px 36px rgba(168,85,247,.55)}

/* ── TT Block ── */
.tt-block{
  position:relative;
  padding:60px 40px;
  border-radius:24px;
  border:1px solid var(--border);
  background:linear-gradient(135deg,rgba(167,139,250,.04),rgba(244,114,182,.02));
  overflow:hidden;
  max-width:1100px;margin:0 auto 0;
}
.tt-block::before{
  content:'';position:absolute;top:-40%;right:-20%;width:60%;height:120%;
  background:radial-gradient(ellipse at center,rgba(167,139,250,.08),transparent 70%);
  pointer-events:none;
}
.tt-block h2{
  position:relative;
  font-size:clamp(28px,4.8vw,44px);
  font-weight:900;
  letter-spacing:-.6px;
  margin-bottom:12px;
}
.tt-header-wrap{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:12px;
}
.tt-header-wrap h2{margin-bottom:0}
.tt-header-wrap > div{min-width:0}
.tt-header-deco{
  width:120px;
  height:auto;
  object-fit:contain;
  flex-shrink:0;
  filter:
    drop-shadow(0 0 18px rgba(226,232,240,.9))
    drop-shadow(0 0 38px rgba(148,163,184,.8))
    drop-shadow(0 0 64px rgba(148,163,184,.7));
  transform:scaleX(-1);
  transform-origin:center;
}
html[dir="rtl"] .tt-header-deco{
  transform:scaleX(1);
}
.tt-block p{position:relative;font-size:16px;color:var(--text-dim);max-width:560px;line-height:1.7;margin-bottom:24px}
.tt-steps{
  position:relative;
  display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;
  margin-top:32px;
}
.tt-step{
  padding:20px;border-radius:16px;
  background:rgba(255,255,255,.02);
  border:1px solid var(--border);
}
.tt-step-num{
  display:inline-flex;align-items:center;justify-content:center;
  width:32px;height:32px;border-radius:10px;
  background:var(--accent);color:#fff;
  font-size:14px;font-weight:800;margin-bottom:12px;
  animation:ttNumFlash 2.4s ease-in-out infinite;
}
.tt-step:nth-child(1) .tt-step-num{animation-delay:0s}
.tt-step:nth-child(2) .tt-step-num{animation-delay:.6s}
.tt-step:nth-child(3) .tt-step-num{animation-delay:1.2s}
.tt-step:nth-child(4) .tt-step-num{animation-delay:1.8s}
@keyframes ttNumFlash{
  0%,70%,100%{box-shadow:0 0 0 0 rgba(167,139,250,.4);transform:scale(1)}
  85%{box-shadow:0 0 20px 6px rgba(167,139,250,.6);transform:scale(1.08)}
}
.tt-step h4{font-size:15px;font-weight:700;margin-bottom:6px}
.tt-step p{font-size:13px;color:var(--text-dim);margin:0;max-width:100%}

/* ── Comparison table (inside #how) ── */
#how .compare-wrap{
  margin-top:48px;
}
#how .compare-wrap .section-label{
  margin-bottom:16px;
}
#how .compare-wrap .compare-title{margin-bottom:16px}
#how .compare-wrap .compare-note{
  margin-top:12px;
  font-size:12px;
  color:var(--text-dim);
  opacity:.9;
}
.comparison-table-wrap{
  overflow-x:auto;
  border-radius:12px;
  border:1px solid var(--border);
  background:var(--surface);
}
.comparison-table{
  width:100%;
  min-width:520px;
  border-collapse:collapse;
  font-size:13px;
}
.comparison-table th,
.comparison-table td{
  padding:12px 14px;
  text-align:left;
  border-bottom:1px solid var(--border);
}
.comparison-table th{
  font-weight:700;
  color:var(--accent);
  background:rgba(167,139,250,.06);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.comparison-table th:first-child{
  min-width:180px;
}
.comparison-table tbody tr:last-child td{
  border-bottom:none;
}
.comparison-table tbody tr:hover td{
  background:rgba(167,139,250,.04);
}
.comparison-table td:first-child{
  font-weight:500;
  color:var(--text);
}
.comparison-table td:nth-child(5){
  color:var(--accent);
  font-weight:500;
}
.comparison-table .compare-val-bad{
  color:var(--compare-bad);
  font-weight:500;
}
.comparison-table .compare-val-good{
  color:var(--accent);
  font-weight:500;
}
.comparison-table .compare-val-neutral{
  color:var(--compare-no);
  font-weight:500;
}
.comparison-table .compare-yes{
  color:var(--accent);
  font-weight:600;
  font-size:16px;
  line-height:1;
}
.comparison-table .compare-no{
  color:var(--compare-no);
  font-weight:600;
  font-size:16px;
  line-height:1;
}
@media (max-width:640px){
  .comparison-table th,
  .comparison-table td{
    padding:10px 10px;
    font-size:12px;
  }
}

/* ── Verse block between Hero and How (styled like TT block) ── */
.verse-wrap{
  max-width:1100px;
  margin:0 auto;
  padding-left:24px;
  padding-right:24px;
}
.verse-section{
  max-width:1100px;
  margin:0 auto 80px;
  padding:72px 40px;
  border-radius:24px;
  border:1px solid var(--border);
  background:linear-gradient(135deg,rgba(167,139,250,.04),rgba(244,114,182,.02));
  position:relative;
  overflow:hidden;
}
.verse-section::before{
  content:'';
  position:absolute;
  top:-40%;
  right:-20%;
  width:60%;
  height:120%;
  background:radial-gradient(ellipse at center,rgba(167,139,250,.08),transparent 70%);
  pointer-events:none;
}
.how-sell-intro{
  position:relative;
  margin-bottom:40px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
}
.how-sell-intro-content{
  flex:1;
  min-width:0;
}
.how-sell-intro .section-label{
  margin-bottom:12px;
}
.how-sell-intro-title{
  font-size:clamp(26px,4.5vw,40px);
  font-weight:900;
  letter-spacing:-.5px;
  line-height:1.2;
  margin:0 0 16px;
  color:var(--text);
}
.how-sell-intro-subtitle{
  font-size:clamp(15px,2vw,17px);
  color:var(--text-dim);
  line-height:1.55;
  margin:0;
  max-width:640px;
}
.how-sell-intro-deco{
  flex-shrink:0;
  position:relative;
  width:140px;
  height:140px;
  display:flex;
  align-items:center;
  justify-content:center;
  align-self:flex-start;
  margin-top:-4px;
}
.how-sell-intro-deco::before{
  content:'';
  position:absolute;
  inset:-42px;
  border-radius:50%;
  background:radial-gradient(circle at center,rgba(167,139,250,.25),rgba(167,139,250,.08) 40%,transparent 70%);
  pointer-events:none;
}
.how-sell-intro-deco img{
  position:relative;
  width:150px;
  height:150px;
  object-fit:contain;
  filter:drop-shadow(0 0 20px rgba(167,139,250,.4)) drop-shadow(0 0 40px rgba(167,139,250,.25));
}
@media (max-width:768px){
  .how-sell-intro{
    flex-direction:column;
    gap:24px;
  }
  .how-sell-intro-deco{
    width:140px;
    height:140px;
    align-self:center;
    margin-top:0;
  }
  .how-sell-intro-deco img{
    width:120px;
    height:120px;
  }
}
.platforms-table-wrap{
  position:relative;
  margin-bottom:48px;
  overflow-x:auto;
  border-radius:12px;
  border:1px solid var(--border);
  background:var(--surface);
}
.platforms-table{
  width:100%;
  min-width:480px;
  border-collapse:collapse;
  font-size:14px;
}
.platforms-table th,
.platforms-table td{
  padding:14px 18px;
  text-align:left;
  border-bottom:1px solid var(--border);
}
.platforms-table th{
  font-weight:700;
  color:var(--accent);
  background:rgba(167,139,250,.06);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.platforms-table tbody tr:last-child td{
  border-bottom:none;
}
.platforms-table tbody tr:hover td{
  background:rgba(167,139,250,.04);
}
.platforms-table td:first-child{
  font-weight:600;
  color:var(--text);
}
.platforms-table td:nth-child(2){
  color:var(--text-dim);
}
.platforms-table td:nth-child(3){
  color:var(--text-dim);
  font-size:13px;
}
@media (max-width:640px){
  .platforms-table-wrap{overflow-x:hidden}
  .platforms-table{
    min-width:0;
    table-layout:fixed;
  }
  .platforms-table th:nth-child(1),
  .platforms-table td:nth-child(1){width:30%}
  .platforms-table th:nth-child(2),
  .platforms-table td:nth-child(2){width:26%}
  .platforms-table th:nth-child(3),
  .platforms-table td:nth-child(3){
    width:auto;
    white-space:normal;
    overflow-wrap:break-word;
    word-break:normal;
    hyphens:auto;
  }
  .platforms-table th,
  .platforms-table td{
    padding:10px 12px;
    font-size:13px;
  }
}

.verse-header{
  position:relative;
  text-align:left;
  margin-bottom:32px;
}
.verse-header h2{
  font-size:clamp(28px,4.8vw,44px);
  font-weight:900;
  letter-spacing:-.6px;
  margin:8px 0 0;
  color:var(--text);
}
.verse-header-subtitle{
  font-size:clamp(15px,2vw,17px);
  color:var(--text-dim);
  margin:10px 0 0;
  line-height:1.4;
}
.verse-header .section-label{
  display:inline-block;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.15em;
  color:var(--accent);
  padding:5px 14px;
  border-radius:8px;
  background:rgba(167,139,250,.08);
  border:1px solid rgba(167,139,250,.15);
  margin-bottom:16px;
}
.verse-header-icons{
  position:absolute;
  top:0;
  right:0;
  display:flex;
  align-items:flex-end;
  gap:0px;
}
.verse-header-deco{
  position:relative;
  width:100px;
  height:auto;
  object-fit:contain;
  filter:
    drop-shadow(0 0 18px rgba(226,232,240,.9))
    drop-shadow(0 0 38px rgba(148,163,184,.8))
    drop-shadow(0 0 64px rgba(148,163,184,.7));
}
.verse-header-deco-popcorn{
  width:82px;
}
@media (max-width:800px){
  .verse-header{
    padding-right:120px;
  }
  .verse-header-deco{
    width:80px;
  }
  .verse-header-deco-popcorn{
    display:none;
  }
}
.verse-grid{
  position:relative;
  overflow:hidden;
  max-width:1100px;
  margin:0 auto 32px;
  padding:32px 18px;
  background:#020617;
  border-radius:0;
  box-shadow:0 22px 50px rgba(15,23,42,.92);
  border:2px solid rgba(15,23,42,1);
}
.verse-grid::before,
.verse-grid::after{
  content:'';
  position:absolute;
  left:0;
  right:0;
  height:14px;
  background-color:transparent;
  background-image:repeating-linear-gradient(
    90deg,
    #a78bfa 0 10px,
    transparent 10px 36px
  );
  opacity:.9;
  animation:perf-pulse 4.5s ease-in-out infinite;
  z-index:2;
}
.verse-grid::before{
  top:10px;
}
.verse-grid::after{
  bottom:10px;
}

@keyframes perf-pulse{
  0%,100%{
    opacity:.35;
    filter:drop-shadow(0 0 0 rgba(167,139,250,0));
  }
  50%{
    opacity:1;
    filter:drop-shadow(0 0 8px rgba(167,139,250,.7));
  }
}
.verse-strip{
  display:flex;
  gap:16px;
  will-change:transform;
  transition:transform .45s ease;
  position:relative;
  z-index:1;
}
.sell-panel{
  margin:72px auto 80px;
  padding:24px 24px 20px;
  border-radius:24px;
  border:1px solid rgba(31,41,55,.9);
  background:
    radial-gradient(circle at 0 0, rgba(167,139,250,.25), transparent 55%),
    radial-gradient(circle at 100% 100%, rgba(244,114,182,.18), transparent 55%),
    rgba(15,23,42,.95);
  box-shadow:0 24px 60px rgba(15,23,42,.95);
  animation:sellGlow 12s linear infinite;
}
.sell-table{
  width:100%;
  margin:12px auto 0;
  border-collapse:separate;
  border-spacing:0 8px;
  font-size:14px;
}
.sell-table th,
.sell-table td{
  padding:10px 14px;
  text-align:left;
}
.sell-table thead th{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.16em;
  color:var(--text-dim);
  border-bottom:1px solid rgba(148,163,184,.45);
}
.sell-table tbody tr{
  background:rgba(15,23,42,.9);
  border-radius:14px;
  box-shadow:0 14px 30px rgba(15,23,42,.9);
}
.sell-table tbody tr:nth-child(even){
  background:rgba(15,23,42,.8);
}
.sell-table tbody tr td{
  border-top:1px solid rgba(15,23,42,0);
}
.sell-table tbody tr td:first-child{
  border-radius:14px 0 0 14px;
  color:var(--text-dim);
}
.sell-table tbody tr td:last-child{
  border-radius:0 14px 14px 0;
}
.sell-profit-row td:nth-child(2),
.sell-profit-row td:nth-child(3){
  font-weight:700;
}
.sell-billboard-figure{
  max-width:1100px;
  margin:16px auto 80px;
  padding:0 24px;
  text-align:center;
  overflow:visible;
  position:relative;
}
.sell-billboard-figure::after{
  content:'';
  position:absolute;
  left:50%;
  top:66%;
  transform:translate3d(-50%,0,0);
  width:100vw;
  height:360px;
  pointer-events:none;
  mix-blend-mode:screen;
  filter:blur(38px);
  opacity:0.96;
  background:
    radial-gradient(520px 220px at 6% 68%, rgba(248,250,252,.80) 0%, rgba(248,250,252,.34) 52%, rgba(248,250,252,0) 88%),
    radial-gradient(620px 260px at 28% 46%, rgba(224,231,255,.90) 0%, rgba(224,231,255,.38) 54%, rgba(224,231,255,0) 90%),
    radial-gradient(680px 260px at 56% 66%, rgba(248,250,252,.92) 0%, rgba(248,250,252,.40) 56%, rgba(248,250,252,0) 90%),
    radial-gradient(520px 230px at 86% 50%, rgba(199,210,254,.88) 0%, rgba(199,210,254,.36) 54%, rgba(199,210,254,0) 90%);
  background-repeat:no-repeat;
  background-size:100% 100%;
  -webkit-mask-image:linear-gradient(
    to top,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,1) 35%,
    rgba(0,0,0,1) 65%,
    rgba(0,0,0,0) 100%
  );
  mask-image:linear-gradient(
    to top,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,1) 35%,
    rgba(0,0,0,1) 65%,
    rgba(0,0,0,0) 100%
  );
  will-change:opacity,transform;
  animation:fogBreathe 7s ease-in-out infinite;
}
.sell-billboard-img-wrap{
  position:relative;
  display:inline-block;
  max-width:100%;
  line-height:0;
  perspective:1200px;
  transform-style:preserve-3d;
  overflow:visible;
}
.sell-billboard-img{
  max-width:100%;
  width:100%;
  height:auto;
  display:block;
  margin:0 auto;
  border-radius:12px;
}
.sell-billboard-cta{
  display:flex;
  justify-content:center;
  margin-top:16px;
}
.sell-billboard-table-overlay{
  position:absolute;
  top:10%;
  left:8%;
  width:85%;
  height:72%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:2% 3%;
  box-sizing:border-box;
  transform:rotate(3deg) rotateX(18deg) translateZ(60px) rotateY(2deg);
  transform-style:preserve-3d;
  overflow:visible;
  transform-origin:center center;
}
.sell-table-billboard{
  width:86%;
  max-width:860px;
  margin:0 auto;
  font-size:min(1.8vw, 13px);
  border-collapse:collapse;
}
.sell-table-billboard th,
.sell-table-billboard td{
  padding:4px 8px;
  text-align:left;
  color:#1e293b;
  background:transparent;
}
.sell-table-billboard thead th{
  font-size:min(2.1vw, 14px);
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#0f172a;
  border-bottom:none;
  position:relative;
  top:-4px;
}
.sell-table-billboard thead th:nth-child(3){
  animation:flyRadioPulse 6s ease-in-out infinite;
  will-change:color,text-shadow,filter;
}

@keyframes flyRadioPulse{
  0%,60%,100%{
    color:#0f172a;
    text-shadow:none;
    filter:saturate(1);
  }
  70%,90%{
    color:var(--accent);
    text-shadow:
      0 0 8px rgba(167,139,250,.85),
      0 0 18px rgba(167,139,250,.55);
    filter:saturate(1.25);
  }
}
.sell-table-billboard tbody tr,
.sell-table-billboard tbody tr:nth-child(even){
  background:transparent;
}
.sell-table-billboard tbody tr{
  box-shadow:none;
  border-radius:0;
}
.sell-table-billboard tbody tr td:first-child,
.sell-table-billboard tbody tr td:last-child{
  border-radius:0;
}
.sell-table-billboard .sell-metric-label{
  color:#475569;
}
.sell-table-billboard tbody td:first-child{
  color:#0f172a;
}
.sell-table-billboard tbody td:first-child .sell-metric-label{
  color:#0f172a;
}
.sell-table-billboard .sell-profit-row td:nth-child(2),
.sell-table-billboard .sell-profit-row td:nth-child(3){
  font-weight:700;
  color:#0f172a;
}
.sell-title{
  margin:40px auto 16px;
  font-size:clamp(24px,3.5vw,36px);
  font-weight:900;
  letter-spacing:-.5px;
  text-align:left;
}
.sell-title-wrap{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:14px;
  margin:200px auto 12px;
  max-width:1100px;
  padding-left:24px;
  padding-right:24px;
  text-align:left;
}
.sell-title-header{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;
  width:100%;
  text-align:center;
}
.sell-title-wrap .section-label{
  margin:0;
}
.sell-title-wrap::before{
  content:'';
  position:absolute;
  left:50%;
  top:70%;
  transform:translate(-50%,-50%);
  width:580px;
  height:280px;
  border-radius:999px;
  background:
    radial-gradient(ellipse at 50% 32%, rgba(167,139,250,.98) 0%, rgba(196,181,253,.78) 18%, rgba(196,181,253,0) 42%),
    radial-gradient(ellipse at 50% 55%, rgba(167,139,250,.75) 0%, rgba(129,140,248,.55) 36%, rgba(79,70,229,0) 72%),
    radial-gradient(ellipse at 50% 78%, rgba(76,81,191,.6) 0%, rgba(30,64,175,.16) 52%, rgba(15,23,42,0) 88%);
  filter:blur(22px);
  opacity:.9;
  mix-blend-mode:screen;
  pointer-events:none;
  z-index:0;
}
.sell-title-wrap > *{
  position:relative;
  z-index:1;
}
.sell-only-mobile{display:block}
.sell-only-desktop{display:none}
@media (min-width: 801px){
  .sell-only-mobile{display:none}
  .sell-only-desktop{display:block}
}
.sell-title-wrap .sell-title{
  margin:0;
}
.sell-title-deco{
  width:72px;
  height:auto;
  object-fit:contain;
  flex-shrink:0;
}
[dir="rtl"] .sell-title-deco,
[dir="rtl"] .features-header-deco{
  transform:scaleX(-1);
}
.sell-panel{
  animation:sellGlow 12s linear infinite;
}
@keyframes sellGlow{
  0%{
    box-shadow:
      0 0 0 0 rgba(167,139,250,.0),
      0 0 40px rgba(15,23,42,.95);
    border-color:rgba(31,41,55,.9);
  }
  33%{
    box-shadow:
      0 0 0 1px rgba(167,139,250,.8),
      0 0 30px rgba(167,139,250,.7);
    border-color:rgba(167,139,250,.9);
  }
  66%{
    box-shadow:
      0 0 0 1px rgba(244,114,182,.85),
      0 0 34px rgba(244,114,182,.75);
    border-color:rgba(244,114,182,.95);
  }
  100%{
    box-shadow:
      0 0 0 0 rgba(167,139,250,.0),
      0 0 40px rgba(15,23,42,.95);
    border-color:rgba(31,41,55,.9);
  }
}
.sell-metric{
  display:flex;
  align-items:center;
  gap:8px;
}
.sell-metric-icon{
  width:22px;
  height:22px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
  background:rgba(15,23,42,.95);
  color:#c4b5fd;
  box-shadow:0 0 10px rgba(129,140,248,.6);
}
.sell-metric-label{
  white-space:nowrap;
}
.verse-stanza{
  position:relative;
  padding:18px 20px;
  border-radius:10px;
  background:radial-gradient(circle at 0 0,rgba(148,163,184,.18),transparent 55%);
  border:1px solid rgba(51,65,85,.9);
  display:flex;
  flex-direction:column;
  justify-content:center;
  height:260px;
  flex:0 0 calc((100% - 32px)/3);
}
.verse-stanza.is-hidden{
  display:none;
}
.verse-stanza p{
  font-size:15px;
  line-height:1.9;
  color:var(--text);
  margin:0 0 .7em;
}
.verse-stanza p:last-child{margin-bottom:0}
.verse-controls{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
}
.verse-dots{
  display:flex;
  align-items:center;
  gap:8px;
}
.verse-dot{
  width:8px;
  height:8px;
  border-radius:999px;
  background:rgba(148,163,184,.45);
  transition:background .15s,transform .15s;
}
.verse-dot.is-active{
  background:var(--accent);
  transform:scale(1.4);
}
.verse-nav-btn{
  width:32px;
  height:32px;
  border-radius:999px;
  border:1px solid rgba(148,163,184,.55);
  background:rgba(15,23,42,.9);
  color:var(--text);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  font-size:16px;
  line-height:1;
  transition:background .15s,border-color .15s,transform .12s;
}
.verse-nav-btn:hover{
  background:rgba(30,64,175,.9);
  border-color:rgba(191,219,254,.9);
  transform:translateY(-1px);
}
.verse-nav-btn:active{
  transform:translateY(0);
}
@media (max-width:800px){
  .verse-section{
    padding:32px 20px 32px;
    border-radius:20px;
  }
  .verse-grid{
    padding:24px 12px;
  }
  .verse-strip{
    gap:12px;
  }
  .verse-stanza{
    height:auto;
    min-height:220px;
    flex:0 0 100%;
  }
}

@media(max-width:640px){
  .tt-block{padding:32px 20px}
}
