/* =============================== */
/* FEATURE SHOWCASE SECTION                                           */
/* =============================== */
.feature-showcase-section {
    background: linear-gradient(135deg, #f0faf6 0%, #e8f5f0 100%);
    padding: 80px 20px;
}

.showcase-container {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.showcase-title {
    color: #004c46;
    font-size: 2.8rem;
    font-weight: 700;
    margin: 0 0 16px 0;
    line-height: 1.2;
}

.showcase-subtitle {
    color: #2b7c6c;
    font-size: 1.2rem;
    margin: 0 0 60px 0;
    line-height: 1.5;
}

.showcase-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.showcase-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    transition: all 0.4s ease;
    text-align: center;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.showcase-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(46, 139, 87, 0.2);
}

.showcase-header {
    background: linear-gradient(135deg, #2E8B57 0%, #3CB371 100%);
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.showcase-header-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.showcase-window-controls {
    display: flex;
    gap: 8px;
}

.window-control {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.window-control.close {
    background: #ff5f56;
}

.window-control.minimize {
    background: #ffbd2e;
}

.window-control.maximize {
    background: #27c93f;
}

.showcase-icon {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
}

.showcase-header h3 {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

.showcase-preview {
    padding: 0;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
}

.preview-mockup {
    width: 100%;
    background: white;
    border-radius: 0;
    box-shadow: none;
    padding: 24px;
}

.showcase-description {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    padding: 20px 24px;
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
    text-align: center;
}

.showcase-card-footer {
    padding: 18px 24px;
    background: #fafafa;
    border-top: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.coming-soon-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #f59e0b, #f97316);
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.3);
}

.coming-soon-badge i {
    font-size: 0.9rem;
}

/* Property Listing Mockup */
.property-listing-mockup {
    padding: 16px;
}

.mockup-header {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.mockup-search {
    flex: 1;
    background: #f3f4f6;
    padding: 12px 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #9ca3af;
    font-size: 0.9rem;
}

.mockup-search i {
    color: #6b7280;
}

.mockup-filter {
    background: #2E8B57;
    color: white;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mockup-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mockup-card {
    background: #f8fdfb;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.card-image {
    height: 120px;
    background: linear-gradient(135deg, #e0f0ea 0%, #d1e7dd 100%);
}

.card-content {
    padding: 12px;
    text-align: left;
}

.card-title {
    height: 12px;
    background: #d1d5db;
    border-radius: 4px;
    margin-bottom: 10px;
    width: 70%;
}

.card-title-text {
    color: #1f2937;
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 10px;
    line-height: 1.3;
}

.card-details {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.detail-badge {
    background: #e0f0ea;
    color: #2E8B57;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.card-price {
    color: #2E8B57;
    font-weight: 700;
    font-size: 1.1rem;
}

/* Profile Mockup */
.profile-mockup {
    padding: 24px;
}

.profile-header {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    text-align: left;
}

.profile-avatar {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #2E8B57, #3CB371);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    flex-shrink: 0;
}

.profile-info {
    flex: 1;
}

.profile-name {
    height: 16px;
    background: #d1d5db;
    border-radius: 4px;
    margin-bottom: 8px;
    width: 60%;
}

.profile-name-text {
    color: #1f2937;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 4px;
}

.profile-role {
    height: 12px;
    background: #e5e7eb;
    border-radius: 4px;
    margin-bottom: 12px;
    width: 40%;
}

.profile-role-text {
    color: #6b7280;
    font-size: 0.9rem;
    margin-bottom: 12px;
}

.verification-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #e8f5f0;
    color: #2E8B57;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 600;
}

.profile-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 20px;
    padding: 16px 0;
    border-top: 1px solid #e0f0ea;
    border-bottom: 1px solid #e0f0ea;
}

.stat-item {
    text-align: center;
}

.stat-number {
    color: #2E8B57;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.stat-label {
    color: #6b7280;
    font-size: 0.85rem;
}

.profile-actions {
    display: flex;
    gap: 10px;
}

.action-btn {
    flex: 1;
    padding: 10px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.action-btn.primary {
    background: #2E8B57;
    color: white;
}

.action-btn.secondary {
    background: #e0f0ea;
    color: #2E8B57;
}

.action-btn:hover {
    transform: translateY(-2px);
}

/* Messaging Mockup */
.messaging-mockup {
    padding: 16px;
}

.message-list {
    margin-bottom: 16px;
}

.message-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 8px;
    text-align: left;
    transition: all 0.3s ease;
}

.message-item.active {
    background: #e8f5f0;
}

.message-item:hover {
    background: #f0faf6;
}

.message-avatar {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #2E8B57, #3CB371);
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 0.85rem;
}

.message-preview {
    flex: 1;
}

.message-sender {
    height: 12px;
    background: #d1d5db;
    border-radius: 4px;
    margin-bottom: 6px;
    width: 40%;
}

.message-sender-text {
    color: #1f2937;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 4px;
}

.message-text {
    height: 10px;
    background: #e5e7eb;
    border-radius: 4px;
    width: 80%;
}

.message-text-content {
    color: #6b7280;
    font-size: 0.85rem;
    line-height: 1.3;
}

.message-time {
    color: #9ca3af;
    font-size: 0.75rem;
    flex-shrink: 0;
}

.message-input {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f3f4f6;
    padding: 12px;
    border-radius: 8px;
}

.message-input i {
    color: #6b7280;
    font-size: 1.1rem;
}

.input-placeholder {
    flex: 1;
    height: 10px;
    background: #d1d5db;
    border-radius: 4px;
}

.input-placeholder-text {
    flex: 1;
    color: #9ca3af;
    font-size: 0.9rem;
}

/* Template Mockup */
.template-mockup {
    padding: 20px;
}

.template-doc {
    background: #ffffff;
    border: 2px solid #e0f0ea;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 16px;
}

.doc-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 2px solid #e0f0ea;
}

.doc-header i {
    color: #ef4444;
    font-size: 1.5rem;
}

.doc-header span {
    color: #2E8B57;
    font-weight: 600;
    font-size: 0.95rem;
}

.doc-content {
    text-align: left;
}

.doc-line {
    height: 8px;
    background: #e5e7eb;
    border-radius: 4px;
    margin-bottom: 10px;
}

.doc-line.short {
    width: 60%;
}

.doc-text {
    color: #4b5563;
    font-size: 0.85rem;
    line-height: 1.6;
    margin-bottom: 8px;
}

.doc-section {
    height: 12px;
    background: #d1d5db;
    border-radius: 4px;
    margin: 20px 0;
    width: 40%;
}

.doc-section-title {
    color: #2E8B57;
    font-weight: 700;
    font-size: 0.95rem;
    margin: 16px 0 10px 0;
}

.doc-signature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}

.signature-box {
    text-align: center;
}

.signature-box i {
    color: #2E8B57;
    font-size: 1.5rem;
}

.signature-line {
    border-bottom: 2px solid #d1d5db;
    margin: 20px 0 8px 0;
}

.signature-label {
    color: #6b7280;
    font-size: 0.8rem;
    margin-top: 8px;
}

.template-actions {
    display: flex;
    gap: 10px;
}

.template-btn {
    flex: 1;
    background: #e0f0ea;
    color: #2E8B57;
    border: none;
    padding: 10px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.template-btn:hover {
    background: #2E8B57;
    color: white;
}

/* Map Mockup */
.map-mockup {
    padding: 16px;
}

.map-search {
    background: #f3f4f6;
    padding: 12px 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #9ca3af;
    font-size: 0.9rem;
    margin-bottom: 16px;
}

.map-search i {
    color: #6b7280;
}

.map-view {
    height: 180px;
    background: linear-gradient(135deg, #e0f0ea 0%, #f0faf6 100%);
    border-radius: 8px;
    position: relative;
    margin-bottom: 16px;
}

.map-view-interactive {
    height: 180px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 16px;
    overflow: hidden;
}

.map-overlay-markers {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.map-marker {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #2E8B57;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    pointer-events: auto;
}

.map-marker i {
    color: white;
    transform: rotate(45deg);
    font-size: 0.9rem;
}

.map-marker.permitted-marker {
    background: #2E8B57;
}

.map-marker.restricted-marker {
    background: #f59e0b;
}

.map-legend {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #6b7280;
}

.legend-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.legend-item.permitted .legend-dot {
    background: #2E8B57;
}

.legend-item.restricted .legend-dot {
    background: #f59e0b;
}

/* Calendar Mockup */
.calendar-mockup {
    padding: 16px;
}

.calendar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e0f0ea;
}

.calendar-header span {
    color: #2E8B57;
    font-weight: 700;
    font-size: 1rem;
}

.cal-nav-btn {
    background: #e0f0ea;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2E8B57;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cal-nav-btn:hover {
    background: #2E8B57;
    color: white;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
}

.cal-day-header {
    color: #6b7280;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 8px 0;
    text-align: center;
}

.cal-day {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #9ca3af;
    background: #f9fafb;
}

.cal-day.available {
    background: #e8f5f0;
    color: #2E8B57;
}

.cal-day.booked {
    background: #fee2e2;
    color: #ef4444;
}

.cal-day.maintenance {
    background: #fef3c7;
    color: #f59e0b;
}

/* Showcase CTA */
.showcase-cta {
    background: linear-gradient(135deg, #2E8B57 0%, #3CB371 100%);
    padding: 60px 40px;
    border-radius: 20px;
    text-align: center;
    margin-top: 40px;
}

.showcase-cta h3 {
    color: white;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 30px 0;
}

.showcase-cta-btn {
    display: inline-block;
    background: white;
    color: #2E8B57;
    padding: 18px 48px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.showcase-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(255, 255, 255, 0.3);
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .feature-showcase-section {
        padding: 60px 20px;
    }

    .showcase-title {
        font-size: 2rem;
    }

    .showcase-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .showcase-card {
        padding: 24px;
    }

    .showcase-preview {
        min-height: 250px;
    }

    .profile-stats {
        gap: 12px;
    }

    .stat-number {
        font-size: 1.2rem;
    }

    .calendar-grid {
        gap: 4px;
    }

    .cal-day {
        font-size: 0.75rem;
    }

    .showcase-cta h3 {
        font-size: 1.5rem;
    }

    .showcase-cta {
        padding: 40px 24px;
    }
}

@media (max-width: 480px) {
    .showcase-header {
        flex-direction: column;
        gap: 12px;
    }

    .showcase-icon {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }

    .showcase-header h3 {
        font-size: 1.2rem;
    }

    .mockup-cards {
        gap: 8px;
    }

    .card-image {
        height: 100px;
    }

    .profile-actions {
        flex-direction: column;
    }

    .doc-signature {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}