/* Guest Chat Testimonials 3d86a3c6 */

.gct-3d86a3c6-wrap {
    max-width: 1320px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Section Header */
.gct-3d86a3c6-header {
    text-align: center;
    margin-bottom: 40px;
}

.gct-3d86a3c6-title {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 8px;
    line-height: 1.3;
}

.gct-3d86a3c6-subtitle {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-style: italic;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
}

/* Grid */
.gct-3d86a3c6-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: start;
}

/* Card */
.gct-3d86a3c6-card {
    background: #FFFFFF;
    border-radius: 24px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

/* Hover Float */
.gct-3d86a3c6-hover-float:hover {
    transform: translateY(-6px);
}

/* Hover Glow */
.gct-3d86a3c6-hover-glow:hover {
    box-shadow: 0 8px 40px rgba(216, 166, 94, 0.18);
}

/* Card Header */
.gct-3d86a3c6-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.gct-3d86a3c6-card-header-left {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.gct-3d86a3c6-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.gct-3d86a3c6-name-wrap {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.gct-3d86a3c6-guest-name {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gct-3d86a3c6-status {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: 1.3;
}

.gct-3d86a3c6-status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4CAF50;
    display: inline-block;
    flex-shrink: 0;
}

.gct-3d86a3c6-card-header-right {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.gct-3d86a3c6-header-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: default;
    line-height: 1;
}

.gct-3d86a3c6-header-icon svg {
    display: block;
}

/* Messages */
.gct-3d86a3c6-messages {
    padding: 16px 20px;
    min-height: 120px;
}

/* Bubble Wrap */
.gct-3d86a3c6-bubble-wrap {
    display: flex;
    margin-bottom: 0;
}

.gct-3d86a3c6-bubble-wrap + .gct-3d86a3c6-bubble-wrap {
    margin-top: 10px;
}

.gct-3d86a3c6-align-left {
    justify-content: flex-start;
}

.gct-3d86a3c6-align-right {
    justify-content: flex-end;
}

/* Bubble */
.gct-3d86a3c6-bubble {
    max-width: 88%;
    padding: 12px 16px;
    border-radius: 16px;
    position: relative;
}

.gct-3d86a3c6-bubble--incoming {
    background: #F8F6F0;
    border-bottom-left-radius: 4px;
}

.gct-3d86a3c6-bubble--outgoing {
    background: #BADFF6;
    border-bottom-right-radius: 4px;
}

.gct-3d86a3c6-bubble-text {
    font-size: 14px;
    line-height: 1.55;
    display: block;
}

.gct-3d86a3c6-time {
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3px;
    margin-top: 4px;
    line-height: 1;
}

.gct-3d86a3c6-read-receipt {
    font-size: 11px;
    color: #4FC3F7;
    letter-spacing: -2px;
}

/* Card Footer */
.gct-3d86a3c6-card-footer {
    padding: 4px 20px 16px;
}

.gct-3d86a3c6-reaction {
    font-size: 24px;
    line-height: 1;
    display: inline-block;
}

/* Decorative Divider */
.gct-3d86a3c6-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 40px auto 16px;
    max-width: 500px;
}

.gct-3d86a3c6-divider-line {
    flex: 1;
    height: 0;
    border-top: 1px solid #D8A65E;
}

.gct-3d86a3c6-divider-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #D8A65E;
    flex-shrink: 0;
}

.gct-3d86a3c6-divider-heart {
    font-size: 20px;
    line-height: 1;
    flex-shrink: 0;
}

/* Bottom Tagline */
.gct-3d86a3c6-bottom-tagline {
    text-align: center;
    font-family: 'Georgia', 'Times New Roman', serif;
    font-style: italic;
    font-size: 15px;
    color: #D8A65E;
    margin: 0;
    padding-bottom: 10px;
}

/* Fade In Animation */
.gct-3d86a3c6-fade {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.gct-3d86a3c6-fade.gct-3d86a3c6-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Bubble Stagger */
.gct-3d86a3c6-stagger .gct-3d86a3c6-bubble-wrap {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.gct-3d86a3c6-stagger.gct-3d86a3c6-bubbles-visible .gct-3d86a3c6-bubble-wrap {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive: Tablet */
@media (max-width: 1024px) {
    .gct-3d86a3c6-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Responsive: Mobile */
@media (max-width: 767px) {
    .gct-3d86a3c6-grid {
        grid-template-columns: 1fr;
    }

    .gct-3d86a3c6-title {
        font-size: 26px;
    }

    .gct-3d86a3c6-wrap {
        padding: 24px 16px;
    }
}
