
/* STT FOUNDER LIFETIME SAVINGS V1 */

.stt-founder-savings {
 background:#051223;
 color:#fff;
 padding:70px 0;
}

.stt-founder-savings * {
 box-sizing:border-box;
}

.stt-founder-savings .stt-savings-panel {
 max-width:1120px;
 margin:auto;
 padding:42px;
 background:#0b2038;
 border:2px solid #956CDA;
 border-radius:22px;
 text-align:center;
}

.stt-founder-savings .stt-savings-eyebrow {
 display:inline-block;
 color:#D4BFFF;
 border:1px solid #956CDA;
 padding:10px 20px;
 border-radius:30px;
 font-weight:900;
 letter-spacing:1px;
 margin-bottom:24px;
}

.stt-founder-savings h2 {
 color:#fff;
 font-size:clamp(30px,4vw,49px);
 line-height:1.18;
 margin:0 auto 24px;
}

.stt-founder-savings h2 span {
 display:block;
 color:#D4BFFF;
}

.stt-founder-savings p {
 max-width:900px;
 margin:0 auto 20px;
 color:#fff;
 font-size:18px;
 line-height:1.7;
}

.stt-founder-savings .stt-savings-lead {
 color:#D4BFFF;
 font-size:clamp(20px,2.5vw,25px);
 font-weight:800;
 line-height:1.45;
}

.stt-founder-savings .stt-savings-prices {
 display:grid;
 grid-template-columns:repeat(3,minmax(0,1fr));
 gap:16px;
 margin:35px 0;
}

.stt-founder-savings .stt-savings-prices>div {
 min-width:0;
 display:flex;
 flex-direction:column;
 gap:10px;
 padding:25px 12px;
 background:#071629;
 border:1px solid #956CDA;
 border-radius:15px;
}

.stt-founder-savings .stt-savings-prices strong {
 color:#D4BFFF;
 font-size:15px;
}

.stt-founder-savings .stt-savings-prices b {
 color:#fff;
 font-size:clamp(25px,3vw,36px);
}

.stt-founder-savings .stt-savings-prices small {
 color:#9bd9ff;
 font-size:17px;
 font-weight:800;
}

.stt-founder-savings .stt-savings-bottom {
 color:#D4BFFF;
 font-size:clamp(22px,3vw,30px);
 font-weight:900;
 line-height:1.3;
}

.stt-founder-savings .stt-savings-bonus {
 font-weight:800;
 margin-bottom:0;
}

@media(max-width:700px) {

 .stt-founder-savings {
  padding:40px 0;
 }

 .stt-founder-savings .stt-savings-panel {
  padding:25px 17px;
 }

 .stt-founder-savings .stt-savings-prices {
  grid-template-columns:1fr;
 }

 .stt-founder-savings p {
  font-size:16px;
 }

}
