/* ════════════════════════════════════════
   HOW PRECISELY WE EDIT
════════════════════════════════════════ */
.be-how {
    padding: 90px 80px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.be-how__header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 80px;
}

.be-how__row {
    display: flex;
    align-items: center;
    gap: 70px;
    padding: 60px 0;
    border-bottom: 1px solid #edf0f6;
}

.be-how__row:last-child {
    border-bottom: none;
}

.be-how__row--reverse {
    flex-direction: row-reverse;
}

.be-how__img {
    flex: 0 0 380px;
    position: relative;
}

.be-how__img img {
    width: 100%;
    height: 420px;
    object-fit: contain;
    background: #f4f8ff;
    display: block;
    box-shadow: 0 16px 48px rgba(0,0,0,0.1);
}

.be-how__img-badge {
    position: absolute;
    bottom: -16px;
    right: -16px;
    width: 60px;
    height: 60px;
    background: #0093ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    box-shadow: 0 6px 20px rgba(0,147,255,0.35);
}

.be-how__text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.be-how__title {
    font-family: 'TTFirsNeue', sans-serif;
    font-weight: 800;
    font-size: 28px;
    color: #0d1b2a;
    margin: 0;
}

.be-how__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.be-how__list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'nexa', sans-serif;
    font-size: 14px;
    color: #5a6a82;
}

.be-how__list li i {
    font-size: 18px;
    color: #0093ff;
    flex-shrink: 0;
}

/* ════════════════════════════════════════
   BEFORE & AFTER COMPARISON
════════════════════════════════════════ */
.be-compare {
    padding: 90px 80px;
    background: #f4f8ff;
    background-image:
        linear-gradient(rgba(0,147,255,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,147,255,0.05) 1px, transparent 1px);
    background-size: 60px 60px;
}

.be-compare__header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 56px;
}

.be-compare__grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 0;
    align-items: stretch;
    max-width: 1100px;
    margin: 0 auto;
    box-shadow: 0 8px 40px rgba(0,0,0,0.1);
}

.be-compare__panel {
    padding: 40px 36px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.be-compare__panel--before {
    background: #fff;
    border-left: 4px solid #ff4d4d;
}

.be-compare__panel--after {
    background: #fff;
    border-left: 4px solid #0093ff;
}

.be-compare__label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'TTFirsNeue', sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f6;
}

.be-compare__panel--before .be-compare__label {
    color: #ff4d4d;
}

.be-compare__panel--after .be-compare__label {
    color: #0093ff;
}

.be-compare__label i {
    font-size: 22px;
}

.be-compare__text {
    flex: 1;
    font-family: 'nexa', sans-serif;
    font-size: 14px;
    line-height: 1.85;
    color: #5a6a82;
}

.be-compare__panel--before .be-compare__text {
    color: #8a9ab0;
    font-style: italic;
}

.be-compare__panel--after .be-compare__text {
    color: #2d3e50;
}

.be-compare__issues {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 16px;
    border-top: 1px solid #edf0f6;
}

.be-compare__issues span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'nexa', sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 0;
}

.be-compare__panel--before .be-compare__issues span {
    background: rgba(255,77,77,0.08);
    color: #ff4d4d;
}

.be-compare__panel--after .be-compare__issues span {
    background: rgba(0,147,255,0.08);
    color: #0093ff;
}

/* Divider arrow */
.be-compare__divider {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #0093ff;
    width: 56px;
    gap: 0;
}

.be-compare__divider-line {
    flex: 1;
    width: 2px;
    background: rgba(255,255,255,0.2);
}

.be-compare__divider-icon {
    font-size: 28px;
    color: #fff;
    padding: 12px 0;
}

/* ════════════════════════════════════════
   BOOKS SLIDER
════════════════════════════════════════ */
.be-slider-section {
    padding: 90px 80px;
    background: #0d1b2a;
    background-image:
        linear-gradient(rgba(0,147,255,0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,147,255,0.07) 1px, transparent 1px);
    background-size: 60px 60px;
    overflow: hidden;
}

.be-slider__header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 50px;
}

.be-slider__header .section-title {
    color: #fff;
}

.beSwiper {
    padding: 30px 20px 50px !important;
    overflow: visible !important;
}

.beSwiper .swiper-slide {
    transition: transform 0.4s ease;
    opacity: 1;
    transform: scale(0.88);
}

.beSwiper .swiper-slide-active {
    transform: scale(1.12) !important;
    z-index: 10 !important;
}

.beSwiper .swiper-slide-prev,
.beSwiper .swiper-slide-next {
    transform: scale(0.95);
    z-index: 5;
}

.be-book-card {
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.3);
    background: #1a2d3e;
}

.be-book-card img {
    width: 100%;
    height: 280px;
    object-fit: contain;
    display: block;
}

.beSwiper .swiper-pagination-bullet {
    background: rgba(255,255,255,0.3);
    opacity: 1;
}

.beSwiper .swiper-pagination-bullet-active {
    background: #0093ff;
    width: 28px;
    border-radius: 4px;
}

/* ════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════ */
@media (max-width: 1024px) {
    .be-how { padding: 70px 40px; }
    .be-how__row { gap: 40px; flex-direction: column; }
    .be-how__row--reverse { flex-direction: column; }
    .be-how__img { flex: none; width: 100%; }
    .be-how__img img { height: 300px; }

    .be-compare { padding: 70px 40px; }
    .be-compare__grid { grid-template-columns: 1fr; }
    .be-compare__divider { flex-direction: row; width: 100%; height: 56px; }
    .be-compare__divider-line { flex: 1; width: auto; height: 2px; }
    .be-compare__divider-icon { transform: rotate(90deg); }

    .be-slider-section { padding: 70px 40px; }
}

@media (max-width: 768px) {
    .be-how { padding: 60px 20px; }
    .be-compare { padding: 60px 20px; }
    .be-slider-section { padding: 60px 20px; }
    .be-compare__panel { padding: 28px 20px; }
}
