.book-title-page { color: #3f3f3f; }
.book-title-page h2,
.book-title-page h3 { color: #303030; }
.blog-detail-heading--kak-vybrat-nazvanie-dlya-knigi h1 {
    max-width: 1080px;
    margin-top: 52px;
    font-size: clamp(40px, 4.2vw, 68px);
    line-height: 1.08;
    color: #303030 !important;
}

.book-title-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(390px, .97fr);
    gap: clamp(38px, 6vw, 86px);
    align-items: start;
    margin-top: 34px;
    margin-bottom: 76px;
}
.book-title-hero__answer {
    margin: 0 0 20px;
    font-size: clamp(23px, 2vw, 32px);
    line-height: 1.38;
}
.book-title-hero__copy > p:not(.print-books-eyebrow):not(.book-title-hero__answer) {
    max-width: 780px;
    font-size: 19px;
    line-height: 1.5;
}
.book-title-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 22px;
    margin: 26px 0;
    color: #777;
    font-size: 15px;
}
.book-title-hero__visual {
    position: relative;
    margin: 0;
    padding: 16px 16px 58px;
    border-radius: 44px 5px 44px 5px;
    background: #faeeea;
    overflow: hidden;
}
.book-title-hero__visual img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    display: block;
    border-radius: 31px 4px 31px 4px;
    object-fit: cover;
}
.book-title-hero__visual figcaption {
    position: absolute;
    right: 25px;
    bottom: 17px;
    left: 25px;
    color: #69615d;
    font-size: 14px;
    line-height: 1.45;
}

.book-title-fastnav {
    display: grid;
    grid-template-columns: minmax(270px, .65fr) minmax(0, 1.35fr);
    gap: 38px;
    padding: clamp(30px, 5vw, 56px);
    border: 1px solid #ead8cf;
    border-radius: 34px 4px 34px 4px;
}
.book-title-fastnav h2 { margin: 0; }
.book-title-fastnav nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 30px;
}
.book-title-fastnav a {
    padding: 14px 0;
    border-bottom: 1px solid #eadfd9;
    color: #373737;
    font-size: 18px;
    text-decoration: none;
}

.book-title-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr);
    gap: clamp(36px, 6vw, 80px);
    align-items: center;
}
.book-title-intro > div:first-child > p:not(.print-books-eyebrow) {
    max-width: 780px;
    font-size: 18px;
    line-height: 1.5;
}
.book-title-rule {
    padding: clamp(30px, 4vw, 48px);
    border-radius: 36px 5px 36px 5px;
    background: #fff8e7;
}
.book-title-rule > span {
    color: #d95649;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .055em;
    text-transform: uppercase;
}
.book-title-rule p {
    margin: 22px 0 16px;
    color: #363636;
    font-size: 24px;
    line-height: 1.48;
}
.book-title-rule small {
    color: #6b6662;
    font-size: 15px;
    line-height: 1.58;
}

