﻿/* Form2 landing — section-6 CTA ile section-7 sekmeleri arası boşluk */
.jb-section-6__actions {
    margin-bottom: 56px;
}

/* Hero GIF — sayfa açılışında anında oynar (video fallback gizli kalır) */
.consultation-visual--has-gif .consultation-visual__hero-gif {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.consultation-visual--has-gif .consultation-visual__play {
    display: none;
}

.consultation-visual--has-gif.is-playing .consultation-visual__hero-gif {
    opacity: 1;
}

.jb-section-7.jb-section-7--has-tabs {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width: 767px) {
    .jb-section-6__actions {
        margin-bottom: 40px;
    }

    .jb-section-7.jb-section-7--has-tabs {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.jb-section-5__card-stars {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    margin: 0 0 10px;
}

.jb-section-5__star {
    color: #d9d2cc;
    font-size: 18px;
    line-height: 1;
}

.jb-section-5__star.is-filled {
    color: #f47b20;
}

.jb-section-5__card-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.jb-section-5__read-more {
    display: inline-block;
    margin: 4px 0 12px;
    padding: 0;
    border: 0;
    background: none;
    color: #f47b20;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.jb-section-5__read-more:hover,
.jb-section-5__read-more:focus-visible {
    color: #d96512;
}

.jb-review-modal {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    box-sizing: border-box;
}

.jb-review-modal[hidden] {
    display: none !important;
}

.jb-review-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(21, 2, 28, 0.62);
    backdrop-filter: blur(2px);
}

.jb-review-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(560px, 100%);
    max-height: min(85vh, 720px);
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #fff 0%, #f9f6f3 100%);
    border-radius: 20px;
    padding: 28px 24px 24px;
    box-shadow: 0 24px 64px rgba(21, 2, 28, 0.28);
    box-sizing: border-box;
    overflow: hidden;
}

.jb-review-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: rgba(21, 2, 28, 0.06);
    color: #15021c;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

.jb-review-modal__close:hover,
.jb-review-modal__close:focus-visible {
    background: rgba(244, 123, 32, 0.15);
}

.jb-review-modal__stars {
    display: flex;
    gap: 4px;
    margin: 0 0 12px;
}

.jb-review-modal__stars .jb-section-5__star {
    font-size: 20px;
}

.jb-review-modal__title {
    margin: 0 40px 6px 0;
    color: #15021c;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
}

.jb-review-modal__date {
    margin: 0 0 16px;
    color: #7a6f78;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 13px;
    line-height: 1.4;
}

.jb-review-modal__date:empty {
    display: none;
}

.jb-review-modal__body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    margin: 0 0 20px;
    padding-right: 4px;
    color: #181616;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    white-space: pre-line;
}

.jb-review-modal__author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid rgba(21, 2, 28, 0.08);
}

.jb-review-modal__avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.jb-review-modal__name {
    color: #15021c;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

@media (max-width: 767px) {
    .jb-review-modal {
        padding: 16px 12px;
    }

    .jb-review-modal__dialog {
        padding: 24px 18px 18px;
        border-radius: 16px;
    }

    .jb-review-modal__title {
        font-size: 20px;
        margin-right: 36px;
    }

    .jb-review-modal__body {
        font-size: 15px;
    }
}
