
.lt-wrap{
    max-width:1200px;
    margin:auto;
    padding:60px 20px;
    font-family:-apple-system,BlinkMacSystemFont,sans-serif;
}

.lt-hero{
    background:linear-gradient(135deg,#e8f5e9,#f1f8e9);
    padding:40px;
    border-radius:20px;
    margin-bottom:40px;
}

.lt-highlight{
    background:#fff8e1;
    padding:15px;
    border-radius:15px;
    margin-bottom:30px;
}

.lt-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:20px;
    margin-bottom:50px;
}

.lt-card{
    background:#fff;
    padding:20px;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.full{ grid-column:1/-1; }

canvas{ width:100%!important; }

.lt-seo{ margin-top:40px; }
