.truths-library {
    background: #f8f8f2;
    border-block: 1px solid #e4e5dc;
    color: #2a2b2d;
    padding-block: 88px 96px;
}

.truths-library .truths-library-grid {
    display: grid;
    grid-template-columns: 1fr 1.08fr;
    align-items: center;
    gap: 56px;
}

.truths-library-copy, .truths-library-visual { min-width: 0; }
.truths-library p { margin: 0; }
.truths-library .truths-library-eyebrow {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #666760;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.7;
    text-transform: uppercase;
}
.truths-library-eyebrow > span { width: 25px; height: 3px; flex-shrink: 0; background: #ff9900; }
.truths-library h2 {
    margin: 25px 0 22px;
    color: #2a2b2d;
    font-family: 'Spartan', sans-serif;
    font-size: clamp(32px, 3.55vw, 51px);
    font-weight: 700;
    line-height: 1.36;
    letter-spacing: -2px;
}
.truths-library h2 em {
    font-family: 'Handlee', cursive;
    font-size: 1.22em;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1px;
}
.truths-library .truths-library-description { max-width: 480px; color: #666760; font-size: 15px; line-height: 1.95; }
.truths-library .truths-library-features { display: flex; flex-wrap: wrap; gap: 8px 15px; list-style: none; margin: 21px 0 0; padding: 0; }
.truths-library-features li { display: flex; gap: 7px; align-items: center; color: #526653; font-size: 10px; line-height: 1.7; }
.truths-library-features li::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: #698a62; }
.truths-library-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 21px; margin-top: 28px; }
.truths-library .truths-library-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    min-height: 62px;
    padding: 19px 25px;
    border: 1px solid #2a2b2d;
    border-radius: 10px;
    background: #2a2b2d;
    color: white;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.7;
    text-decoration: none;
    transition: background .18s, box-shadow .18s;
}
.truths-library .truths-library-button:hover { color: #fff; background: #444541; box-shadow: 0 5px 18px #2a2b2d20; }
.truths-library svg { display: block; width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.truths-library-button svg { color: #ffc66f; }
.truths-library-free { color: #666760; font-size: 10px; line-height: 1.8; }
.truths-library .truths-library-movement { display: flex; align-items: center; gap: 12px; margin-top: 26px; color: #666760; font-size: 10px; line-height: 1.7; }
.truths-library-dots { display: inline-flex; gap: 4px; flex-shrink: 0; }
.truths-library-dots i { width: 6px; height: 6px; border-radius: 50%; background: #f64945; }
.truths-library-dots i:nth-child(2) { background: #ff9900; }
.truths-library-dots i:nth-child(3) { background: #e0b328; }
.truths-library-dots i:nth-child(4) { background: #698a62; }
.truths-library-dots i:nth-child(5) { background: #3eb8d6; }
.truths-library-dots i:nth-child(6) { background: #814ca7; }
.truths-library-dots i:nth-child(7) { background: #da51bf; }
.truths-library-visual { position: relative; isolation: isolate; padding: 15px 8px 78px; }
.truths-library-orbit { position: absolute; inset: -29px 0 56px 25px; z-index: -1; overflow: hidden; border: 1px solid #e5d6ba; border-radius: 50%; background: radial-gradient(ellipse at 60% 40%, #f6e9d9 0, #f8f8f200 65%); }
.truths-library-orbit::after { content: ''; position: absolute; inset: 26px -12px 10px 15px; border: 1px solid #e5e6dc; border-radius: 50%; transform: rotate(29deg); }
.truths-library svg.truths-library-spark { position: absolute; right: 6%; top: -24px; width: 42px; height: 42px; color: #c78824; stroke-width: 2; transform: rotate(12deg); }
.truths-library .truths-library-preview { display: block; position: relative; overflow: hidden; border: 1px solid #dfe0d6; border-radius: 14px; background: #fff; box-shadow: 0 20px 45px -25px #42423d55; transform: rotate(-1.2deg); color: #666760; text-decoration: none; }
.truths-library .truths-library-preview:hover { border-color: #b5bbae; }
.truths-library a:focus-visible { outline: 3px solid #21768a; outline-offset: 5px; }
.truths-library-windowbar { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 42px; padding: 10px 15px; font-size: 10px; line-height: 1.6; }
.truths-library-windowbar svg { width: 15px; height: 15px; }
.truths-library-windowdots { display: inline-flex; gap: 5px; }
.truths-library-windowdots i { width: 6px; height: 6px; border-radius: 50%; background: #d4d6cc; }
.truths-library-windowdots i:first-child { background: #ecc996; }
.truths-library-preview img { display: block; width: 100%; height: auto; border-top: 2px solid transparent; border-image: linear-gradient(90deg, #f64945, #ff9900, #f2c230, #698a62, #3eb8d6, #814ca7, #da51bf) 1; }
.truths-library-preview-caption { display: flex; align-items: center; gap: 7px; padding: 10px 15px; border-top: 1px solid #e4e5dc; font-size: 9px; line-height: 1.6; }
.truths-library-preview-caption i { width: 5px; height: 5px; border-radius: 50%; background: #698a62; }
.truths-library-note { position: absolute; bottom: 65px; left: -10px; display: flex; align-items: center; gap: 15px; padding: 16px 20px; border: 1px solid #d3e2df; border-radius: 10px; background: #eef7f2; box-shadow: 0 10px 24px -16px #304b4155; transform: rotate(-3deg); pointer-events: none; }
.truths-library-note svg { width: 30px; height: 30px; color: #4c6c61; }
.truths-library-note span { display: block; color: #666760; font-size: 10px; line-height: 1.8; }
.truths-library-note strong { display: block; font-size: 14px; line-height: 1.7; font-weight: 600; }
.truths-library .truths-library-handwritten { position: absolute; right: 12px; bottom: 0; color: #75786c; font-family: 'Handlee', cursive; font-size: 23px; line-height: 1.3; transform: rotate(-5deg); }

@media (max-width: 1199px) {
    .truths-library .truths-library-grid { gap: 32px; }
    .truths-library .truths-library-eyebrow { font-size: 9px; letter-spacing: 1.5px; }
    .truths-library .truths-library-description { font-size: 13px; }
    .truths-library .truths-library-button { gap: 16px; padding-inline: 20px; font-size: 11px; }
    .truths-library-actions { gap: 16px; }
    .truths-library-free { font-size: 9px; }
}

@media (max-width: 991px) {
    .truths-library { padding-block: 65px; }
    .truths-library .truths-library-grid { grid-template-columns: 1fr; gap: 56px; }
    .truths-library-copy { text-align: center; }
    .truths-library h2 { font-size: 45px; }
    .truths-library .truths-library-eyebrow, .truths-library-features, .truths-library-actions, .truths-library .truths-library-movement { justify-content: center; }
    .truths-library .truths-library-description { margin-inline: auto; font-size: 14px; }
    .truths-library-free { text-align: left; }
    .truths-library-visual { width: min(560px, 100%); margin-inline: auto; }
}

@media (max-width: 575px) {
    .truths-library { padding-block: 48px; }
    .truths-library .truths-library-grid { padding-inline: 23px; gap: 48px; }
    .truths-library .truths-library-eyebrow { gap: 9px; font-size: 8px; letter-spacing: 1.2px; }
    .truths-library-eyebrow > span { width: 18px; }
    .truths-library h2 { font-size: clamp(29px, 8vw, 42px); letter-spacing: -1.3px; margin-block: 20px; }
    .truths-library .truths-library-description { font-size: 12px; }
    .truths-library .truths-library-features { gap: 7px 12px; margin-top: 17px; }
    .truths-library-features li { font-size: 9px; }
    .truths-library .truths-library-button { min-height: 56px; padding: 15px 18px; }
    .truths-library-actions { gap: 13px; }
    .truths-library .truths-library-movement { font-size: 9px; gap: 9px; }
    .truths-library-dots { gap: 3px; }
    .truths-library-dots i { width: 5px; height: 5px; }
    .truths-library-windowbar { min-height: 34px; padding: 8px 10px; font-size: 8px; }
    .truths-library-windowbar svg { width: 13px; height: 13px; }
    .truths-library-windowdots { gap: 3px; }
    .truths-library-windowdots i { width: 4px; height: 4px; }
    .truths-library-preview-caption { font-size: 7px; }
    .truths-library-note { left: 0; bottom: 64px; gap: 10px; padding: 11px 13px; }
    .truths-library-note svg { width: 24px; height: 24px; }
    .truths-library-note span { font-size: 8px; }
    .truths-library-note strong { font-size: 11px; }
    .truths-library .truths-library-handwritten { font-size: 19px; }
    .truths-library svg.truths-library-spark { width: 31px; height: 31px; top: -16px; }
}

@media (prefers-reduced-motion: reduce) {
    .truths-library .truths-library-button { transition: none; }
}
