
.ltk-wrap{max-width:1120px;margin:0 auto;padding:28px 18px 50px;font-family:inherit;color:#111;line-height:1.5}
.ltk-wrap *{box-sizing:border-box}
.ltk-hero{text-align:center;max-width:850px;margin:0 auto 28px}
.ltk-kicker{color:#d10c9a;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}
.ltk-hero h2{font-size:clamp(32px,5vw,54px);line-height:1.05;margin:0 0 14px}
.ltk-hero h2 span{color:#d10c9a}
.ltk-hero p{color:#555;font-size:17px;margin:0}
.ltk-card{background:#fff;border:1px solid #e5e5e5;border-radius:22px;box-shadow:0 16px 45px rgba(0,0,0,.07);overflow:hidden}
.ltk-form{padding:26px}
.ltk-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.ltk-full{grid-column:1/-1}
.ltk-field label{display:block;font-weight:750;margin-bottom:7px}
.ltk-field input,.ltk-field select{width:100%;padding:14px 13px;border:1px solid #cfcfcf;border-radius:12px;font-size:16px;background:#fff;color:#111}
.ltk-field input:focus,.ltk-field select:focus{outline:none;border-color:#d10c9a;box-shadow:0 0 0 3px rgba(209,12,154,.12)}
.ltk-field small{display:block;margin-top:6px;font-size:12px;color:#737373}
.ltk-btn{width:100%;border:0;border-radius:13px;background:#d10c9a;color:#fff;font-size:17px;font-weight:800;padding:16px 22px;margin-top:20px;cursor:pointer}
.ltk-btn:hover{background:#aa087d}
.ltk-error{display:none;margin-top:12px;background:#fff0f0;color:#8b1d1d;border-radius:10px;padding:11px 13px}
.ltk-results{display:none;margin-top:30px}
.ltk-result-head{background:#111;color:#fff;text-align:center;padding:30px}
.ltk-big{font-size:clamp(50px,8vw,80px);font-weight:900;line-height:1;margin:12px 0}
.ltk-result-head p{color:#d7d7d7;margin:0}
.ltk-stats{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid #e5e5e5}
.ltk-stats>div{text-align:center;padding:23px;border-right:1px solid #e5e5e5}
.ltk-stats>div:last-child{border-right:0}
.ltk-stats span{display:block;color:#737373;font-size:13px;margin-bottom:5px}
.ltk-stats strong{font-size:21px}
.ltk-section{padding:28px}
.ltk-section+.ltk-section{border-top:1px solid #e5e5e5}
.ltk-section h3{font-size:25px;margin:0 0 12px}
.ltk-formula{font-size:20px;font-weight:800;background:#f7f7f7;border-radius:14px;padding:18px}
.ltk-section p{color:#555;margin:14px 0 0}
.ltk-highlight{background:#fff7fc}
.ltk-per1000{color:#d10c9a;font-size:clamp(40px,7vw,62px);font-weight:900;margin-top:10px}
.ltk-cta{text-align:center;background:#111;color:#fff;padding:34px 26px}
.ltk-cta h3{font-size:30px;margin:0 0 10px}
.ltk-cta p{color:#d5d5d5;max-width:680px;margin:0 auto 20px}
.ltk-buttons{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
.ltk-buttons a{display:inline-block;text-decoration:none;padding:14px 20px;border-radius:12px;font-weight:900}
.ltk-primary{background:#d10c9a;color:#fff!important}
.ltk-secondary{background:#fff;color:#111!important}
.ltk-disclaimer{font-size:12px;color:#737373;margin:18px 4px 0}
@media(max-width:760px){
  .ltk-grid,.ltk-stats{grid-template-columns:1fr}
  .ltk-full{grid-column:auto}
  .ltk-stats>div{border-right:0;border-bottom:1px solid #e5e5e5}
  .ltk-stats>div:last-child{border-bottom:0}
  .ltk-form,.ltk-section{padding:21px}
}