.book-title-criteria {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.book-title-criteria article {
    min-height: 220px;
    padding: 28px;
    border: 1px solid #ead8cf;
    border-radius: 24px 4px 24px 4px;
    background: #fff;
}
.book-title-criteria span {
    color: #ff7160;
    font-size: 17px;
    font-weight: 800;
}
.book-title-criteria h3 {
    margin: 34px 0 12px;
    font-size: 22px;
}
.book-title-criteria p {
    margin: 0;
    color: #616161;
    font-size: 16px;
    line-height: 1.6;
}

.book-title-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.book-title-steps li {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 20px;
    padding: 28px;
    border: 1px solid #ead8cf;
    border-radius: 24px 4px 24px 4px;
    background: #fff;
}
.book-title-steps li > span {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #ff7160;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}
.book-title-steps h3 {
    margin: 4px 0 10px;
    font-size: 22px;
}
.book-title-steps p {
    margin: 0;
    color: #5e5e5e;
    font-size: 16px;
    line-height: 1.6;
}

.book-title-formulas {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.book-title-formulas article {
    padding: 30px;
    border-radius: 28px 4px 28px 4px;
    background: #fff8e7;
}
.book-title-formulas article:nth-child(2) { background: #faeeea; }
.book-title-formulas > article > span {
    color: #d95649;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.book-title-formulas h3 {
    margin: 20px 0 14px;
    font-size: 23px;
}
.book-title-formulas p {
    margin: 0 0 18px;
    color: #5d5d5d;
    font-size: 16px;
    line-height: 1.6;
}
.book-title-formulas ul {
    margin: 0;
    padding-left: 20px;
}
.book-title-formulas li {
    margin-bottom: 8px;
    color: #4c4c4c;
    line-height: 1.5;
}

.book-title-test {
    display: grid;
    grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
    gap: clamp(38px, 6vw, 82px);
    padding: clamp(35px, 5vw, 68px);
    border-radius: 40px 6px 40px 6px;
    background: #fff8e7;
}
.book-title-test > div:first-child > p:not(.print-books-eyebrow) {
    font-size: 18px;
    line-height: 1.5;
}
.book-title-test__list {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: title-test;
}
.book-title-test__list li {
    position: relative;
    padding: 16px 0 16px 54px;
    border-bottom: 1px solid rgba(205, 172, 148, .5);
    counter-increment: title-test;
}
.book-title-test__list li:first-child { padding-top: 0; }
.book-title-test__list li:last-child { padding-bottom: 0; border-bottom: 0; }
.book-title-test__list li::before {
    content: counter(title-test, decimal-leading-zero);
    position: absolute;
    left: 0;
    color: #ff7160;
    font-weight: 800;
}
.book-title-test__list b,
.book-title-test__list span { display: block; }
.book-title-test__list b {
    margin-bottom: 5px;
    color: #333;
    font-size: 19px;
}
.book-title-test__list span {
    color: #646464;
    font-size: 16px;
    line-height: 1.5;
}

.book-title-warning {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .95fr);
    gap: clamp(38px, 6vw, 78px);
    padding: clamp(36px, 5vw, 68px);
    border-left: 5px solid #ff7160;
    background: #faeeea;
}
.book-title-warning > div > p:not(.print-books-eyebrow) {
    font-size: 18px;
    line-height: 1.5;
}
.book-title-warning ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.book-title-warning li {
    position: relative;
    padding: 15px 0 15px 34px;
    border-bottom: 1px solid rgba(205, 172, 148, .5);
    font-size: 16px;
    line-height: 1.55;
}
.book-title-warning li:last-child { border-bottom: 0; }
.book-title-warning li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #d95649;
    font-weight: 900;
}

.book-title-mistakes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.book-title-mistakes article {
    padding: 28px;
    border-top: 3px solid #ff7160;
    background: #fff8e7;
}
.book-title-mistakes h3 { margin: 0 0 12px; font-size: 21px; }
.book-title-mistakes p { margin: 0; color: #626262; font-size: 16px; line-height: 1.6; }

.book-title-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
    padding: clamp(34px, 5vw, 64px);
    border-radius: 38px 5px 38px 5px;
    background: #faeeea;
}
.book-title-cta > div:first-child { max-width: 720px; }
.book-title-cta > div:first-child > p:not(.print-books-eyebrow) { font-size: 18px; line-height: 1.5; }
.book-title-cta .print-books-actions { flex: 0 0 auto; justify-content: flex-end; }

.book-title-related { margin-bottom: 78px; }
.book-title-related__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.book-title-related__grid a {
    min-height: 150px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 26px 58px 26px 26px;
    border: 1px solid #ead8cf;
    border-radius: 24px 4px 24px 4px;
    color: #333;
    text-decoration: none;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.book-title-related__grid a::after {
    content: '→';
    position: absolute;
    top: 23px;
    right: 25px;
    color: #ff7160;
    font-size: 24px;
}
.book-title-related__grid span { margin-bottom: 8px; font-size: 21px; font-weight: 700; }
.book-title-related__grid small { color: #666; font-size: 15px; line-height: 1.5; }

@media (hover: hover) {
    .book-title-fastnav a:hover,
    .book-title-fastnav a:focus-visible { color: #d95649; }
    .book-title-related__grid a:hover,
    .book-title-related__grid a:focus-visible {
        border-color: #ff7160;
        transform: translateY(-2px);
        box-shadow: 0 14px 32px rgba(85, 60, 45, .08);
    }
}

@media (min-width: 992px) and (max-width: 1679px) {
    .book-title-page > .container,
    .book-title-hero.container { padding-right: clamp(140px, 11vw, 180px); }
}

@media (max-width: 1199.98px) {
    .book-title-related__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 991.98px) {
    .book-title-hero,
    .book-title-intro,
    .book-title-test,
    .book-title-warning { grid-template-columns: 1fr; }
    .book-title-fastnav { grid-template-columns: 1fr; }
    .book-title-criteria,
    .book-title-formulas,
    .book-title-mistakes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .book-title-cta { align-items: flex-start; flex-direction: column; }
    .book-title-cta .print-books-actions { justify-content: flex-start; }
    .book-title-related__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767.98px) {
    .blog-detail-heading--kak-vybrat-nazvanie-dlya-knigi h1 {
        margin-top: 34px;
        font-size: 36px;
        overflow-wrap: anywhere;
    }
    .book-title-hero { margin-top: 22px; margin-bottom: 58px; }
    .book-title-hero__answer { font-size: 23px; }
    .book-title-hero__copy > p:not(.print-books-eyebrow):not(.book-title-hero__answer) { font-size: 18px; }
    .book-title-fastnav nav,
    .book-title-criteria,
    .book-title-steps,
    .book-title-formulas,
    .book-title-mistakes,
    .book-title-related__grid { grid-template-columns: 1fr; }
    .book-title-fastnav,
    .book-title-test,
    .book-title-warning,
    .book-title-cta { padding: 28px 22px; border-radius: 27px 4px 27px 4px; }
    .book-title-criteria article { min-height: 0; }
    .book-title-criteria h3 { margin-top: 25px; }
    .book-title-related__grid a { min-height: 128px; }
}

@media (max-width: 420px) {
    .blog-detail-heading--kak-vybrat-nazvanie-dlya-knigi h1 { font-size: 32px; }
    .book-title-meta { display: grid; }
    .book-title-hero__visual { padding: 11px 11px 70px; border-radius: 30px 4px 30px 4px; }
    .book-title-fastnav,
    .book-title-steps li,
    .book-title-criteria article,
    .book-title-formulas article,
    .book-title-mistakes article { padding: 24px 20px; }
    .book-title-steps li { grid-template-columns: 46px minmax(0, 1fr); gap: 15px; }
    .book-title-steps li > span { width: 44px; height: 44px; }
    .book-title-cta .print-books-actions,
    .book-title-cta .btn { width: 100%; }
}

@media (max-width: 359.98px) {
    .book-title-steps li { grid-template-columns: minmax(0, 1fr); gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
    .book-title-related__grid a { transition: none; }
}
